- 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.
32 lines
563 B
YAML
32 lines
563 B
YAML
packages:
|
|
- .
|
|
- vendor/discord-video-stream
|
|
- vendor/discord.js-selfbot-v13
|
|
|
|
allowBuilds:
|
|
'@discordjs/opus': true
|
|
'@lng2004/node-datachannel': true
|
|
better-sqlite3: true
|
|
esbuild: true
|
|
node-av: true
|
|
sharp: true
|
|
zeromq: true
|
|
|
|
minimumReleaseAgeExclude:
|
|
- '@types/node@25.9.0'
|
|
- pg-cloudflare@1.4.0
|
|
- pg-connection-string@2.13.0
|
|
- pg-pool@3.14.0
|
|
- pg-protocol@1.14.0
|
|
- pg@8.21.0
|
|
- tsx@4.22.2
|
|
|
|
onlyBuiltDependencies:
|
|
- '@discordjs/opus'
|
|
- '@lng2004/node-datachannel'
|
|
- better-sqlite3
|
|
- esbuild
|
|
- node-av
|
|
- sharp
|
|
- zeromq
|