{
  "name": "@deck.gl/aggregation-layers",
  "description": "deck.gl layers that aggregate the input data into alternative representations",
  "license": "MIT",
  "type": "module",
  "version": "9.4.0",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "webgl",
    "visualization",
    "analytics",
    "layer"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/visgl/deck.gl.git"
  },
  "bugs": {
    "url": "https://github.com/visgl/deck.gl/issues"
  },
  "homepage": "https://deck.gl",
  "types": "dist/index.d.ts",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "visgl:webgl-only": {
        "import": "./dist.webgl-only/index.js",
        "require": "./dist.webgl-only/index.cjs"
      },
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "dist.webgl-only",
    "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": {
    "@luma.gl/shadertools": "^9.4.0",
    "@math.gl/core": "^4.1.0",
    "@math.gl/web-mercator": "^4.1.0",
    "d3-hexbin": "^0.2.1"
  },
  "peerDependencies": {
    "@deck.gl/core": "~9.4.0",
    "@deck.gl/layers": "~9.4.0",
    "@luma.gl/core": "~9.4.0",
    "@luma.gl/engine": "~9.4.0"
  },
  "gitHead": "5eded84b438eef83387dc6579c51670389053602"
}
