1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
react-native-pushy/package.json

34 lines
999 B
JSON
Raw Normal View History

2016-02-23 19:55:02 +08:00
{
2016-02-23 19:03:37 +08:00
"name": "react-native-update",
2021-08-22 11:39:32 +08:00
"version": "6.2.1",
2016-02-23 19:03:37 +08:00
"description": "react-native hot update",
2016-04-05 15:36:05 +08:00
"main": "lib/index.js",
2016-02-23 19:55:02 +08:00
"scripts": {
2021-04-09 19:37:56 +08:00
"submodule": "git submodule update --init --recursive",
2016-02-24 01:10:49 +08:00
"test": "echo \"Error: no test specified\" && exit 1",
2021-04-09 21:53:17 +08:00
"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"
2016-02-23 19:55:02 +08:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/reactnativecn/react-native-pushy.git"
},
2018-07-20 17:01:12 +08:00
"keywords": [
"react-native",
"ios",
"android",
"update"
],
2016-02-23 19:55:02 +08:00
"author": "reactnativecn",
2021-10-04 00:41:04 +08:00
"license": "MIT",
2016-02-23 19:55:02 +08:00
"bugs": {
"url": "https://github.com/reactnativecn/react-native-pushy/issues"
},
"peerDependencies": {
"react-native": ">=0.27.0"
2016-02-23 19:55:02 +08:00
},
"homepage": "https://github.com/reactnativecn/react-native-pushy#readme",
2020-08-31 11:47:08 +08:00
"dependencies": {
2021-10-04 00:41:34 +08:00
"nanoid": "^3.1.28"
2020-08-31 11:47:08 +08:00
}
2016-02-23 19:55:02 +08:00
}