{
  "name": "@jupyterlab/codemirror-extension",
  "version": "0.19.1",
  "description": "JupyterLab - CodeMirror Provider 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 -b",
    "clean": "rimraf lib",
    "docs": "typedoc --options tdoptions.json --theme ../../typedoc-theme src",
    "prepublishOnly": "npm run build",
    "watch": "tsc -b --watch"
  },
  "dependencies": {
    "@jupyterlab/application": "^0.19.1",
    "@jupyterlab/codeeditor": "^0.19.1",
    "@jupyterlab/codemirror": "^0.19.1",
    "@jupyterlab/coreutils": "^2.2.1",
    "@jupyterlab/docregistry": "^0.19.1",
    "@jupyterlab/fileeditor": "^0.19.1",
    "@jupyterlab/mainmenu": "^0.8.1",
    "@phosphor/widgets": "^1.6.0",
    "codemirror": "~5.39.0"
  },
  "devDependencies": {
    "rimraf": "~2.6.2",
    "typedoc": "~0.12.0",
    "typescript": "~3.1.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "jupyterlab": {
    "extension": true,
    "schemaDir": "schema"
  },
  "gitHead": "7fc900168981e58051253ecc66a18015a052cd2f"
}
