mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 01:39:21 +02:00
49 lines
1.6 KiB
JSON
49 lines
1.6 KiB
JSON
{
|
|
"name": "@yume-chan/android-bin",
|
|
"version": "0.0.23",
|
|
"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": "tsc -b tsconfig.build.json",
|
|
"build:watch": "tsc -b tsconfig.build.json",
|
|
"test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" TS_JEST_DISABLE_VER_CHECKER=true jest --coverage",
|
|
"lint": "run-eslint && prettier src/**/*.ts --write --tab-width 4",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"dependencies": {
|
|
"@yume-chan/adb": "workspace:^0.0.23",
|
|
"@yume-chan/stream-extra": "workspace:^0.0.23",
|
|
"@yume-chan/struct": "workspace:^0.0.23"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "^30.0.0-alpha.4",
|
|
"@yume-chan/eslint-config": "workspace:^1.0.0",
|
|
"@yume-chan/tsconfig": "workspace:^1.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"jest": "^30.0.0-alpha.4",
|
|
"prettier": "^3.2.5",
|
|
"ts-jest": "^29.1.2",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|