package.json 912 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "react-native-apk-installer",
  3. "version": "0.0.2",
  4. "author": "null--",
  5. "private": false,
  6. "license": "GPL-3.0",
  7. "repository": {
  8. "type": "git",
  9. "url": "git+https://github.com/null--/react-native-apk-installer.git"
  10. },
  11. "bugs": {
  12. "url": "https://github.com/null--/react-native-apk-installer/issues"
  13. },
  14. "homepage": "https://github.com/null--/react-native-apk-installer",
  15. "keywords": [
  16. "react-native",
  17. "android",
  18. "library",
  19. "apk",
  20. "installer",
  21. "react-native-apk-installer"
  22. ],
  23. "scripts": {
  24. "start": "node node_modules/react-native/local-cli/cli.js start",
  25. "test": "jest"
  26. },
  27. "peerDependencies": {
  28. "react-native": ">=0.38.0"
  29. },
  30. "description": "Install an android APK from your react-native project. This project is based on `react-native-android-library-boilerplate` and `react-native-install-apk`",
  31. "main": "index.android.js"
  32. }