{
  "name": "leaflet-control-geocoder",
  "version": "4.0.0",
  "description": "Extendable geocoder with builtin support for OpenStreetMap Nominatim, Bing, Google, Mapbox, MapQuest, What3Words, Photon, Pelias, HERE, Neutrino, Plus codes",
  "type": "module",
  "source": "src/index.ts",
  "main": "dist/Control.Geocoder.js",
  "module": "dist/Control.Geocoder.modern.js",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/Control.Geocoder.modern.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/Control.Geocoder.js"
      }
    },
    "./dist/Control.Geocoder.css": "./dist/Control.Geocoder.css",
    "./Control.Geocoder.css": "./dist/Control.Geocoder.css",
    "./style.css": "./dist/Control.Geocoder.css"
  },
  "types": "dist/index.d.ts",
  "scripts": {
    "prepare": "vp config && npm run build",
    "dev": "vp dev",
    "build": "vp build && tsc --target ES2020 --declaration --emitDeclarationOnly --skipLibCheck --outDir dist/ src/index.ts",
    "build:demo": "npm run build:demo-esbuild && npm run build:demo-rollup && npm run build:demo-webpack",
    "build:demo-esbuild": "cd demo-esbuild && npm install && npm run build",
    "build:demo-rollup": "cd demo-rollup && npm install && npm run build",
    "build:demo-webpack": "cd demo-rollup && npm install && npm run build",
    "changelog": "conventional-changelog --infile CHANGELOG.md --same-file --output-unreleased",
    "doc": "typedoc --excludePrivate --exclude node_modules/** --out docs/ src/",
    "test": "vp test run --dom"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/perliedman/leaflet-control-geocoder.git"
  },
  "files": [
    "LICENCE",
    "dist/**",
    "demo/**",
    "src/**"
  ],
  "keywords": [
    "leaflet",
    "geocoder",
    "locations",
    "openstreetmap",
    "nominatim",
    "bing",
    "bingmaps",
    "googlemaps",
    "google-maps",
    "mapbox",
    "mapquest",
    "opencage",
    "what3words",
    "photon",
    "mapzen",
    "pelias",
    "here",
    "neutrino",
    "pluscodes",
    "open location code"
  ],
  "author": "Per Liedman <per@liedman.net>",
  "contributors": [
    "Simon Legner <Simon.Legner@gmail.com>"
  ],
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/perliedman/leaflet-control-geocoder/issues"
  },
  "devDependencies": {
    "@types/leaflet": "^1.9.20",
    "conventional-changelog-cli": "^5.0.0",
    "happy-dom": "^20.10.6",
    "leaflet": "^1.9.4",
    "typedoc": "^0.28.10",
    "typescript": "^5.9.2",
    "vite": "npm:@voidzero-dev/vite-plus-core@0.2.4",
    "vite-plus": "0.2.4"
  },
  "peerDependencies": {
    "leaflet": "^1.6.0"
  },
  "optionalDependencies": {
    "open-location-code": "^1.0.3"
  },
  "resolutions": {
    "vite": "npm:@voidzero-dev/vite-plus-core@0.2.4"
  }
}
