UNPKG

@yume-chan/adb

Version:

TypeScript implementation of Android Debug Bridge (ADB) protocol.

48 lines 1.33 kB
{ "name": "@yume-chan/adb", "version": "2.0.1", "description": "TypeScript implementation of Android Debug Bridge (ADB) protocol.", "keywords": [ "adb", "android-phone" ], "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#readme", "repository": { "type": "git", "url": "git+https://github.com/yume-chan/ya-webadb.git", "directory": "libraries/adb" }, "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.0.2", "@yume-chan/event": "^2.0.0", "@yume-chan/no-data-view": "^2.0.0", "@yume-chan/stream-extra": "^2.0.1", "@yume-chan/struct": "^2.0.1" }, "devDependencies": { "@types/node": "^22.13.10", "prettier": "^3.5.3", "typescript": "^5.8.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" } }