node_modules_reactnativeupdate_package.json 871 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "react-native-update",
  3. "version": "5.10.0",
  4. "description": "react-native hot update",
  5. "main": "lib/index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build-lib": "$ANDROID_HOME/ndk-bundle/ndk-build NDK_PROJECT_PATH=android APP_BUILD_SCRIPT=android/jni/Android.mk NDK_LIBS_OUT=android/lib"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/reactnativecn/react-native-pushy.git"
  13. },
  14. "keywords": [
  15. "react-native",
  16. "ios",
  17. "android",
  18. "update"
  19. ],
  20. "author": "reactnativecn",
  21. "license": "BSD-3-Clause",
  22. "bugs": {
  23. "url": "https://github.com/reactnativecn/react-native-pushy/issues"
  24. },
  25. "peerDependencies": {
  26. "react-native": ">=0.27.0"
  27. },
  28. "homepage": "https://github.com/reactnativecn/react-native-pushy#readme",
  29. "dependencies": {
  30. "uuid": "3"
  31. }
  32. }