2024-07-24 22:39:27 -03:00
|
|
|
{
|
|
|
|
"scripts": {
|
2024-12-08 19:55:35 -03:00
|
|
|
"start": "nodemon src/bot.js",
|
2024-07-24 22:39:27 -03:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-12-08 20:34:29 -03:00
|
|
|
"@dotenvx/dotenvx": "^1.28.0",
|
2024-12-04 23:16:42 +00:00
|
|
|
"axios": "^1.7.9",
|
2024-09-08 10:44:48 -03:00
|
|
|
"child_process": "^1.0.2",
|
2024-09-26 17:08:30 -03:00
|
|
|
"commander": "^12.1.0",
|
2024-09-28 17:24:27 -03:00
|
|
|
"fluent-ffmpeg": "^2.1.3",
|
2024-10-19 13:37:31 -03:00
|
|
|
"fs": "^0.0.1-security",
|
2024-11-22 02:32:05 +00:00
|
|
|
"node": "^23.3.0",
|
2024-09-06 21:56:19 -03:00
|
|
|
"node-html-parser": "^6.1.13",
|
2024-10-21 20:08:23 -03:00
|
|
|
"nodemon": "^3.1.7",
|
2024-09-11 20:03:33 -03:00
|
|
|
"telegraf": "^4.16.3",
|
2024-11-11 23:13:12 +00:00
|
|
|
"winston": "^3.17.0"
|
2024-07-24 22:39:27 -03:00
|
|
|
}
|
|
|
|
}
|