15 lines
402 B
JSON
15 lines
402 B
JSON
{
|
|
"name": "music-bot",
|
|
"main": "index.js",
|
|
"author": "ZerioDev",
|
|
"version": "4.0.2",
|
|
"repository": "https://github.com/ZerioDev/Music-bot.git",
|
|
"description": "A complete code to download for a music bot. Using a module (discord-player).",
|
|
"dependencies": {
|
|
"@discordjs/opus": "^0.3.3",
|
|
"discord-player": "^3.0.3",
|
|
"discord.js": "^12.5.1",
|
|
"ffmpeg-static": "^4.2.7"
|
|
}
|
|
}
|