shitton of the ai changes
This commit is contained in:
+22
-22
@@ -2,44 +2,44 @@
|
||||
"name": "tg-chat-bot",
|
||||
"main": "src/index.ts",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
"test": "npm run build && node --test test/*.test.mjs",
|
||||
"typecheck": "tsc --noEmit -p tsconfig.json",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"start": "node dist/index.js",
|
||||
"bun:start": "bun run dist/index.js"
|
||||
"bun:start": "bun run src/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@google/genai": "^1.50.1",
|
||||
"@libsql/client": "^0.17.3",
|
||||
"@mistralai/mistralai": "^1.15.1",
|
||||
"@napi-rs/canvas": "^0.1.100",
|
||||
"axios": "^1.15.2",
|
||||
"@mistralai/mistralai": "^2.2.1",
|
||||
"@napi-rs/canvas": "^1.0.0",
|
||||
"axios": "^1.16.1",
|
||||
"dotenv": "^17.4.2",
|
||||
"drizzle-orm": "1.0.0-beta.21",
|
||||
"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",
|
||||
"openai": "^6.37.0",
|
||||
"pg": "^8.20.0",
|
||||
"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.11.0",
|
||||
"youtubei.js": "^16.0.1",
|
||||
"zod": "^4.3.6"
|
||||
"typescript-telegram-bot-api": "^0.16.0",
|
||||
"zod": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.3.13",
|
||||
"@types/node": "^25.6.0",
|
||||
"@types/qrcode": "^1.5.6",
|
||||
"@eslint/js": "^9.39.4",
|
||||
"@types/bun": "^1.3.14",
|
||||
"@types/fluent-ffmpeg": "^2.1.28",
|
||||
"@typescript-eslint/eslint-plugin": "^8.59.1",
|
||||
"@typescript-eslint/parser": "^8.59.1",
|
||||
"drizzle-kit": "^1.0.0-beta.9-e89174b",
|
||||
"@types/node": "^25.8.0",
|
||||
"@types/pg": "^8.20.0",
|
||||
"@types/qrcode": "^1.5.6",
|
||||
"eslint": "^9.39.4",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.9.3"
|
||||
"typescript": "^6.0.3",
|
||||
"typescript-eslint": "^8.59.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user