{
  "name": "bqplot-image-gl",
  "version": "1.9.1",
  "description": "An ipywidget image widget for astronomical purposes",
  "author": "Maarten A. Breddels",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/glue-viz/bqplot-image-gl.git"
  },
  "keywords": [
    "jupyter",
    "widgets",
    "ipython",
    "ipywidgets",
    "jupyterlab-extension"
  ],
  "files": [
    "lib/**/*.js",
    "dist/*.js",
    "shaders/*"
  ],
  "scripts": {
    "build": "npm run build:labextension && webpack --mode=production",
    "build:labextension": "jupyter labextension build .",
    "clean": "rimraf dist/",
    "prepare": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch": "run-p watch:nbextension watch:labextension",
    "watch:nbextension": "webpack --watch --mode=development",
    "watch:labextension": "jupyter labextension watch .",
    "postinstall": "patch-package"
  },
  "devDependencies": {
    "@jupyterlab/builder": "^3.0.0-rc.4 || ^4.0.0",
    "npm-run-all": "^4.1.5",
    "raw-loader": "^4",
    "rimraf": "^6.1.3",
    "webpack": "^5",
    "webpack-cli": "^7"
  },
  "dependencies": {
    "@jupyter-widgets/base": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4 || ^6",
    "bqplot": "^0.5.3",
    "d3": "^7.9.0",
    "d3-color": "^3.1.0",
    "d3-contour": "^4.0.2",
    "d3-geo": "^3.1.1",
    "d3-selection": "^3",
    "is-typedarray": "^1.0.0",
    "jupyter-dataserializers": "^3.0.1",
    "lodash": "^4.17.4",
    "patch-package": "^8.0.1",
    "three": "^0.97.0"
  },
  "jupyterlab": {
    "extension": "lib/labplugin",
    "outputDir": "../bqplot_image_gl/labextension",
    "sharedPackages": {
      "@jupyter-widgets/base": {
        "bundled": false,
        "singleton": true
      },
      "bqplot": {
        "bundled": false,
        "singleton": true
      },
      "d3": {
        "bundled": false
      },
      "d3-selection": {
        "bundled": false
      },
      "threejs": {
        "bundled": false
      }
    }
  }
}
