kowalski/package.json
2024-12-12 21:42:15 -03:00

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"
}
}