mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-09-16 09:41:38 +08:00
85 lines
2.2 KiB
JSON
85 lines
2.2 KiB
JSON
{
|
|
"name": "react-native-update-cli",
|
|
"version": "1.43.1",
|
|
"description": "command line tool for react-native-update (remote updates for react native)",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"pushy": "lib/index.js",
|
|
"cresc": "lib/index.js"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"src",
|
|
"cli.json"
|
|
],
|
|
"scripts": {
|
|
"build": "swc src -d lib --strip-leading-paths",
|
|
"prepare": "npm run build && chmod +x lib/index.js",
|
|
"lint": "tsc --noEmit & biome check --write ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/reactnativecn/react-native-pushy-cli.git"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"ios",
|
|
"android",
|
|
"harmony",
|
|
"update"
|
|
],
|
|
"author": "reactnativecn",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/reactnativecn/react-native-pushy/issues"
|
|
},
|
|
"homepage": "https://github.com/reactnativecn/react-native-pushy/tree/master/react-native-pushy-cli",
|
|
"dependencies": {
|
|
"@badisi/latest-version": "^7.0.12",
|
|
"bplist-parser": "^0.3.2",
|
|
"bytebuffer": "^5.0.1",
|
|
"cgbi-to-png": "^1.0.7",
|
|
"chalk": "4",
|
|
"cli-arguments": "^0.2.1",
|
|
"commander": "^13.1.0",
|
|
"compare-versions": "^6.1.1",
|
|
"filesize-parser": "^1.5.1",
|
|
"form-data": "^4.0.2",
|
|
"fs-extra": "8",
|
|
"gradle-to-js": "^2.0.1",
|
|
"i18next": "^24.2.3",
|
|
"isomorphic-git": "^1.29.0",
|
|
"isomorphic-unzip": "^1.1.5",
|
|
"node-fetch": "^2.6.1",
|
|
"plist": "^3.1.0",
|
|
"progress": "^2.0.3",
|
|
"properties": "^1.2.1",
|
|
"read": "^4.1.0",
|
|
"semver": "^7.7.1",
|
|
"tcp-ping": "^0.1.1",
|
|
"tty-table": "4.2",
|
|
"update-notifier": "^5.1.0",
|
|
"yauzl": "^3.2.0",
|
|
"yazl": "3.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@swc/cli": "^0.6.0",
|
|
"@swc/core": "^1.11.9",
|
|
"@types/filesize-parser": "^1.5.3",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/node": "^22.13.10",
|
|
"@types/node-fetch": "^2.6.12",
|
|
"@types/progress": "^2.0.7",
|
|
"@types/semver": "^7.5.8",
|
|
"@types/tcp-ping": "^0.1.6",
|
|
"@types/update-notifier": "^6.0.8",
|
|
"@types/yauzl": "^2.10.3",
|
|
"@types/yazl": "^2.4.6",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|