{
  "name": "@jupyterlab/extensionmanager-extension",
  "version": "0.17.2",
  "description": "JupyterLab - Extension Manager Extension",
  "homepage": "https://github.com/jupyterlab/jupyterlab",
  "bugs": {
    "url": "https://github.com/jupyterlab/jupyterlab/issues"
  },
  "license": "BSD-3-Clause",
  "author": "Project Jupyter",
  "files": [
    "lib/*.d.ts",
    "lib/*.js.map",
    "lib/*.js",
    "schema/*.json",
    "style/*.css"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jupyterlab/jupyterlab.git"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rimraf lib",
    "prepublishOnly": "npm run build",
    "watch": "tsc -w"
  },
  "dependencies": {
    "@jupyterlab/application": "^0.17.2",
    "@jupyterlab/apputils": "^0.17.2",
    "@jupyterlab/coreutils": "^2.0.2",
    "@jupyterlab/extensionmanager": "^0.17.2"
  },
  "devDependencies": {
    "rimraf": "~2.6.2",
    "typescript": "~2.9.2"
  },
  "jupyterlab": {
    "extension": true,
    "schemaDir": "schema"
  }
}
