{
  "name": "@jupyterlab/notebook-extension",
  "version": "0.17.2",
  "description": "JupyterLab - Notebook 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"
  ],
  "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 --listEmittedFiles"
  },
  "dependencies": {
    "@jupyterlab/application": "^0.17.2",
    "@jupyterlab/apputils": "^0.17.2",
    "@jupyterlab/cells": "^0.17.2",
    "@jupyterlab/codeeditor": "^0.17.2",
    "@jupyterlab/coreutils": "^2.0.2",
    "@jupyterlab/filebrowser": "^0.17.2",
    "@jupyterlab/launcher": "^0.17.2",
    "@jupyterlab/mainmenu": "^0.6.2",
    "@jupyterlab/notebook": "^0.17.2",
    "@jupyterlab/rendermime": "^0.17.2",
    "@jupyterlab/services": "^3.0.3",
    "@phosphor/coreutils": "^1.3.0",
    "@phosphor/messaging": "^1.2.2",
    "@phosphor/widgets": "^1.6.0"
  },
  "devDependencies": {
    "rimraf": "~2.6.2",
    "typescript": "~2.9.2"
  },
  "jupyterlab": {
    "extension": true,
    "schemaDir": "schema"
  }
}
