Files
bot-ai/package.json
2026-01-23 17:20:44 +04:00

18 lines
333 B
JSON

{
"name": "bot-ai",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.13.2",
"dotenv": "^17.2.3",
"node-telegram-bot-api": "^0.67.0"
}
}