mirror of
				https://gitcode.com/github-mirrors/react-native-update-cli.git
				synced 2025-11-04 08:43:10 +08:00 
			
		
		
		
	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:
		
							
								
								
									
										27
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										27
									
								
								package.json
									
									
									
									
									
								
							@@ -1,13 +1,17 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "react-native-update-cli",
 | 
					  "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)",
 | 
					  "description": "command line tool for react-native-update (remote updates for react native)",
 | 
				
			||||||
  "main": "index.js",
 | 
					  "main": "index.js",
 | 
				
			||||||
  "bin": {
 | 
					  "bin": {
 | 
				
			||||||
    "pushy": "lib/index.js",
 | 
					    "pushy": "lib/index.js",
 | 
				
			||||||
    "cresc": "lib/index.js"
 | 
					    "cresc": "lib/index.js"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "files": ["lib", "src", "cli.json"],
 | 
					  "files": [
 | 
				
			||||||
 | 
					    "lib",
 | 
				
			||||||
 | 
					    "src",
 | 
				
			||||||
 | 
					    "cli.json"
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "build": "swc src -d lib --strip-leading-paths",
 | 
					    "build": "swc src -d lib --strip-leading-paths",
 | 
				
			||||||
    "prepublishOnly": "npm run build && chmod +x lib/index.js",
 | 
					    "prepublishOnly": "npm run build && chmod +x lib/index.js",
 | 
				
			||||||
@@ -15,15 +19,21 @@
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  "repository": {
 | 
					  "repository": {
 | 
				
			||||||
    "type": "git",
 | 
					    "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",
 | 
					  "author": "reactnativecn",
 | 
				
			||||||
  "license": "BSD-3-Clause",
 | 
					  "license": "BSD-3-Clause",
 | 
				
			||||||
  "bugs": {
 | 
					  "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": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "@colors/colors": "^1.6.0",
 | 
					    "@colors/colors": "^1.6.0",
 | 
				
			||||||
    "bplist-parser": "^0.3.2",
 | 
					    "bplist-parser": "^0.3.2",
 | 
				
			||||||
@@ -71,5 +81,8 @@
 | 
				
			|||||||
    "@types/yazl": "^2.4.6",
 | 
					    "@types/yazl": "^2.4.6",
 | 
				
			||||||
    "typescript": "^5.8.3"
 | 
					    "typescript": "^5.8.3"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "trustedDependencies": ["@biomejs/biome", "@swc/core"]
 | 
					  "trustedDependencies": [
 | 
				
			||||||
 | 
					    "@biomejs/biome",
 | 
				
			||||||
 | 
					    "@swc/core"
 | 
				
			||||||
 | 
					  ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user