discord-player-play-dl/package.json
dependabot-preview[bot] 465e57a3de
build(deps-dev): bump @discordjs/opus from 0.3.3 to 0.4.0 (#255)
Bumps [@discordjs/opus](https://github.com/discordjs/opus) from 0.3.3 to 0.4.0.
- [Release notes](https://github.com/discordjs/opus/releases)
- [Commits](https://github.com/discordjs/opus/compare/v0.3.3...v0.4.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-02-18 22:51:05 +01:00

59 lines
1.6 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": "cd 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",
"jsdom": "^16.4.0",
"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",
"spotify-url-info": "^2.2.0",
"xvdl": "^1.0.2",
"youtube-sr": "^3.0.0",
"ytdl-core": "^4.4.3"
},
"devDependencies": {
"@discordjs/opus": "^0.4.0",
"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"
}
}