discord-player-play-dl/package.json

51 lines
1.3 KiB
JSON
Raw Normal View History

2020-01-12 00:01:18 +05:00
{
2020-01-12 00:05:34 +05:00
"name": "discord-player",
2020-04-25 15:44:08 +05:00
"version": "1.4.1",
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": {
"@discordjs/opus": "^0.3.2",
2020-06-24 16:59:03 +05:00
"discord-ytdl-core": "^4.0.2",
2020-01-12 00:01:18 +05:00
"merge-options": "^2.0.0",
"node-fetch": "^2.6.0",
2020-01-12 00:01:18 +05:00
"simple-youtube-api": "^5.2.1",
2020-06-24 20:41:16 +05:00
"ytpl": "^0.1.21",
"ytsr": "^0.1.15"
2020-01-12 00:01:18 +05:00
},
"devDependencies": {
2020-02-21 15:32:16 +05:00
"discord.js": "discordjs/discord.js",
"eslint": "^7.1.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
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
}
}