18 lines
373 B
JSON
18 lines
373 B
JSON
{
|
|
"name": "music-bot",
|
|
"version": "3.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/ZerioDev/Music-bot.git",
|
|
"author": "ZerioDev",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
}
|
|
"dependencies": {
|
|
"@discordjs/opus": "^0.3.2",
|
|
"discord-player": "^3.0.2",
|
|
"discord.js": "^12.2.0",
|
|
"ffmpeg-static": "^4.2.7"
|
|
}
|
|
}
|