{ "name": "@jupyterlab/tooltip-extension", "version": "3.4.3", "description": "JupyterLab - Tooltip 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", "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", "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", "docs": "typedoc src", "watch": "tsc -b --watch" }, "dependencies": { "@jupyterlab/application": "^3.4.3", "@jupyterlab/codeeditor": "^3.4.3", "@jupyterlab/console": "^3.4.3", "@jupyterlab/coreutils": "^5.4.3", "@jupyterlab/fileeditor": "^3.4.3", "@jupyterlab/notebook": "^3.4.3", "@jupyterlab/rendermime": "^3.4.3", "@jupyterlab/services": "^6.4.3", "@jupyterlab/tooltip": "^3.4.3", "@lumino/algorithm": "^1.9.0", "@lumino/coreutils": "^1.11.0", "@lumino/widgets": "^1.30.0" }, "devDependencies": { "rimraf": "~3.0.0", "typedoc": "~0.21.2", "typescript": "~4.1.3" }, "publishConfig": { "access": "public" }, "jupyterlab": { "extension": true, "schemaDir": "schema" }, "styleModule": "style/index.js" }