chaosdc/node_modules/discord-voip/package.json

59 lines
1.4 KiB
JSON

{
"name": "discord-voip",
"version": "7.2.0",
"description": "Discord VoIP library used by discord-player",
"keywords": [
"discord-player",
"music",
"bot",
"discord.js",
"javascript",
"voip",
"lavalink",
"lavaplayer"
],
"author": "Twilight <hello@twlite.dev>",
"homepage": "https://discord-player.js.org",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Androz2091/discord-player.git"
},
"scripts": {
"build": "tsup && node ./scripts/esm-shim.cjs",
"build:check": "tsc --noEmit",
"lint": "eslint src --ext .ts --fix"
},
"bugs": {
"url": "https://github.com/Androz2091/discord-player/issues"
},
"devDependencies": {
"@discord-player/tsconfig": "^7.2.0",
"tsup": "^8.3.5",
"typescript": "^5.5.4"
},
"dependencies": {
"@discord-player/ffmpeg": "^7.2.0",
"@discord-player/opus": "^7.2.0",
"@discord-player/utils": "^7.2.0",
"@types/ws": "^8.5.10",
"tsup": "^8.3.5",
"typescript": "^5.5.4"
},
"typedoc": {
"entryPoint": "./src/index.ts",
"readmeFile": "./README.md",
"tsconfig": "./tsconfig.json",
"excludeExternals": true,
"excludePrivate": true
}
}