1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-09-16 01:41:37 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Update package.json for version 2.0.0, change repository and issue URLs, and format files and keywords for better readability.

This commit is contained in:
sunnylqm
2025-07-30 14:34:43 +08:00
parent e98bcf504f
commit 7e7e555450

View File

@@ -1,13 +1,17 @@
{
"name": "react-native-update-cli",
"version": "1.46.2",
"version": "2.0.0",
"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"],
"files": [
"lib",
"src",
"cli.json"
],
"scripts": {
"build": "swc src -d lib --strip-leading-paths",
"prepublishOnly": "npm run build && chmod +x lib/index.js",
@@ -15,15 +19,21 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/reactnativecn/react-native-pushy-cli.git"
"url": "git+https://github.com/reactnativecn/react-native-update-cli.git"
},
"keywords": ["react-native", "ios", "android", "harmony", "update"],
"keywords": [
"react-native",
"ios",
"android",
"harmony",
"update"
],
"author": "reactnativecn",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/reactnativecn/react-native-pushy/issues"
"url": "https://github.com/reactnativecn/react-native-update-cli/issues"
},
"homepage": "https://github.com/reactnativecn/react-native-pushy/tree/master/react-native-pushy-cli",
"homepage": "https://github.com/reactnativecn/react-native-update-cli",
"dependencies": {
"@colors/colors": "^1.6.0",
"bplist-parser": "^0.3.2",
@@ -71,5 +81,8 @@
"@types/yazl": "^2.4.6",
"typescript": "^5.8.3"
},
"trustedDependencies": ["@biomejs/biome", "@swc/core"]
"trustedDependencies": [
"@biomejs/biome",
"@swc/core"
]
}