mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 01:39:21 +02:00
36 lines
995 B
JSON
36 lines
995 B
JSON
{
|
|
"name": "@yume-chan/fetch-scrcpy-server",
|
|
"version": "1.0.0",
|
|
"description": "A script to download Scrcpy server binary.",
|
|
"keywords": [
|
|
"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/fetch-scrcpy-server#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/yume-chan/ya-webadb.git",
|
|
"directory": "packages/fetch-scrcpy-server"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/yume-chan/ya-webadb/issues"
|
|
},
|
|
"bin": {
|
|
"fetch-scrcpy-server": "bin/fetch-server.js"
|
|
},
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"sideEffects": false,
|
|
"dependencies": {
|
|
"gh-release-fetch": "^4.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.3.1"
|
|
}
|
|
}
|