123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "@yume-chan/adb-backend-webusb",
- "version": "0.0.17",
- "description": "Backend for `@yume-chan/adb` using WebUSB API.",
- "keywords": [
- "webusb",
- "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-webusb#readme",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/yume-chan/ya-webadb.git",
- "directory": "libraries/adb-backend-webusb"
- },
- "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",
- "//test": "jest --coverage",
- "prepublishOnly": "npm run build"
- },
- "dependencies": {
- "@types/w3c-web-usb": "^1.0.6",
- "@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"
- },
- "devDependencies": {
- "@yume-chan/ts-package-builder": "workspace:^1.0.0",
- "jest": "^29.3.1",
- "typescript": "^4.8.4"
- }
- }
|