mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 04:39:57 +00:00
20 lines
453 B
JSON
20 lines
453 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",
|
|
"child_process": "^1.0.2",
|
|
"commander": "^12.1.0",
|
|
"fluent-ffmpeg": "^2.1.3",
|
|
"fs": "^0.0.1-security",
|
|
"node": "^23.3.0",
|
|
"node-html-parser": "^6.1.13",
|
|
"nodemon": "^3.1.7",
|
|
"telegraf": "^4.16.3",
|
|
"winston": "^3.17.0"
|
|
}
|
|
}
|