{
  "name": "@discord-player/ffmpeg",
  "version": "7.1.0",
  "description": "FFmpeg stream abstraction for 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",
  "publishConfig": {
    "access": "public"
  },
  "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"
  },
  "bugs": {
    "url": "https://github.com/Androz2091/discord-player/issues"
  },
  "devDependencies": {
    "@discord-player/tsconfig": "^7.1.0",
    "@types/node": "^22.10.7",
    "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
  }
}