Files
nanakura dc26878386
CI / Lint (push) Canceled after 0s
CI / Build Test (stage-web) (push) Canceled after 0s
CI / Build Test (ui-loading-screens) (push) Canceled after 0s
CI / Build Test (ui-transitions) (push) Canceled after 0s
CI / Unit Test (push) Canceled after 0s
CI / Type Check (push) Canceled after 0s
CI / Check Provenance (push) Canceled after 0s
Sync Labels / sync-labels (push) Successful in 1m43s
chore: prune unused apps and services for the moeka fork
- Remove stage-tamagotchi, stage-pocket, server, and engine workspaces with their workflows, addons, and docs
- Switch the toolchain from pnpm to bun, replace lockfiles with bun.lock
- Rewrite remaining product references to Moeka
2026-09-14 16:40:49 +07:00

41 lines
1.2 KiB
JSON

{
"name": "@proj-airi/discord-bot",
"type": "module",
"private": true,
"description": "Discord bot for Moeka",
"author": {
"name": "Moeka Team",
"email": "airi@moeru.ai",
"url": "https://github.com/moeru-ai"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/moeru-ai/airi.git",
"directory": "integrations/discord-bot"
},
"scripts": {
"start": "tsx --env-file=.env --env-file-if-exists=.env.local src/index.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@discordjs/voice": "catalog:",
"@guiiai/logg": "catalog:",
"@huggingface/transformers": "catalog:",
"@proj-airi/audio": "workspace:^",
"@proj-airi/server-sdk": "workspace:^",
"@proj-airi/server-shared": "workspace:^",
"@snazzah/davey": "catalog:",
"@xsai-ext/providers": "catalog:",
"@xsai/generate-speech": "catalog:",
"@xsai/generate-text": "catalog:",
"@xsai/generate-transcription": "catalog:",
"@xsai/shared-chat": "catalog:",
"discord.js": "catalog:",
"libsodium-wrappers": "catalog:",
"opusscript": "catalog:",
"tsx": "catalog:",
"wavefile": "catalog:"
}
}