{
  "name": "@geoapify/angular-geocoder-autocomplete",
  "version": "3.0.1",
  "description": "Angular component for the Geoapify Geocoder Autocomplete library",
  "peerDependencies": {
    "@angular/common": "19.0.0 - 21.99999.99999",
    "@angular/core": "19.0.0 - 21.99999.99999",
    "@geoapify/geocoder-autocomplete": "^3.0.1"
  },
  "dependencies": {
    "tslib": "^2.7.0"
  },
  "keywords": [
    "angular",
    "geoapify",
    "geocoding",
    "street",
    "address",
    "autocomplete",
    "search",
    "city",
    "country",
    "state",
    "amenity",
    "location"
  ],
  "author": {
    "name": "Geoapify",
    "email": "info@geoapify.com",
    "url": "https://geoapify.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/geoapify/angular-geocoder-autocomplete/issues"
  },
  "homepage": "https://github.com/geoapify/angular-geocoder-autocomplete#readme",
  "repository": {
    "type": "git",
    "url": "git+https://git@github.com/geoapify/angular-geocoder-autocomplete.git"
  },
  "module": "fesm2022/geoapify-angular-geocoder-autocomplete.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/geoapify-angular-geocoder-autocomplete.mjs"
    }
  },
  "sideEffects": false
}