f8686eb54a
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.59.1 to 8.59.4. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.59.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "tg-chat-bot",
|
|
"main": "src/index.ts",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.build.json",
|
|
"start": "node dist/index.js",
|
|
"bun:start": "bun run dist/index.js"
|
|
},
|
|
"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",
|
|
"dotenv": "^17.4.2",
|
|
"drizzle-orm": "1.0.0-beta.21",
|
|
"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",
|
|
"twemoji": "^14.0.2",
|
|
"typescript-telegram-bot-api": "^0.11.0",
|
|
"youtubei.js": "^16.0.1",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"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.4",
|
|
"drizzle-kit": "^1.0.0-beta.9-e89174b",
|
|
"eslint": "^9.39.4",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|