This commit is contained in:
2026-05-13 10:18:54 +03:00
parent cd8d2683c0
commit c5b61ee3d8
38 changed files with 3929 additions and 3718 deletions
+4 -11
View File
@@ -2,20 +2,18 @@
"name": "tg-chat-bot",
"main": "src/index.ts",
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"lint": "eslint .",
"build": "tsgo -p tsconfig.json",
"start": "node dist/index.js",
"bun:start": "bun run dist/index.js"
"bun:start": "bun run src/index.ts"
},
"dependencies": {
"@google/genai": "^2.0.0",
"@mistralai/mistralai": "^2.2.1",
"openai": "^6.37.0",
"ollama": "^0.6.3",
"typescript-telegram-bot-api": "^0.16.0",
"@libsql/client": "^0.17.3",
"@napi-rs/canvas": "^1.0.0",
"axios": "^1.16.0",
@@ -34,12 +32,7 @@
"@types/fluent-ffmpeg": "^2.1.28",
"@types/node": "^25.6.1",
"@types/qrcode": "^1.5.6",
"@typescript-eslint/eslint-plugin": "^8.59.2",
"@typescript-eslint/parser": "^8.59.2",
"drizzle-kit": "^0.31.10",
"eslint": "^10.3.0",
"tsx": "^4.21.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.2"
"@typescript/native-preview": "^7.0.0-beta"
}
}