Files
moeka-project/services/telegram-bot/package.json
T
藍+85CD 54ecfc139f chore: use pnpm v10, update xsai catalog (#15)
* chore(pnpm): bump to v10

* chore(workspace): remove pnpm

* chore: update typed-router

* chore(workspace): bump xsai, update catalog
2025-01-19 14:51:12 +08:00

45 lines
1.2 KiB
JSON

{
"name": "@proj-airi/telegram-bot",
"type": "module",
"private": false,
"description": "Telegram bot for Airi",
"author": {
"name": "Neko Ayaka",
"email": "neko@ayaka.moe",
"url": "https://github.com/nekomeowww"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/moeru-ai/airi.git",
"directory": "services/telegram-bot"
},
"scripts": {
"start": "dotenvx run -f .env -f .env.local --overload --ignore=MISSING_ENV_FILE -- tsx src/index.ts"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.33.0",
"@gcornut/valibot-json-schema": "^0.42.0",
"@grammyjs/files": "^1.1.1",
"@guiiai/logg": "^1.0.7",
"@typeschema/valibot": "^0.14.0",
"@xsai/generate-text": "catalog:",
"@xsai/providers": "catalog:",
"@xsai/shared-chat": "catalog:",
"@xsai/tool": "catalog:",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.38.3",
"es-toolkit": "^1.31.0",
"grammy": "^1.34.0",
"pg": "^8.13.1",
"sharp": "^0.33.5",
"telegram": "^2.26.16",
"valibot": "1.0.0-beta.9"
},
"devDependencies": {
"@types/pg": "^8.11.10",
"drizzle-kit": "^0.30.1",
"tsx": "^4.19.2"
}
}