Files
bot-tg-assistent/package.json
2025-06-03 23:47:05 +04:00

30 lines
675 B
JSON

{
"name": "bot-tg-assistent",
"version": "1.0.0",
"description": "Бот для AI ассистента ###",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "https://gitea.miduway.space/levis/bot-tg-assistent.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@xenova/transformers": "^2.15.1",
"axios": "^1.9.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^5.1.0",
"node-telegram-bot-api": "^0.66.0",
"nodemon": "^3.1.10",
"pm2": "^6.0.6",
"telegraf": "^4.15.3"
}
}