package.json 625 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "vbe-cluster-map",
  3. "description": "React Native Mapview cluster component for Android Native",
  4. "main": "index.js",
  5. "author": "vbea <vbea@foxmail.com>",
  6. "version": "1.0",
  7. "scripts": {
  8. "lint": "./node_modules/eslint/bin/eslint.js .",
  9. "ci": "npm run lint"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/vbea/vbe-cluster-map"
  14. },
  15. "keywords": [
  16. "react",
  17. "react-native",
  18. "react-component",
  19. "map",
  20. "cluster-map",
  21. "google-maps",
  22. "vbe-cluster-map"
  23. ],
  24. "peerDependencies": {
  25. "react": ">= 16.0 || < 17.0",
  26. "react-native": ">= 0.51"
  27. }
  28. }