mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 01:39:21 +02:00
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "@yume-chan/scrcpy",
|
|
"version": "2.2.0",
|
|
"description": "TypeScript implementation of Scrcpy client.",
|
|
"keywords": [
|
|
"adb",
|
|
"android-phone",
|
|
"scrcpy"
|
|
],
|
|
"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/packages/scrcpy#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/yume-chan/ya-webadb.git",
|
|
"directory": "packages/scrcpy"
|
|
},
|
|
"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",
|
|
"prepublishOnly": "npm run build",
|
|
"test": "run-test"
|
|
},
|
|
"dependencies": {
|
|
"@yume-chan/async": "^4.1.3",
|
|
"@yume-chan/event": "workspace:^",
|
|
"@yume-chan/no-data-view": "workspace:^",
|
|
"@yume-chan/stream-extra": "workspace:^",
|
|
"@yume-chan/struct": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.3.1",
|
|
"@yume-chan/eslint-config": "workspace:^",
|
|
"@yume-chan/test-runner": "workspace:^",
|
|
"@yume-chan/tsconfig": "workspace:^",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|