{ "name": "@jupyter-notebook/notebook-extension", "version": "7.0.0-alpha.0", "description": "Jupyter Notebook - Notebook Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { "url": "https://github.com/jupyter/notebook/issues" }, "repository": { "type": "git", "url": "https://github.com/jupyter/notebook.git" }, "license": "BSD-3-Clause", "author": "Project Jupyter", "sideEffects": [ "style/**/*.css", "style/index.js" ], "main": "lib/index.js", "types": "lib/index.d.ts", "style": "style/index.css", "directories": { "lib": "lib/" }, "files": [ "lib/*.d.ts", "lib/*.js.map", "lib/*.js", "schema/*.json", "style/**/*.css", "style/index.js" ], "scripts": { "build": "tsc -b", "build:prod": "tsc -b", "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", "docs": "typedoc src", "prepublishOnly": "npm run build", "watch": "tsc -b --watch" }, "dependencies": { "@jupyterlab/application": "^4.0.0-alpha.5", "@jupyterlab/apputils": "^4.0.0-alpha.5", "@jupyterlab/cells": "^4.0.0-alpha.5", "@jupyterlab/docmanager": "^4.0.0-alpha.5", "@jupyterlab/notebook": "^4.0.0-alpha.5", "@jupyterlab/settingregistry": "^4.0.0-alpha.5", "@jupyterlab/translation": "^4.0.0-alpha.4", "@lumino/polling": "^1.10.0", "@lumino/widgets": "^1.31.1", "@jupyter-notebook/application": "^7.0.0-alpha.0" }, "devDependencies": { "rimraf": "~3.0.0", "typescript": "~4.1.3" }, "publishConfig": { "access": "public" }, "jupyterlab": { "extension": true, "schemaDir": "schema" }, "styleModule": "style/index.js" }