UNPKG

@yume-chan/scrcpy

Version:
50 lines 1.47 kB
{ "name": "@yume-chan/scrcpy", "version": "0.0.24", "description": "TypeScript implementation of 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/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", "dependencies": { "@yume-chan/async": "^2.2.0", "@yume-chan/no-data-view": "^0.0.24", "@yume-chan/stream-extra": "^0.0.24", "@yume-chan/struct": "^0.0.24" }, "devDependencies": { "@jest/globals": "^30.0.0-alpha.4", "@yume-chan/eslint-config": "^1.0.0", "@yume-chan/tsconfig": "^1.0.0", "cross-env": "^7.0.3", "jest": "^30.0.0-alpha.4", "prettier": "^3.3.2", "ts-jest": "^29.1.4", "typescript": "^5.4.5" }, "scripts": { "build": "tsc -b tsconfig.build.json", "build:watch": "tsc -b tsconfig.build.json", "test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" TS_JEST_DISABLE_VER_CHECKER=true jest --coverage", "lint": "run-eslint && prettier src/**/*.ts --write --tab-width 4" } }