discord-player-play-dl/package.json
dependabot-preview[bot] d480ce215a
Bump ytdl-core from 1.0.9 to 2.0.1 (#14)
Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 1.0.9 to 2.0.1.
- [Release notes](https://github.com/fent/node-ytdl-core/releases)
- [Commits](https://github.com/fent/node-ytdl-core/compare/v1.0.9...v2.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-14 15:53:48 +02:00

41 lines
996 B
JSON

{
"name": "discord-player",
"version": "1.3.9",
"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",
"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": {
"ffmpeg-static": "^3.0.0",
"merge-options": "^2.0.0",
"simple-youtube-api": "^5.2.1",
"ytdl-core": "^2.0.1"
},
"devDependencies": {
"discord.js": "discordjs/discord.js",
"jsdoc": "^3.6.3",
"minami": "^1.2.3"
}
}