kowalski/package.json

24 lines
547 B
JSON
Raw Normal View History

2024-07-24 22:39:27 -03:00
{
"name": "lynxbot",
"version": "1.0.0",
"main": "bot.js",
"scripts": {
"start": "nodemon bot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Lucas Gabriel (lucmsilva)",
"license": "BSD-3-Clause",
"dependencies": {
2024-09-06 21:56:19 -03:00
"axios": "^1.7.7",
"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",
"node": "^22.9.0",
2024-09-06 21:56:19 -03:00
"node-html-parser": "^6.1.13",
2024-07-24 22:39:27 -03:00
"nodemon": "^3.1.4",
"telegraf": "^4.16.3",
"winston": "^3.15.0"
2024-07-24 22:39:27 -03:00
}
}