5669581708
Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 2.1.5 to 3.0.0. - [Release notes](https://github.com/fent/node-ytdl-core/releases) - [Commits](https://github.com/fent/node-ytdl-core/compare/v2.1.5...v3.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
41 lines
1,007 B
JSON
41 lines
1,007 B
JSON
{
|
|
"name": "discord-player",
|
|
"version": "1.4.1",
|
|
"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": "^4.1.1",
|
|
"merge-options": "^2.0.0",
|
|
"simple-youtube-api": "^5.2.1",
|
|
"ytdl-core": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"discord.js": "discordjs/discord.js",
|
|
"jsdoc": "^3.6.3",
|
|
"minami": "Androz2091/minami"
|
|
}
|
|
}
|