{
  "name": "@deck.gl/core",
  "description": "deck.gl core library",
  "license": "MIT",
  "type": "module",
  "version": "9.3.2",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "webgl",
    "visualization",
    "overlay",
    "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",
    "debug.min.js",
    "dist.min.js"
  ],
  "sideEffects": false,
  "scripts": {
    "build-debugger": "ocular-bundle ./bundle/debug.ts --output=./debug.min.js --globalName=deck.debug",
    "build-bundle": "ocular-bundle ./bundle/index.ts",
    "prepublishOnly": "npm run build-debugger && npm run build-bundle && npm run build-bundle -- --env=dev"
  },
  "dependencies": {
    "@loaders.gl/core": "^4.4.1",
    "@loaders.gl/images": "^4.4.1",
    "@luma.gl/core": "^9.3.3",
    "@luma.gl/engine": "^9.3.3",
    "@luma.gl/shadertools": "^9.3.3",
    "@luma.gl/webgl": "^9.3.3",
    "@math.gl/core": "^4.1.0",
    "@math.gl/sun": "^4.1.0",
    "@math.gl/types": "^4.1.0",
    "@math.gl/web-mercator": "^4.1.0",
    "@probe.gl/env": "^4.1.1",
    "@probe.gl/log": "^4.1.1",
    "@probe.gl/stats": "^4.1.1",
    "@types/offscreencanvas": "^2019.6.4",
    "gl-matrix": "^3.0.0",
    "mjolnir.js": "^3.0.0"
  },
  "gitHead": "09af8de8d18a9cb9a31d064cae8f9e7239df7f53"
}
