2021-06-19 17:16:01 +05:00
|
|
|
{
|
|
|
|
"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",
|
2022-01-26 00:28:44 +05:00
|
|
|
"discord-player": "^5.2.1",
|
2021-08-08 11:01:09 +05:00
|
|
|
"discord.js": "^13.0.1",
|
|
|
|
"dotenv": "^10.0.0"
|
2021-06-19 17:16:01 +05:00
|
|
|
}
|
|
|
|
}
|