mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 04:39:57 +00:00
15 lines
311 B
JSON
15 lines
311 B
JSON
{
|
|
"scripts": {
|
|
"start": "nodemon src/bot.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@dotenvx/dotenvx": "^1.28.0",
|
|
"axios": "^1.7.9",
|
|
"node-html-parser": "^6.1.13",
|
|
"nodemon": "^3.1.7",
|
|
"telegraf": "^4.16.3",
|
|
"winston": "^3.17.0"
|
|
}
|
|
}
|