{ "name": "@yume-chan/adb-backend-ws", "private": true, "version": "0.0.9", "description": "Backend for `@yume-chan/adb` using WebSocket API.", "keywords": [ "websocket", "adb" ], "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/libraries/adb-backend-ws#readme", "repository": { "type": "git", "url": "git+https://github.com/yume-chan/ya-webadb.git", "directory": "libraries/adb-backend-ws" }, "bugs": { "url": "https://github.com/yume-chan/ya-webadb/issues" }, "type": "module", "main": "esm/index.js", "types": "esm/index.d.ts", "scripts": { "build": "build-ts-package", "build:watch": "build-ts-package --incremental" }, "devDependencies": { "@yume-chan/ts-package-builder": "workspace:^1.0.0", "jest": "^29.3.1", "typescript": "^4.8.4" }, "dependencies": { "@yume-chan/adb": "workspace:^0.0.17", "@yume-chan/stream-extra": "workspace:^0.0.17", "tslib": "^2.4.1" } }