{
  "name": "@angular-helpers/openlayers",
  "version": "22.6.0",
  "description": "Modern Angular wrapper for OpenLayers with modular architecture, standalone components, and hybrid template/programmatic API",
  "homepage": "https://gaspar1992.github.io/angular-helpers/docs/openlayers",
  "repository": {
    "type": "git",
    "url": "https://github.com/Gaspar1992/angular-helpers"
  },
  "bugs": {
    "url": "https://github.com/Gaspar1992/angular-helpers/issues"
  },
  "keywords": [
    "angular",
    "openlayers",
    "ol",
    "mapping",
    "gis",
    "cartography",
    "standalone",
    "signals",
    "modular",
    "military",
    "milsymbol"
  ],
  "author": "",
  "license": "MIT",
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@angular/common": "^22.0.0",
    "@angular/core": "^22.0.0",
    "ol": "^10.0.0"
  },
  "peerDependenciesMeta": {
    "ol": {
      "optional": false
    }
  },
  "module": "fesm2022/angular-helpers-openlayers.mjs",
  "typings": "types/angular-helpers-openlayers.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/angular-helpers-openlayers.d.ts",
      "default": "./fesm2022/angular-helpers-openlayers.mjs"
    },
    "./controls": {
      "types": "./types/angular-helpers-openlayers-controls.d.ts",
      "default": "./fesm2022/angular-helpers-openlayers-controls.mjs"
    },
    "./core": {
      "types": "./types/angular-helpers-openlayers-core.d.ts",
      "default": "./fesm2022/angular-helpers-openlayers-core.mjs"
    },
    "./interactions": {
      "types": "./types/angular-helpers-openlayers-interactions.d.ts",
      "default": "./fesm2022/angular-helpers-openlayers-interactions.mjs"
    },
    "./layers": {
      "types": "./types/angular-helpers-openlayers-layers.d.ts",
      "default": "./fesm2022/angular-helpers-openlayers-layers.mjs"
    },
    "./overlays": {
      "types": "./types/angular-helpers-openlayers-overlays.d.ts",
      "default": "./fesm2022/angular-helpers-openlayers-overlays.mjs"
    },
    "./testing": {
      "types": "./types/angular-helpers-openlayers-testing.d.ts",
      "default": "./fesm2022/angular-helpers-openlayers-testing.mjs"
    }
  },
  "type": "module",
  "dependencies": {
    "tslib": "^2.3.0"
  }
}
