{
  "name": "@deck.gl/geo-layers",
  "description": "deck.gl layers supporting geospatial use cases and GIS formats",
  "license": "MIT",
  "type": "module",
  "version": "9.3.2",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "webgl",
    "visualization",
    "geospatial",
    "layer"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/visgl/deck.gl.git"
  },
  "types": "dist/index.d.ts",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "src",
    "dist.min.js"
  ],
  "sideEffects": false,
  "scripts": {
    "build-bundle": "ocular-bundle ./bundle.ts",
    "prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
  },
  "dependencies": {
    "@loaders.gl/3d-tiles": "^4.4.1",
    "@loaders.gl/gis": "^4.4.1",
    "@loaders.gl/loader-utils": "^4.4.1",
    "@loaders.gl/mvt": "^4.4.1",
    "@loaders.gl/schema": "^4.4.1",
    "@loaders.gl/terrain": "^4.4.1",
    "@loaders.gl/tiles": "^4.4.1",
    "@loaders.gl/wms": "^4.4.1",
    "@luma.gl/gltf": "^9.3.3",
    "@luma.gl/shadertools": "^9.3.3",
    "@math.gl/core": "^4.1.0",
    "@math.gl/culling": "^4.1.0",
    "@math.gl/web-mercator": "^4.1.0",
    "@types/geojson": "^7946.0.8",
    "a5-js": "^0.7.2",
    "h3-js": "^4.4.0",
    "long": "^3.2.0"
  },
  "peerDependencies": {
    "@deck.gl/core": "~9.3.0",
    "@deck.gl/extensions": "~9.3.0",
    "@deck.gl/layers": "~9.3.0",
    "@deck.gl/mesh-layers": "~9.3.0",
    "@loaders.gl/core": "^4.4.1",
    "@luma.gl/core": "~9.3.3",
    "@luma.gl/engine": "~9.3.3"
  },
  "gitHead": "09af8de8d18a9cb9a31d064cae8f9e7239df7f53"
}
