UNPKG

rn-update-apk

Version:

Check for new APK versions and update app from React Native

48 lines (47 loc) 1.19 kB
{ "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.16.6", "semver": "^7.3.5" }, "devDependencies": { "@react-native-community/cli": "^5.0.1", "np": "^7.5.0", "prettier": "^2.1.2" }, "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" } }