chaosdc/node_modules/discord-player/package.json

83 lines
2.0 KiB
JSON

{
"name": "discord-player",
"version": "7.2.0",
"description": "Complete framework to facilitate music commands using discord.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"module": "dist/index.mjs",
"scripts": {
"build": "tsup && node ./scripts/esm-shim.cjs",
"build:check": "tsc --noEmit",
"lint": "eslint src --ext .ts --fix",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"funding": "https://github.com/Androz2091/discord-player?sponsor=1",
"contributors": [
"twlite"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Androz2091/discord-player.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"music",
"player",
"bot",
"framework",
"discord",
"volume",
"queue",
"discord.js",
"musicbot",
"discord-music-player",
"discord-music",
"music-player",
"lavalink",
"api"
],
"author": "Androz2091",
"license": "MIT",
"bugs": {
"url": "https://github.com/Androz2091/discord-player/issues"
},
"homepage": "https://discord-player.js.org",
"dependencies": {
"@discord-player/equalizer": "^7.2.0",
"@discord-player/ffmpeg": "^7.2.0",
"@discord-player/utils": "^7.2.0",
"@web-scrobbler/metadata-filter": "^3.1.0",
"discord-voip": "^7.2.0",
"libsodium-wrappers": "^0.7.13"
},
"peerDependencies": {
"@discord-player/extractor": "^7.2.0",
"mediaplex": "^1"
},
"devDependencies": {
"@discord-player/tsconfig": "^7.2.0",
"@types/node": "^22.10.7",
"@types/ws": "^8.5.3",
"discord-api-types": "^0.38.40",
"discord.js": "^14.25.1",
"eris": "^0.17.2",
"oceanic.js": "^1.11.2",
"opusscript": "^0.0.8",
"tsup": "^8.3.5",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"typedoc": {
"entryPoint": "./src/index.ts",
"readmeFile": "./README.md",
"tsconfig": "./tsconfig.json",
"excludeExternals": true,
"excludePrivate": true
}
}