discord-player-play-dl/example/music-bot/package.json

17 lines
373 B
JSON
Raw Normal View History

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",
2021-07-05 12:31:02 +05:00
"discord-player": "^5.0.0-dev.39f503a.1625470163",
2021-08-07 22:50:44 +05:00
"discord.js": "^13.0.1"
2021-06-19 17:16:01 +05:00
}
}