1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-09-16 09:41:38 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm
2024-11-16 07:41:08 +08:00
parent 4b772194d1
commit 31ec3edc5a

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-update-cli",
"version": "1.31.1",
"version": "1.31.2",
"description": "Command tools for javaScript updater with `pushy` service for react native apps.",
"main": "index.js",
"bin": {
@@ -13,7 +13,7 @@
],
"scripts": {
"build": "swc src -d lib --strip-leading-paths",
"prepublish": "npm run build && chmod +x lib/index.js"
"prepare": "npm run build && chmod +x lib/index.js"
},
"repository": {
"type": "git",
@@ -32,37 +32,37 @@
},
"homepage": "https://github.com/reactnativecn/react-native-pushy/tree/master/react-native-pushy-cli",
"dependencies": {
"bplist-parser": "^0.2.0",
"bplist-parser": "^0.3.2",
"bytebuffer": "^5.0.1",
"cgbi-to-png": "^1.0.7",
"cli-arguments": "^0.2.1",
"commander": "^7.2.0",
"commander": "^12.1.0",
"compare-versions": "^6.1.1",
"filesize-parser": "^1.5.0",
"filesize-parser": "^1.5.1",
"fs-extra": "8",
"gradle-to-js": "^2.0.1",
"isomorphic-unzip": "^1.1.5",
"node-fetch": "^2.6.1",
"plist": "^3.0.1",
"plist": "^3.1.0",
"progress": "^2.0.3",
"properties": "^1.2.1",
"read": "^1.0.7",
"request": "^2.88.2",
"read": "^4.0.0",
"semver": "^7.6.3",
"tcp-ping": "^0.1.1",
"tty-table": "4.2",
"update-notifier": "^5.1.0",
"yauzl": "^2.10.0",
"yazl": "2.5.1"
"yauzl": "^3.2.0",
"yazl": "3.3.0"
},
"engines": {
"node": ">= 10"
},
"devDependencies": {
"@swc/cli": "^0.4.1-nightly.20240914",
"@swc/core": "^1.7.36",
"@types/node": "^22.7.5",
"oxlint": "^0.9.10",
"@swc/cli": "^0.5.0",
"@swc/core": "^1.9.2",
"@types/node": "^22.9.0",
"oxlint": "^0.11.1",
"typescript": "^5.6.3"
}
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}