mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
33 lines
691 B
JSON
33 lines
691 B
JSON
{
|
|
"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.7.0",
|
|
"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"
|
|
}
|
|
}
|