chore: update dependencies and configuration

- Added @discordjs/opus and opusscript to package.json and pnpm-lock.yaml.
- Updated pnpm-workspace.yaml to allow builds for @discordjs/opus.
- Imported dotenv in config.ts for environment variable management.
- Created .npmrc to manage npm configurations.
This commit is contained in:
MythEclipse
2026-05-24 20:06:36 +07:00
parent 34b15e20dc
commit c32b5274e9
4 changed files with 266 additions and 36 deletions
+2
View File
@@ -27,6 +27,7 @@
},
"dependencies": {
"@dank074/discord-video-stream": "workspace:*",
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.19.2",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-slot": "^1.2.4",
@@ -44,6 +45,7 @@
"libsodium-wrappers": "^0.8.4",
"lucide-react": "^1.16.0",
"openai": "^6.38.0",
"opusscript": "^0.0.8",
"p-retry": "^8.0.0",
"pg": "^8.21.0",
"play-dl": "^1.9.7",