ya-webadb/libraries/adb-server-node-tcp/package.json
2024-11-29 22:40:43 +08:00

47 lines
1.4 KiB
JSON

{
"name": "@yume-chan/adb-server-node-tcp",
"version": "0.0.0-next-20241129144018",
"description": "ADB server connector for `@yume-chan/adb` using Node.js' `net` module",
"keywords": [
"adb",
"adb-server-connection",
"node",
"tcp"
],
"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-server-node-tcp#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/yume-chan/ya-webadb.git",
"directory": "libraries/adb-server-node-tcp"
},
"bugs": {
"url": "https://github.com/yume-chan/ya-webadb/issues"
},
"type": "module",
"main": "esm/index.js",
"types": "esm/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "tsc -b tsconfig.build.json",
"lint": "run-eslint && prettier src/**/*.ts --write --tab-width 4"
},
"dependencies": {
"@yume-chan/adb": "workspace:^",
"@yume-chan/async": "^4.0.2",
"@yume-chan/stream-extra": "workspace:^",
"@yume-chan/struct": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.10.0",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.4.1",
"typescript": "^5.7.2"
}
}