discord-player-play-dl/package.json

59 lines
1.6 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",
2021-02-26 19:10:52 +05:00
"version": "3.4.0",
2020-01-12 00:01:18 +05:00
"description": "Complete framework to facilitate music commands using discord.js v12",
"main": "index.js",
2020-11-01 20:19:41 +05:00
"types": "typings/index.d.ts",
2021-01-03 19:01:50 +05:00
"funding": "https://github.com/Androz2091/discord-player?sponsor=1",
2020-01-12 00:01:18 +05:00
"scripts": {
"test": "cd test && node index.js",
2020-01-12 00:01:18 +05:00
"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": {
2021-01-10 21:13:10 +05:00
"chalk": "^4.1.0",
2021-04-16 17:58:01 +05:00
"discord-ytdl-core": "^5.0.2",
"jsdom": "^16.4.0",
2020-11-24 01:03:44 +05:00
"merge-options": "^3.0.4",
"node-fetch": "^2.6.0",
"parse-ms": "^2.1.0",
"reverbnation-scraper": "^2.0.0",
"soundcloud-scraper": "^4.0.3",
2020-11-24 01:03:44 +05:00
"spotify-url-info": "^2.2.0",
2021-04-16 17:58:01 +05:00
"youtube-sr": "^4.0.4",
2021-02-20 15:06:34 +05:00
"ytdl-core": "^4.5.0"
2020-01-12 00:01:18 +05:00
},
"devDependencies": {
"@discordjs/opus": "^0.4.0",
2021-02-20 20:16:36 +05:00
"@types/node": "14.14.31",
"discord.js": "^12.2.0",
2021-02-20 20:16:36 +05:00
"eslint": "^7.20.0",
2020-11-24 01:03:44 +05:00
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
2021-02-20 20:16:36 +05:00
"eslint-plugin-promise": "^4.3.1",
2020-11-24 01:03:44 +05:00
"eslint-plugin-standard": "^5.0.0",
2020-01-12 00:01:18 +05:00
"jsdoc": "^3.6.3",
"jsdoc-skyceil": "Androz2091/jsdoc-skyceil"
2020-01-12 00:01:18 +05:00
}
}