66 lines
1.9 KiB
JSON
66 lines
1.9 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",
|
|
"docs": "docgen --jsdoc jsdoc.json --source src/*.ts src/**/*.ts --custom docs/index.yml --output demo/docs.json",
|
|
"docs:test": "docgen --jsdoc jsdoc.json --source src/*.ts src/**/*.ts --custom docs/index.yml"
|
|
},
|
|
"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-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": {
|
|
"@babel/cli": "^7.13.16",
|
|
"@babel/core": "^7.13.16",
|
|
"@babel/preset-env": "^7.13.15",
|
|
"@babel/preset-typescript": "^7.13.0",
|
|
"@discord-player/extractor": "^2.0.0",
|
|
"@discordjs/opus": "^0.5.0",
|
|
"@types/node": "^14.14.41",
|
|
"@types/ws": "^7.4.1",
|
|
"discord.js": "^12.5.3",
|
|
"discord.js-docgen": "discordjs/docgen#ts-patch",
|
|
"jsdoc-babel": "^0.5.0",
|
|
"prettier": "^2.2.1",
|
|
"tslint": "^6.1.3",
|
|
"tslint-config-prettier": "^1.18.0",
|
|
"typescript": "^4.2.3"
|
|
}
|
|
}
|