|
1 | 1 | { |
2 | 2 | "name": "react-native-code-push-diff", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "0.0.0-local.21", |
4 | 4 | "description": "This library builds upon the foundational strengths of the react-native-code-push library, adding advanced functionality to precisely identify and manage differences between code-push builds.", |
5 | | - "main": "lib/commonjs/index", |
6 | | - "module": "lib/module/index", |
7 | | - "types": "lib/typescript/src/index.d.ts", |
8 | | - "react-native": "src/index", |
9 | | - "source": "src/index", |
| 5 | + "main": "commonjs/setup/index.js", |
| 6 | + "module": "module/setup/index.js", |
| 7 | + "types": "typescript/src/setup/index.d.ts", |
| 8 | + "react-native": "src/setup/index.ts", |
| 9 | + "source": "src", |
10 | 10 | "files": [ |
| 11 | + "bundle", |
| 12 | + "setup", |
| 13 | + "bundle_config.json", |
11 | 14 | "src", |
12 | | - "lib", |
| 15 | + "module", |
| 16 | + "commonjs", |
| 17 | + "typescript", |
13 | 18 | "android", |
14 | 19 | "ios", |
15 | 20 | "cpp", |
|
30 | 35 | "test": "jest", |
31 | 36 | "typecheck": "tsc --noEmit", |
32 | 37 | "lint": "eslint \"**/*.{js,ts,tsx}\"", |
33 | | - "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib", |
| 38 | + "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib typescript module commonjs package", |
34 | 39 | "prepare": "bob build", |
35 | 40 | "release": "release-it" |
36 | 41 | }, |
|
60 | 65 | "@types/jest": "^28.1.2", |
61 | 66 | "@types/react": "~17.0.21", |
62 | 67 | "@types/react-native": "0.70.0", |
| 68 | + "appcenter-cli": "^2.14.0", |
63 | 69 | "commitlint": "^17.0.2", |
64 | 70 | "del-cli": "^5.0.0", |
65 | 71 | "eslint": "^8.4.1", |
|
79 | 85 | "@types/react": "17.0.21" |
80 | 86 | }, |
81 | 87 | "peerDependencies": { |
| 88 | + "appcenter-cli": "*", |
82 | 89 | "react": "*", |
83 | 90 | "react-native": "*" |
84 | 91 | }, |
|
130 | 137 | }, |
131 | 138 | "react-native-builder-bob": { |
132 | 139 | "source": "src", |
133 | | - "output": "lib", |
| 140 | + "output": "./", |
134 | 141 | "targets": [ |
135 | 142 | "commonjs", |
136 | 143 | "module", |
|
141 | 148 | } |
142 | 149 | ] |
143 | 150 | ] |
| 151 | + }, |
| 152 | + "dependencies": { |
| 153 | + "simple-git": "^3.22.0" |
144 | 154 | } |
145 | 155 | } |
0 commit comments