chaosdc/node_modules/@discord-player/opus/package.json

55 lines
1.3 KiB
JSON

{
"name": "@discord-player/opus",
"version": "7.2.0",
"description": "A complete framework to simplify the implementation of music commands for Discord bots",
"keywords": [
"discord-player",
"music",
"bot",
"discord.js",
"javascript",
"voip",
"lavalink",
"lavaplayer"
],
"publishConfig": {
"access": "public"
},
"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"
],
"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",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"bugs": {
"url": "https://github.com/Androz2091/discord-player/issues"
},
"devDependencies": {
"@discord-player/tsconfig": "^7.2.0",
"@evan/opus": "^1.0.2",
"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
}
}