{
  "name": "@yume-chan/scrcpy-decoder-webcodecs",
  "version": "2.5.3",
  "description": "Raw H.264 stream decoder and renderer using WebCodecs API (requires modern browser).",
  "keywords": [
    "adb",
    "android-phone",
    "scrcpy",
    "scrcpy-decoder"
  ],
  "license": "MIT",
  "author": {
    "name": "Simon Chan",
    "email": "cnsimonchan@live.com",
    "url": "https://chensi.moe/blog"
  },
  "homepage": "https://github.com/yume-chan/ya-webadb/tree/main/packages/scrcpy-decoder-webcodecs#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yume-chan/ya-webadb.git",
    "directory": "packages/scrcpy-decoder-webcodecs"
  },
  "bugs": {
    "url": "https://github.com/yume-chan/ya-webadb/issues"
  },
  "type": "module",
  "main": "esm/index.js",
  "types": "esm/index.d.ts",
  "sideEffects": false,
  "dependencies": {
    "@yume-chan/async": "^4.1.3",
    "@yume-chan/event": "^2.0.0",
    "@yume-chan/scrcpy": "^2.3.0",
    "@yume-chan/no-data-view": "^2.0.0",
    "@yume-chan/scrcpy-decoder-tinyh264": "^2.1.0",
    "@yume-chan/stream-extra": "^2.5.3"
  },
  "devDependencies": {
    "prettier": "^3.6.2",
    "typescript": "^5.9.2",
    "@yume-chan/eslint-config": "^1.0.0",
    "@yume-chan/tsconfig": "^1.0.0"
  },
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "lint": "run-eslint && prettier src/**/*.ts --write --tab-width 4"
  }
}