{
  "name": "@deck.gl/mapbox",
  "description": "Use deck.gl layers as custom mapbox-gl-js layers",
  "license": "MIT",
  "type": "module",
  "version": "9.3.0",
  "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",
    "dist.min.js"
  ],
  "sideEffects": false,
  "scripts": {
    "build-bundle": "ocular-bundle ./bundle.ts",
    "prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
  },
  "dependencies": {
    "@math.gl/web-mercator": "^4.1.0"
  },
  "peerDependencies": {
    "@deck.gl/core": "~9.3.0",
    "@luma.gl/core": "~9.3.2",
    "@math.gl/web-mercator": "^4.1.0"
  },
  "gitHead": "83c6be432af286138fc78d4d8d67459d9b3b6cff"
}
