Files
tg-chat-bot/package.json
T
2026-05-14 20:55:48 +03:00

39 lines
968 B
JSON

{
"name": "tg-chat-bot",
"main": "src/index.ts",
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "tsgo -p tsconfig.json",
"start": "node 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",
"dotenv": "^17.4.2",
"drizzle-orm": "0.45.2",
"emoji-regex": "^10.6.0",
"fluent-ffmpeg": "^2.1.3",
"qrcode": "^1.5.4",
"sharp": "^0.34.5",
"systeminformation": "^5.31.6",
"twemoji": "^14.0.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/bun": "^1.3.13",
"@types/fluent-ffmpeg": "^2.1.28",
"@types/node": "^25.6.1",
"@types/qrcode": "^1.5.6",
"drizzle-kit": "^0.31.10",
"typescript": "^6.0.3"
}
}