34 lines
1000 B
JSON
34 lines
1000 B
JSON
{
|
|
"name": "react-native-update",
|
|
"version": "6.0.4",
|
|
"description": "react-native hot update",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"submodule": "git submodule update --init --recursive",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build-lib": "yarn submodule && $ANDROID_HOME/ndk/20.1.5948944/ndk-build NDK_PROJECT_PATH=android APP_BUILD_SCRIPT=android/jni/Android.mk NDK_APPLICATION_MK=android/jni/Application.mk NDK_LIBS_OUT=android/lib"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/reactnativecn/react-native-pushy.git"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"ios",
|
|
"android",
|
|
"update"
|
|
],
|
|
"author": "reactnativecn",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/reactnativecn/react-native-pushy/issues"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": ">=0.27.0"
|
|
},
|
|
"homepage": "https://github.com/reactnativecn/react-native-pushy#readme",
|
|
"dependencies": {
|
|
"uuid": "3"
|
|
}
|
|
}
|