package.json 312 B

123456789101112131415161718
  1. {
  2. "name": "react-native-hwpush",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [
  10. "react-native"
  11. ],
  12. "author": "",
  13. "license": "",
  14. "peerDependencies": {
  15. "react-native": "^0.61.5"
  16. }
  17. }