{
  "name": "@ng-maps/google",
  "version": "7.0.0",
  "keywords": [
    "angular",
    "ng",
    "google maps",
    "googlemaps",
    "maps",
    "map",
    "google",
    "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",
    "@types/google.maps": "~3.51.0 || ~3.52.0 || ~3.53.0 || ~3.58.0",
    "@ng-maps/core": "^6.0.0 || ^7.0.0"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "module": "fesm2022/ng-maps-google.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/ng-maps-google.mjs",
      "esm": "./esm2022/ng-maps-google.mjs",
      "default": "./fesm2022/ng-maps-google.mjs"
    }
  },
  "sideEffects": false
}