{ "name": "@jupyterlab/console-extension", "version": "3.0.0-alpha.4", "description": "JupyterLab - Code Console Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { "url": "https://github.com/jupyterlab/jupyterlab/issues" }, "repository": { "type": "git", "url": "https://github.com/jupyterlab/jupyterlab.git" }, "license": "BSD-3-Clause", "author": "Project Jupyter", "files": [ "lib/*.d.ts", "lib/*.js.map", "lib/*.js", "schema/*.json", "style/**/*.css" ], "sideEffects": [ "style/**/*.css" ], "main": "lib/index.js", "types": "lib/index.d.ts", "style": "style/index.css", "directories": { "lib": "lib/" }, "scripts": { "build": "tsc -b", "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", "docs": "typedoc src", "prepublishOnly": "npm run build", "watch": "tsc -b --watch" }, "dependencies": { "@jupyterlab/application": "^3.0.0-alpha.4", "@jupyterlab/apputils": "^3.0.0-alpha.4", "@jupyterlab/codeeditor": "^3.0.0-alpha.4", "@jupyterlab/console": "^3.0.0-alpha.4", "@jupyterlab/coreutils": "^5.0.0-alpha.4", "@jupyterlab/filebrowser": "^3.0.0-alpha.4", "@jupyterlab/launcher": "^3.0.0-alpha.4", "@jupyterlab/mainmenu": "^3.0.0-alpha.4", "@jupyterlab/rendermime": "^3.0.0-alpha.4", "@jupyterlab/settingregistry": "^3.0.0-alpha.4", "@jupyterlab/ui-components": "^3.0.0-alpha.4", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5", "@lumino/properties": "^1.1.6", "@lumino/widgets": "^1.11.1" }, "devDependencies": { "rimraf": "~3.0.0", "typedoc": "^0.17.7", "typescript": "~3.9.2" }, "publishConfig": { "access": "public" }, "jupyterlab": { "extension": true, "schemaDir": "schema" } }