discord-player-play-dl/package.json
Androz2091 acdfbba287 🔖 v3.0.1
2020-11-03 19:07:49 +01:00

53 lines
1.4 KiB
JSON

{
"name": "discord-player",
"version": "3.0.1",
"description": "Complete framework to facilitate music commands using discord.js v12",
"main": "index.js",
"types": "typings/index.d.ts",
"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": {
"discord-ytdl-core": "^4.1.3",
"merge-options": "^2.0.0",
"moment": "^2.27.0",
"node-fetch": "^2.6.0",
"soundcloud-scraper": "^2.0.0",
"spotify-url-info": "^1.3.1",
"youtube-sr": "^1.0.4",
"ytpl": "^1.0.1"
},
"devDependencies": {
"@discordjs/opus": "^0.3.2",
"discord.js": "^12.2.0",
"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",
"jsdoc": "^3.6.3",
"jsdoc-skyceil": "Androz2091/jsdoc-skyceil"
}
}