17 lines
375 B
JSON
17 lines
375 B
JSON
{
|
|
"name": "music-bot",
|
|
"version": "1.0.0",
|
|
"description": "Simple music bot created with discord-player",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"author": "Snowflake107",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@discordjs/opus": "^0.5.3",
|
|
"discord-player": "^5.0.2",
|
|
"discord.js": "^13.0.1",
|
|
"dotenv": "^10.0.0"
|
|
}
|
|
}
|