bump libs

rewrite ytdl command - now streaming both audio and video, separated, then merging using ffmpeg
This commit is contained in:
2026-02-25 16:22:01 +03:00
parent 51db4ba9b5
commit 8bbf97e4c0
6 changed files with 475 additions and 301 deletions
+12 -10
View File
@@ -8,22 +8,23 @@
"bun:start": "bun run dist/index.js"
},
"dependencies": {
"@google/genai": "^1.41.0",
"@google/genai": "^1.42.0",
"@libsql/client": "^0.17.0",
"@mistralai/mistralai": "^1.14.0",
"@napi-rs/canvas": "^0.1.91",
"@napi-rs/canvas": "^0.1.95",
"axios": "^1.13.5",
"dotenv": "^17.2.4",
"dotenv": "^17.3.1",
"drizzle-orm": "^1.0.0-beta.9-e89174b",
"emoji-regex": "^10.6.0",
"fluent-ffmpeg": "^2.1.3",
"ollama": "^0.6.3",
"openai": "^6.21.0",
"puppeteer": "^24.37.2",
"openai": "^6.25.0",
"puppeteer": "^24.37.5",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"qrcode": "^1.5.4",
"sharp": "^0.34.5",
"systeminformation": "^5.30.7",
"systeminformation": "^5.31.1",
"twemoji": "^14.0.2",
"typescript-telegram-bot-api": "^0.11.0",
"youtubei.js": "^16.0.1",
@@ -31,12 +32,13 @@
},
"devDependencies": {
"@types/bun": "^1.3.9",
"@types/node": "^25.2.3",
"@types/node": "^25.3.0",
"@types/qrcode": "^1.5.6",
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/parser": "^8.55.0",
"@types/fluent-ffmpeg": "^2.1.28",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"drizzle-kit": "^1.0.0-beta.9-e89174b",
"eslint": "^9.39.2",
"eslint": "^9.39.3",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}