-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 966 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "react-native-code-push-plugin",
"version": "1.0.7",
"description": "Config plugin to auto configure react-native-code-push on prebuild",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gstj/react-native-code-push-plugin.git"
},
"files": [
"build",
"app.plugin.js"
],
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"keywords": [
"react-native-code-push",
"react-native",
"expo"
],
"peerDependencies": {
"expo": ">=49.0.0"
},
"devDependencies": {
"expo": ">=49.0.0",
"expo-module-scripts": "^3.0.3"
},
"upstreamPackage": "react-native-code-push"
}