{
  "name": "@deck.gl/jupyter-widget",
  "description": "Jupyter widget for rendering deck.gl in a Jupyter notebook",
  "license": "MIT",
  "version": "9.3.1",
  "keywords": [
    "jupyter",
    "jupyterlab",
    "jupyterlab-extension",
    "widgets",
    "geospatial"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/visgl/deck.gl.git"
  },
  "main": "dist/index.js",
  "files": [
    "dist/index.js",
    "dist/index.js.map",
    "src",
    "README.md"
  ],
  "sideEffects": false,
  "scripts": {
    "watch": "npm run build -- --watch",
    "build": "ocular-bundle ./src/index.js --output=./dist/index.js --globalName= --sourcemap --format=umd --externals=@jupyter-widgets/base",
    "build:labextension": "npm pack",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@deck.gl/aggregation-layers": "9.3.1",
    "@deck.gl/core": "9.3.1",
    "@deck.gl/geo-layers": "9.3.1",
    "@deck.gl/google-maps": "9.3.1",
    "@deck.gl/json": "9.3.1",
    "@deck.gl/layers": "9.3.1",
    "@deck.gl/mapbox": "9.3.1",
    "@deck.gl/mesh-layers": "9.3.1",
    "@deck.gl/widgets": "9.3.1",
    "@jupyter-widgets/base": "^1.1.10 || ^2 || ^3 || ^4",
    "@loaders.gl/3d-tiles": "^4.4.1",
    "@loaders.gl/core": "^4.4.1",
    "@loaders.gl/csv": "^4.4.1",
    "@luma.gl/core": "^9.3.2",
    "@luma.gl/webgl": "^9.3.2",
    "d3-dsv": "^1.0.8",
    "mapbox-gl": "^1.13.2",
    "maplibre-gl": "^5.14.0"
  },
  "jupyterlab": {
    "extension": "src/plugin",
    "sharedPackages": {
      "@jupyter-widgets/base": {
        "bundled": false,
        "singleton": true
      }
    }
  },
  "gitHead": "d3114b80827fbb3718998bffc44ee4b50a64b021"
}
