Files
bot-ai/package.json
2026-01-26 17:53:36 +04:00

20 lines
375 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",
"pg": "^8.17.2"
},
"type": "module"
}