discord-player-play-dl/package.json
2021-04-18 22:53:14 +05:45

56 lines
1.4 KiB
JSON

{
"name": "discord-player",
"version": "4.0.0",
"description": "Complete framework to facilitate music commands using discord.js",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"files": ["lib/"],
"scripts": {
"test": "yarn build && cd test && node index.js",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json"
},
"funding": "https://github.com/Androz2091/discord-player?sponsor=1",
"contributors": [
"Snowflake107"
],
"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": {
"@discord-player/extractor": "^2.0.0",
"discord-ytdl-core": "^5.0.2",
"soundcloud-scraper": "^4.0.3",
"spotify-url-info": "^2.2.0",
"youtube-sr": "^4.0.4",
"ytdl-core": "^4.5.0"
},
"devDependencies": {
"@discordjs/opus": "^0.5.0",
"@types/node": "^14.14.41",
"@types/ws": "^7.4.1",
"discord.js": "^12.5.3",
"prettier": "^2.2.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.2.3"
}
}