{
  "name": "bqplot-linlog",
  "version": "0.2.1",
  "description": "A toggleable linear/log scale and axis with minor ticks for bqplot",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/glue-viz/bqplot-linlog.git"
  },
  "keywords": [
    "jupyter",
    "widgets",
    "ipython",
    "ipywidgets",
    "jupyterlab-extension"
  ],
  "files": [
    "lib/**/*.js",
    "dist/*.js"
  ],
  "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 ."
  },
  "devDependencies": {
    "@jupyterlab/builder": "^3.0.0-rc.4 || ^4.0.0",
    "npm-run-all": "^4.1.5",
    "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 || ^0.6.0",
    "d3": "^5.7.0"
  },
  "jupyterlab": {
    "extension": "lib/labplugin",
    "outputDir": "../bqplot_linlog/labextension",
    "sharedPackages": {
      "@jupyter-widgets/base": {
        "bundled": false,
        "singleton": true
      },
      "bqplot": {
        "bundled": false,
        "singleton": true
      },
      "d3": {
        "bundled": false
      }
    }
  }
}
