{
  "name": "ngx-google-maps-places-autocomplete",
  "description": "Angular library that provides a powerful and customizable Google Maps Places Autocomplete component for your Angular applications.",
  "version": "21.0.0",
  "homepage": "https://lekhmanrus.github.io/ngx-google-maps-places/",
  "bugs": {
    "url": "https://github.com/lekhmanrus/ngx-google-maps-places/issues",
    "email": "lekhman112@gmail.com"
  },
  "author": "Ruslan Lekhman <lekhman112@gmail.com> (https://github.com/lekhmanrus)",
  "contributors": [
    "Ruslan Lekhman <lekhman112@gmail.com> (https://github.com/lekhmanrus)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lekhmanrus/ngx-google-maps-places"
  },
  "license": "MIT",
  "readme": "https://github.com/lekhmanrus/ngx-google-maps-places/blob/main/README.md",
  "private": false,
  "keywords": [
    "angular",
    "google maps",
    "googlemaps",
    "places api",
    "material",
    "autocomplete",
    "geolocation",
    "geocoding",
    "address components",
    "place details",
    "maps integration",
    "location services"
  ],
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@angular/cdk": "^21.0.0",
    "@angular/common": "^21.0.0",
    "@angular/core": "^21.0.0",
    "@angular/material": "^21.0.0",
    "@types/google.maps": "^3.58.0",
    "ngx-google-maps-places-api": "^21.0.0"
  },
  "sideEffects": false,
  "module": "fesm2022/ngx-google-maps-places-autocomplete.mjs",
  "typings": "types/ngx-google-maps-places-autocomplete.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-google-maps-places-autocomplete.d.ts",
      "default": "./fesm2022/ngx-google-maps-places-autocomplete.mjs"
    }
  }
}