mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 10:11:38 +08:00
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "react-native-update",
|
|
"version": "8.5.6",
|
|
"description": "react-native hot update",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"prepublishOnly": "yarn submodule && yarn build",
|
|
"build": "yarn clean && tsc",
|
|
"clean": "rm -rf dist",
|
|
"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": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/reactnativecn/react-native-pushy/issues"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": "*"
|
|
},
|
|
"homepage": "https://github.com/reactnativecn/react-native-pushy#readme",
|
|
"dependencies": {
|
|
"nanoid": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.8.9",
|
|
"@types/react": "^18.2.33",
|
|
"react-native": "^0.72.6",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
|
|
}
|