{ "name": "@yume-chan/android-bin", "version": "0.0.17", "description": "Wrappers for Android built-in executables.", "keywords": [ "adb", "Android" ], "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/android-bin#readme", "repository": { "type": "git", "url": "git+https://github.com/yume-chan/ya-webadb.git", "directory": "libraries/android-bin" }, "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", "prepublishOnly": "npm run build" }, "devDependencies": { "@yume-chan/ts-package-builder": "workspace:^1.0.0", "typescript": "^4.8.4" }, "dependencies": { "@yume-chan/adb": "workspace:^0.0.17", "@yume-chan/stream-extra": "workspace:^0.0.17", "@yume-chan/struct": "workspace:^0.0.17", "tslib": "^2.4.1" } }