{
  "name": "@polar/client-generic",
  "version": "2.0.0",
  "description": "POLAR Client Generic. General purpose client with everything plugged in.",
  "keywords": [
    "OpenLayers",
    "ol",
    "POLAR",
    "client",
    "generic"
  ],
  "license": "EUPL-1.2",
  "type": "module",
  "author": "Dataport AöR <polar@dataport.de>",
  "main": "dist/polar-client.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Dataport/polar.git",
    "directory": "packages/clients/generic"
  },
  "files": [
    "dist/**/**.*",
    "docs/**/**.*",
    "CHANGELOG.md",
    "API.md"
  ],
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "rimraf dist && vite build && cd ../../.. && npm run docs:generic"
  },
  "devDependencies": {
    "@polar/core": "^3.2.1",
    "@polar/lib-custom-types": "^2.2.0",
    "@polar/plugin-address-search": "^3.1.0",
    "@polar/plugin-attributions": "^1.5.0",
    "@polar/plugin-draw": "^3.2.0",
    "@polar/plugin-export": "^1.2.2",
    "@polar/plugin-filter": "^3.0.1",
    "@polar/plugin-fullscreen": "^1.2.3",
    "@polar/plugin-geo-location": "^2.0.1",
    "@polar/plugin-gfi": "^3.1.0",
    "@polar/plugin-icon-menu": "^1.5.0",
    "@polar/plugin-layer-chooser": "^2.2.0",
    "@polar/plugin-legend": "^1.1.2",
    "@polar/plugin-loading-indicator": "^1.2.1",
    "@polar/plugin-pins": "^3.1.0",
    "@polar/plugin-pointer-position": "^1.0.0",
    "@polar/plugin-reverse-geocoder": "^3.0.1",
    "@polar/plugin-routing": "^1.0.0",
    "@polar/plugin-scale": "^3.1.0",
    "@polar/plugin-toast": "^1.1.2",
    "@polar/plugin-zoom": "^1.5.0"
  },
  "nx": {
    "includedScripts": [
      "build"
    ]
  }
}
