{
  "name": "@geoapify/geocoder-autocomplete",
  "version": "3.0.1",
  "description": "A JavaScript address autocomplete input, compatible with Leaflet, MapLibre, OpenLayers, and other map libraries for efficient location search and geocoding.",
  "main": "dist/index.cjs.js",
  "typings": "dist/index.d.ts",
  "minimized": "dist/index.min.js",
  "module": "dist/index.min.esm.js",
  "scripts": {
    "test": "jest",
    "test-coverage": "jest --coverage",
    "build": "tsc",
    "build-all": "npm run build && npm run build-minimized",
    "build-minimized": "rollup -c rollup-config.mjs",
    "build-css-minimized": "postcss -o styles/minimal.min.css styles/minimal.css",
    "start:demos": "npm install && npm run build-all && open demo/demo-index.html"
  },
  "repository": {
    "type": "git",
    "url": "git+https://git@github.com/geoapify/geocoder-autocomplete.git"
  },
  "keywords": [
    "geocoding",
    "address",
    "autocomplete",
    "search",
    "street",
    "city",
    "country",
    "state",
    "amenity",
    "location",
    "regions",
    "boundaries",
    "place details",
    "postal code",
    "address lookup",
    "location autocomplete"
  ],
  "author": {
    "name": "Geoapify GmbH",
    "email": "info@geoapify.com",
    "url": "https://geoapify.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/geoapify/geocoder-autocomplete/issues"
  },
  "homepage": "https://geoapify.github.io/geocoder-autocomplete/",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.6",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.4",
    "@testing-library/jest-dom": "^6.6.4",
    "@types/geojson": "^7946.0.16",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.2.1",
    "cssnano": "^7.1.0",
    "jest": "^30.0.5",
    "jest-environment-jsdom": "^30.0.5",
    "jest-fetch-mock": "^3.0.3",
    "jsdom": "^26.1.0",
    "postcss": "^8.5.6",
    "postcss-cli": "^11.0.1",
    "postcss-import": "^16.1.1",
    "rollup": "^4.46.2",
    "ts-jest": "^29.4.1",
    "tslib": "^2.8.1",
    "typescript": "^5.9.2"
  }
}
