{
  "name": "@grupo-san-cristobal/agm-markerclusterer",
  "version": "20.0.2",
  "description": "Angular Google Maps (AGM) extension for markerclusterer support",
  "author": "Jens Fahnenbruck <jigfox@me.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/grupo-san-cristobal/angular-google-maps.git"
  },
  "bugs": {
    "url": "https://github.com/grupo-san-cristobal/angular-google-maps/issues"
  },
  "homepage": "https://angular-maps.com",
  "keywords": [
    "angular-google-maps",
    "angular",
    "markerclusterer",
    "google-maps",
    "agm"
  ],
  "peerDependencies": {
    "@grupo-san-cristobal/agm-core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
    "@angular/common": "^20.3.9",
    "@angular/core": "^20.3.9",
    "@google/markerclustererplus": "^5.0.4"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "module": "fesm2022/grupo-san-cristobal-agm-markerclusterer.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/grupo-san-cristobal-agm-markerclusterer.mjs"
    }
  },
  "sideEffects": false
}