chore: update dependencies

This commit is contained in:
2025-06-03 23:47:05 +04:00
parent c569b0d586
commit 0950698242
5 changed files with 2399 additions and 3 deletions

View File

@ -3,8 +3,10 @@
"version": "1.0.0",
"description": "Бот для AI ассистента ###",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
@ -14,10 +16,14 @@
"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"
"nodemon": "^3.1.10",
"pm2": "^6.0.6",
"telegraf": "^4.15.3"
}
}