{
  "name": "@deck.gl/layers",
  "description": "deck.gl core layers",
  "license": "MIT",
  "type": "module",
  "version": "9.1.4",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "webgl",
    "visualization",
    "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/index.ts",
    "prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
  },
  "dependencies": {
    "@loaders.gl/images": "^4.2.0",
    "@loaders.gl/schema": "^4.2.0",
    "@luma.gl/shadertools": "^9.1.2",
    "@mapbox/tiny-sdf": "^2.0.5",
    "@math.gl/core": "^4.1.0",
    "@math.gl/polygon": "^4.1.0",
    "@math.gl/web-mercator": "^4.1.0",
    "earcut": "^2.2.4"
  },
  "peerDependencies": {
    "@deck.gl/core": "^9.1.0",
    "@loaders.gl/core": "^4.2.0",
    "@luma.gl/core": "^9.1.0",
    "@luma.gl/engine": "^9.1.0"
  },
  "gitHead": "92f3582b31ce0886dff8a61278b42feb0f8fe5f0"
}
