{
  "name": "@hevcjs/dashjs-plugin",
  "version": "1.1.0",
  "description": "dash.js plugin for HEVC/H.265 playback — transparently intercepts MSE to decode 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",
    "dashjs",
    "dashjs-plugin",
    "dash",
    "plugin",
    "mpeg-dash",
    "transcoding",
    "mse",
    "mediasource",
    "ott",
    "media-source-extensions"
  ],
  "author": "privaloops",
  "license": "MIT",
  "homepage": "https://hevcjs.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/privaloops/hevc.js.git",
    "directory": "packages/dashjs-plugin"
  },
  "bugs": {
    "url": "https://github.com/privaloops/hevc.js/issues"
  },
  "dependencies": {
    "@hevcjs/core": "1.3.0"
  },
  "peerDependencies": {
    "dashjs": ">=4.0.0"
  },
  "peerDependenciesMeta": {
    "dashjs": {
      "optional": true
    }
  },
  "devDependencies": {
    "dashjs": "^5.1.1",
    "tsup": "^8.0.0",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "build": "tsup && tsc -p tsconfig.build.json",
    "dev": "tsup --watch"
  }
}