forked from mikehardy/react-native-update-apk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"nativePackage": true,
"name": "@codivoire/react-native-appupdate",
"version": "1.0.1",
"description": "Check for new APK versions and update app from React Native",
"author": "Codivoire (https://github.com/codivoire)",
"license": "MIT",
"readmeFilename": "README.md",
"homepage": "https://github.com/codivoire/react-native-appupdate",
"repository": {
"type": "git",
"url": "git+https://github.com/codivoire/react-native-appupdate.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"update",
"app",
"apk"
],
"main": "src/index.js",
"scripts": {
"dev-sync": "cp -r index.js android ios example/node_modules/@codivoire/react-native-appupdate/",
"shipit": "np",
"test": "echo no tests yet"
},
"dependencies": {
"react-native-fs": "^2.16.6"
},
"devDependencies": {
"@react-native-community/cli": "^4.13.0",
"np": "^6.5.0",
"prettier": "^2.1.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"contributors": [
"Codivoire (https://github.com/codivoire)"
],
"bugs": {
"url": "https://github.com/codivoire/react-native-appupdate/issues"
}
}