UNPKG

@yume-chan/adb-scrcpy

Version:

Use `@yume-chan/adb` to bootstrap `@yume-chan/scrcpy`.

50 lines 1.37 kB
{ "name": "@yume-chan/adb-scrcpy", "version": "2.3.2", "description": "Use `@yume-chan/adb` to bootstrap `@yume-chan/scrcpy`.", "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/adb-scrcpy#readme", "repository": { "type": "git", "url": "git+https://github.com/yume-chan/ya-webadb.git", "directory": "packages/adb-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/adb": "^2.3.1", "@yume-chan/event": "^2.0.0", "@yume-chan/scrcpy": "^2.3.0", "@yume-chan/stream-extra": "^2.1.0", "@yume-chan/struct": "^2.3.2" }, "devDependencies": { "@types/node": "^24.3.1", "prettier": "^3.6.2", "typescript": "^5.9.2", "@yume-chan/eslint-config": "^1.0.0", "@yume-chan/tsconfig": "^1.0.0", "@yume-chan/test-runner": "^1.0.0" }, "scripts": { "build": "tsc -b tsconfig.build.json", "lint": "run-eslint && prettier src/**/*.ts --write --tab-width 4", "test": "run-test" } }