discord-player-play-dl/package.json

42 lines
1,007 B
JSON
Raw Normal View History

2020-01-12 00:01:18 +05:00
{
2020-01-12 00:05:34 +05:00
"name": "discord-player",
"version": "1.3.9",
2020-01-12 00:01:18 +05:00
"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",
2020-02-02 15:22:12 +05:00
"url": "git+https://github.com/Androz2091/discord-player.git"
2020-01-12 00:01:18 +05:00
},
"keywords": [
"music",
2020-02-02 15:22:12 +05:00
"player",
2020-01-12 00:01:18 +05:00
"bot",
"framework",
"discord",
"volume",
"queue",
"youtube"
],
"author": "Androz2091",
"license": "MIT",
2020-01-12 00:01:18 +05:00
"bugs": {
2020-02-02 15:22:12 +05:00
"url": "https://github.com/Androz2091/discord-player/issues"
2020-01-12 00:01:18 +05:00
},
2020-02-02 15:22:12 +05:00
"homepage": "https://github.com/Androz2091/discord-player#readme",
2020-01-12 00:01:18 +05:00
"dependencies": {
"ffmpeg-static": "^4.1.1",
2020-01-12 00:01:18 +05:00
"merge-options": "^2.0.0",
"simple-youtube-api": "^5.2.1",
"ytdl-core": "^2.0.1"
2020-01-12 00:01:18 +05:00
},
"devDependencies": {
2020-02-21 15:32:16 +05:00
"discord.js": "discordjs/discord.js",
2020-01-12 00:01:18 +05:00
"jsdoc": "^3.6.3",
2020-04-20 23:50:15 +05:00
"minami": "Androz2091/minami"
2020-01-12 00:01:18 +05:00
}
}