39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "@proj-airi/discord-bot",
|
|
"type": "module",
|
|
"private": true,
|
|
"description": "Discord 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/discord-bot"
|
|
},
|
|
"scripts": {
|
|
"start": "dotenvx run -f .env -f .env.local --overload --ignore=MISSING_ENV_FILE -- tsx src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@discordjs/voice": "^0.18.0",
|
|
"@dotenvx/dotenvx": "^1.39.0",
|
|
"@guiiai/logg": "^1.0.7",
|
|
"@huggingface/transformers": "^3.4.0",
|
|
"@proj-airi/server-sdk": "workspace:^",
|
|
"@proj-airi/server-shared": "workspace:^",
|
|
"@xsai-ext/providers-cloud": "catalog:",
|
|
"@xsai/generate-speech": "catalog:",
|
|
"@xsai/generate-text": "catalog:",
|
|
"@xsai/generate-transcription": "catalog:",
|
|
"@xsai/shared-chat": "catalog:",
|
|
"discord.js": "^14.18.0",
|
|
"libsodium-wrappers": "^0.7.15",
|
|
"opusscript": "^0.1.1",
|
|
"tsx": "^4.19.3",
|
|
"wavefile": "^11.0.0"
|
|
}
|
|
}
|