build: update dependencies and project config

This commit is contained in:
2026-05-10 22:50:04 +03:00
parent 35354a86de
commit 986d4aca46
10 changed files with 850 additions and 1957 deletions
+21 -20
View File
@@ -4,41 +4,42 @@
"version": "1.0.0",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"lint": "eslint .",
"start": "node dist/index.js",
"bun:start": "bun run dist/index.js"
},
"dependencies": {
"@google/genai": "^1.51.0",
"@libsql/client": "^0.17.3",
"@google/genai": "^2.0.0",
"@mistralai/mistralai": "^2.2.1",
"@napi-rs/canvas": "^0.1.100",
"axios": "^1.15.2",
"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": "1.0.0-beta.22",
"drizzle-orm": "0.45.2",
"emoji-regex": "^10.6.0",
"fluent-ffmpeg": "^2.1.3",
"ollama": "^0.6.3",
"openai": "^6.35.0",
"puppeteer": "^24.42.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"qrcode": "^1.5.4",
"sharp": "^0.34.5",
"systeminformation": "^5.31.5",
"systeminformation": "^5.31.6",
"twemoji": "^14.0.2",
"typescript-telegram-bot-api": "^0.14.0",
"zod": "^4.4.1"
"zod": "^4.4.3"
},
"devDependencies": {
"@types/bun": "^1.3.13",
"@types/node": "^25.6.0",
"@types/qrcode": "^1.5.6",
"@types/fluent-ffmpeg": "^2.1.28",
"@typescript-eslint/eslint-plugin": "^8.59.1",
"@typescript-eslint/parser": "^8.59.1",
"drizzle-kit": "^1.0.0-rc.1",
"eslint": "^10.2.1",
"@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": "^6.0.3",
"typescript-eslint": "^8.59.2"
}
}