{
  "name": "@ng-maps/core",
  "version": "8.0.0",
  "keywords": [
    "angular",
    "ng",
    "maps",
    "map",
    "ng2",
    "angular2",
    "agm"
  ],
  "homepage": "https://ng-maps.github.io/core",
  "bugs": {
    "url": "https://github.com/ng-maps/ng-maps/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ng-maps/ng-maps.git"
  },
  "peerDependencies": {
    "@angular/common": ">=18.0.0",
    "@angular/core": ">=18.0.0",
    "@angular/platform-browser-dynamic": ">=18.0.0",
    "rxjs": ">=6.5.3",
    "zone.js": ">=0.12.0"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "module": "fesm2022/ng-maps-core.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ng-maps-core.mjs"
    }
  },
  "sideEffects": false
}