{
  "name": "react-maps-suite",
  "version": "1.0.0",
  "description": "A complete library for handling maps in React",
  "keywords": [
    "maps",
    "react",
    "google",
    "mapbox",
    "leaftlet"
  ],
  "main": "build/index.js",
  "author": "Luis A. Martínez <contact@zerquix18.com>",
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "@types/google.maps": "^3.48.5",
    "@types/leaflet": "^1.7.9",
    "@types/leaflet-rotatedmarker": "^0.2.2",
    "@types/leaflet.heat": "^0.2.1",
    "@types/leaflet.markercluster": "^1.4.6",
    "@types/mapbox-gl": "^2.6.4",
    "@types/react": "^18.0.1",
    "@types/react-dom": "^18.0.0",
    "@types/supercluster": "^7.1.0",
    "@types/uniqid": "^5.3.2",
    "typescript": "^4.6.3"
  },
  "dependencies": {
    "@googlemaps/js-api-loader": "^1.14.0",
    "@googlemaps/markerclusterer": "^2.0.3",
    "@turf/turf": "^6.5.0",
    "leaflet-rotatedmarker": "^0.2.0",
    "leaflet.heat": "^0.2.0",
    "leaflet.markercluster": "^1.5.3",
    "uniqid": "^5.4.0"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
  }
}
