discord-player-play-dl/package.json

55 lines
1.4 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-11-04 01:19:44 +05:00
"version": "3.0.2",
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",
2020-01-12 00:01:18 +05:00
"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": {
"@types/node": "^14.14.7",
2020-11-01 18:01:48 +05:00
"discord-ytdl-core": "^4.1.3",
2020-01-12 00:01:18 +05:00
"merge-options": "^2.0.0",
"moment": "^2.27.0",
"node-fetch": "^2.6.0",
2020-08-14 23:32:14 +05:00
"soundcloud-scraper": "^2.0.0",
"spotify-url-info": "^1.3.1",
2020-11-01 18:01:48 +05:00
"youtube-sr": "^1.0.4",
"ytpl": "^1.0.1"
2020-01-12 00:01:18 +05:00
},
"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",
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
}
}