41 lines
1016 B
JSON
41 lines
1016 B
JSON
{
|
|
"name": "clicker-bot",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "npx nodemon",
|
|
"start": "npx ts-node src/index.ts"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@types/axios": "^0.14.0",
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^4.17.21",
|
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
"@typescript-eslint/parser": "^7.14.1",
|
|
"axios": "^1.7.2",
|
|
"bcryptjs": "^2.4.3",
|
|
"cors": "^2.8.5",
|
|
"crypto-js": "^4.2.0",
|
|
"dotenv": "^16.4.5",
|
|
"eslint": "8",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"express": "^4.19.2",
|
|
"prettier": "^3.3.3",
|
|
"telegraf": "^4.16.3",
|
|
"typescript": "^5.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/node": "^20.14.9",
|
|
"nodemon": "^3.1.4",
|
|
"rimraf": "^5.0.7",
|
|
"ts-node": "^10.9.2"
|
|
}
|
|
}
|