|
1 | 1 | { |
2 | 2 | "name": "react-native-update-cli", |
3 | | - "version": "1.46.2", |
| 3 | + "version": "2.0.0", |
4 | 4 | "description": "command line tool for react-native-update (remote updates for react native)", |
5 | 5 | "main": "index.js", |
6 | 6 | "bin": { |
7 | 7 | "pushy": "lib/index.js", |
8 | 8 | "cresc": "lib/index.js" |
9 | 9 | }, |
10 | | - "files": ["lib", "src", "cli.json"], |
| 10 | + "files": [ |
| 11 | + "lib", |
| 12 | + "src", |
| 13 | + "cli.json" |
| 14 | + ], |
11 | 15 | "scripts": { |
12 | 16 | "build": "swc src -d lib --strip-leading-paths", |
13 | 17 | "prepublishOnly": "npm run build && chmod +x lib/index.js", |
14 | 18 | "lint": "tsc --noEmit & biome check --write ." |
15 | 19 | }, |
16 | 20 | "repository": { |
17 | 21 | "type": "git", |
18 | | - "url": "git+https://github.com/reactnativecn/react-native-pushy-cli.git" |
| 22 | + "url": "git+https://github.com/reactnativecn/react-native-update-cli.git" |
19 | 23 | }, |
20 | | - "keywords": ["react-native", "ios", "android", "harmony", "update"], |
| 24 | + "keywords": [ |
| 25 | + "react-native", |
| 26 | + "ios", |
| 27 | + "android", |
| 28 | + "harmony", |
| 29 | + "update" |
| 30 | + ], |
21 | 31 | "author": "reactnativecn", |
22 | 32 | "license": "BSD-3-Clause", |
23 | 33 | "bugs": { |
24 | | - "url": "https://github.com/reactnativecn/react-native-pushy/issues" |
| 34 | + "url": "https://github.com/reactnativecn/react-native-update-cli/issues" |
25 | 35 | }, |
26 | | - "homepage": "https://github.com/reactnativecn/react-native-pushy/tree/master/react-native-pushy-cli", |
| 36 | + "homepage": "https://github.com/reactnativecn/react-native-update-cli", |
27 | 37 | "dependencies": { |
28 | 38 | "@colors/colors": "^1.6.0", |
29 | 39 | "bplist-parser": "^0.3.2", |
|
71 | 81 | "@types/yazl": "^2.4.6", |
72 | 82 | "typescript": "^5.8.3" |
73 | 83 | }, |
74 | | - "trustedDependencies": ["@biomejs/biome", "@swc/core"] |
| 84 | + "trustedDependencies": [ |
| 85 | + "@biomejs/biome", |
| 86 | + "@swc/core" |
| 87 | + ] |
75 | 88 | } |
0 commit comments