{
  "name": "ol",
  "version": "10.8.0",
  "description": "OpenLayers mapping library",
  "keywords": [
    "map",
    "mapping",
    "openlayers"
  ],
  "homepage": "https://openlayers.org/",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git://github.com/openlayers/openlayers.git"
  },
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/openlayers/openlayers/issues"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/openlayers"
  },
  "dependencies": {
    "@types/rbush": "4.0.0",
    "earcut": "^3.0.0",
    "geotiff": "^3.0.2",
    "pbf": "4.0.1",
    "rbush": "^4.0.0",
    "zarrita": "^0.6.0"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not dead"
  ],
  "sideEffects": [
    "proj.js",
    "ol.css"
  ],
  "main": "index.js"
}
