-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
46 lines (46 loc) · 1.12 KB
/
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
40
41
42
43
44
45
46
{
"name": "rn-update-apk",
"version": "5.0.0",
"description": "Check for new APK versions and update app from React Native",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mikehardy/react-native-update-apk.git"
},
"scripts": {
"dev-sync": "cp -r index.js android ios example/node_modules/rn-update-apk/",
"shipit": "np",
"test": "echo no tests yet"
},
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"update",
"app",
"apk"
],
"author": "Mike Hardy (https://github.com/mikehardy)",
"contributors": [
"parryworld (https://github.com/parryworld)"
],
"license": "MIT",
"dependencies": {
"react-native-fs": "^2.20.0",
"semver": "^7.3.8"
},
"devDependencies": {
"np": "^7.6.2",
"prettier": "^2.7.1"
},
"nativePackage": true,
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"homepage": "https://github.com/mikehardy/react-native-update-apk",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/mikehardy/react-native-update-apk/issues"
}
}