{
  "name": "@yume-chan/scrcpy-decoder-tinyh264",
  "version": "2.1.0",
  "description": "Raw H.264 stream decoder and renderer wrapping TinyH264 and YUVCanvas packages (software decoding).",
  "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-tinyh264#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yume-chan/ya-webadb.git",
    "directory": "packages/scrcpy-decoder-tinyh264"
  },
  "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",
    "tinyh264": "^0.0.7",
    "yuv-buffer": "^1.0.1",
    "yuv-canvas": "^1.3.0",
    "@yume-chan/scrcpy": "^2.1.0",
    "@yume-chan/event": "^2.0.0",
    "@yume-chan/stream-extra": "^2.1.0"
  },
  "devDependencies": {
    "prettier": "^3.5.3",
    "typescript": "^5.8.3",
    "@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"
  }
}