123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "@yume-chan/adb-backend-direct-sockets",
- "private": true,
- "version": "0.0.9",
- "description": "Backend for `@yume-chan/adb` using Direct Sockets API.",
- "keywords": [
- "adb",
- "direct-sockets"
- ],
- "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-direct-sockets#readme",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/yume-chan/ya-webadb.git",
- "directory": "libraries/adb-backend-direct-sockets"
- },
- "bugs": {
- "url": "https://github.com/yume-chan/ya-webadb/issues"
- },
- "license": "MIT",
- "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",
- "tslib": "^2.4.1"
- }
- }
|