ya-webadb/libraries/fetch-scrcpy-server/package.json
2024-08-12 12:02:52 +08:00

36 lines
996 B
JSON

{
"name": "@yume-chan/fetch-scrcpy-server",
"version": "0.0.24",
"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": "^22.2.0"
}
}