{
  "name": "@hevcjs/shaka-plugin",
  "version": "0.3.5",
  "description": "Shaka Player plugin for HEVC/H.265 playback — registers a Shaka Transmuxer that decodes HEVC streams via @hevcjs/core",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist/",
    "README.md"
  ],
  "keywords": [
    "hevc",
    "h265",
    "h.265",
    "webassembly",
    "wasm",
    "codec",
    "video",
    "browser",
    "streaming",
    "shaka",
    "shaka-player",
    "shaka-plugin",
    "transmuxer",
    "dash",
    "hls",
    "mse",
    "mediasource",
    "ott",
    "media-source-extensions"
  ],
  "author": "privaloops",
  "license": "MIT",
  "homepage": "https://hevcjs.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/lid-labs/hevc.js.git",
    "directory": "packages/shaka-plugin"
  },
  "bugs": {
    "url": "https://github.com/lid-labs/hevc.js/issues"
  },
  "dependencies": {
    "@hevcjs/core": "1.4.2"
  },
  "peerDependencies": {
    "shaka-player": ">=4.0.0"
  },
  "peerDependenciesMeta": {
    "shaka-player": {
      "optional": true
    }
  },
  "devDependencies": {
    "shaka-player": "^5.2.4",
    "tsup": "^8.0.0",
    "typescript": "^7.0.2",
    "vite": "^8.1.5",
    "vitest": "^4.1.10"
  },
  "scripts": {
    "build": "tsup && tsc -p tsconfig.build.json",
    "dev": "tsup --watch",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  }
}