{
  "name": "tensorflow_model_analysis",
  "version": "0.48.0",
  "homepage": "https://github.com/tensorflow/model-analysis",
  "bugs": "https://github.com/tensorflow/model-analysis/issues",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/tensorflow/model-analysis.git"
  },
  "main": "lib/index.js",
  "files": [
    "lib/**/*.js",
    "dist/*.js",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "clean": "rimraf dist/",
    "prepare": "webpack && ./collect-files-before-publish.sh",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "webpack": "^3.5.5",
    "rimraf": "^2.6.1"
  },
  "dependencies": {
    "@jupyter-widgets/base": "^1.1 || ^2 || ^3 || ^4",
    "lodash": "^4.17.4"
  },
  "jupyterlab": {
    "extension": "lib/labplugin",
    "sharedPackages": {
      "@jupyter-widgets/base": {
        "bundled": false,
        "singleton": true
      }
    }
  },
  "publishConfig": {
    "registry": "https://wombat-dressing-room.appspot.com"
  }
}
