23 lines
486 B
JSON
23 lines
486 B
JSON
{
|
|
"name": "stats_bot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "sh -ac '. ../../.env; ts-node src/index'",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"debug-level": "^3.1.2",
|
|
"input": "^1.0.1",
|
|
"mongodb": "^6.3.0",
|
|
"mongoose": "^8.1.1",
|
|
"prompt": "^1.3.0",
|
|
"telegraf": "^4.15.3",
|
|
"telegram": "^2.19.10"
|
|
}
|
|
}
|