discord-player-play-dl/package.json
dependabot-preview[bot] 3374835951
build(deps): bump youtube-sr from 2.0.5 to 3.0.0 (#246)
Bumps [youtube-sr](https://github.com/DevSnowflake/youtube-sr) from 2.0.5 to 3.0.0.
- [Release notes](https://github.com/DevSnowflake/youtube-sr/releases)
- [Commits](https://github.com/DevSnowflake/youtube-sr/compare/v2.0.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>
2021-01-14 14:37:54 +01:00

56 lines
1.5 KiB
JSON

{
"name": "discord-player",
"version": "3.2.1",
"description": "Complete framework to facilitate music commands using discord.js v12",
"main": "index.js",
"types": "typings/index.d.ts",
"funding": "https://github.com/Androz2091/discord-player?sponsor=1",
"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": {
"@types/node": "^14.14.7",
"chalk": "^4.1.0",
"discord-ytdl-core": "^5.0.0",
"merge-options": "^3.0.4",
"moment": "^2.27.0",
"node-fetch": "^2.6.0",
"soundcloud-scraper": "^4.0.0",
"spotify-url-info": "^2.2.0",
"youtube-sr": "^3.0.0",
"ytdl-core": "^4.4.2"
},
"devDependencies": {
"@discordjs/opus": "^0.3.2",
"discord.js": "^12.2.0",
"eslint": "^7.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"jsdoc": "^3.6.3",
"jsdoc-skyceil": "Androz2091/jsdoc-skyceil"
}
}