initial commit

This commit is contained in:
2025-06-03 22:46:28 +04:00
parent 9e86273368
commit c569b0d586
3 changed files with 3415 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules

3391
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

23
package.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "bot-tg-assistent",
"version": "1.0.0",
"description": "Бот для AI ассистента ###",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.miduway.space/levis/bot-tg-assistent.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.9.0",
"cors": "^2.8.5",
"express": "^5.1.0",
"node-telegram-bot-api": "^0.66.0",
"nodemon": "^3.1.10"
}
}