{
  "name": "@yume-chan/scrcpy",
  "version": "2.3.0",
  "description": "TypeScript implementation of Scrcpy client.",
  "keywords": [
    "adb",
    "android-phone",
    "scrcpy"
  ],
  "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#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yume-chan/ya-webadb.git",
    "directory": "packages/scrcpy"
  },
  "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/struct": "^2.0.1",
    "@yume-chan/stream-extra": "^2.1.0",
    "@yume-chan/no-data-view": "^2.0.0"
  },
  "devDependencies": {
    "@types/node": "^24.3.1",
    "prettier": "^3.6.2",
    "typescript": "^5.9.2",
    "@yume-chan/eslint-config": "^1.0.0",
    "@yume-chan/test-runner": "^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",
    "test": "run-test"
  }
}