mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
chore: monorepo setup (#7175)
This commit is contained in:
32
packages/voice/examples/radio-bot/package.json
Normal file
32
packages/voice/examples/radio-bot/package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "discord-radio-bot",
|
||||
"version": "1.0.0",
|
||||
"description": "A proof-of-concept radio bot for @discordjs/voice",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node index.js"
|
||||
},
|
||||
"keywords": [
|
||||
"discord",
|
||||
"radio",
|
||||
"bot",
|
||||
"audio",
|
||||
"speakers",
|
||||
"hardware",
|
||||
"dj"
|
||||
],
|
||||
"author": "Amish Shah <amish@shah.gg>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@discordjs/voice": "file:../../",
|
||||
"discord.js": "^13.0.0-dev.f7eeccba4b7015496df811f10cc2da2b0fab0630",
|
||||
"libsodium-wrappers": "^0.7.9",
|
||||
"module-alias": "^2.2.2",
|
||||
"prism-media": "^1.3.1"
|
||||
},
|
||||
"_moduleAliases": {
|
||||
"@root": ".",
|
||||
"@discordjs/voice": "../../",
|
||||
"libsodium-wrappers": "./node_modules/libsodium-wrappers"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user