{
  "name": "@polar/plugin-address-search",
  "version": "3.2.0",
  "description": "AddressSearch plugin for POLAR that adds a user interface to search for various kinds of textual information to map it to a geometry; e.g. parcel numbers or addresses, but any kind of toponym mapping is possible.",
  "keywords": [
    "OpenLayers",
    "ol",
    "POLAR",
    "plugin",
    "AddressSearch",
    "parcel",
    "address",
    "search"
  ],
  "license": "EUPL-1.2",
  "type": "module",
  "author": "Dataport AöR <polar@dataport.de>",
  "main": "src/index.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Dataport/polar.git",
    "directory": "packages/plugins/AddressSearch"
  },
  "files": [
    "src/**/*",
    "CHANGELOG.md"
  ],
  "peerDependencies": {
    "@masterportal/masterportalapi": "2.48.0",
    "@repositoryname/vuex-generators": "^1.1.2",
    "ol": "^10.4.0",
    "vue": "^2.6.14",
    "vuex": "^3.6.2"
  },
  "dependencies": {
    "@polar/lib-get-features": "^3.0.0",
    "lodash.debounce": "^4.0.8"
  },
  "devDependencies": {
    "@polar/lib-custom-types": "^2.0.0"
  }
}
