41 lines
1,007 B
JSON
41 lines
1,007 B
JSON
{
|
|
"name": "discord-player",
|
|
"version": "1.3.9",
|
|
"description": "Complete framework to facilitate music commands using discord.js v12",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node index.js",
|
|
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Androz2091/discord-player.git"
|
|
},
|
|
"keywords": [
|
|
"music",
|
|
"player",
|
|
"bot",
|
|
"framework",
|
|
"discord",
|
|
"volume",
|
|
"queue",
|
|
"youtube"
|
|
],
|
|
"author": "Androz2091",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Androz2091/discord-player/issues"
|
|
},
|
|
"homepage": "https://github.com/Androz2091/discord-player#readme",
|
|
"dependencies": {
|
|
"ffmpeg-static": "^4.1.1",
|
|
"merge-options": "^2.0.0",
|
|
"simple-youtube-api": "^5.2.1",
|
|
"ytdl-core": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"discord.js": "discordjs/discord.js",
|
|
"jsdoc": "^3.6.3",
|
|
"minami": "Androz2091/minami"
|
|
}
|
|
}
|