{ "name": "@jupyterlab/tooltip", "version": "2.1.0", "description": "JupyterLab - Tooltip Widget", "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", "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/apputils": "^2.1.0", "@jupyterlab/codeeditor": "^2.1.0", "@jupyterlab/rendermime": "^2.1.0", "@jupyterlab/services": "^5.1.0", "@lumino/coreutils": "^1.4.2", "@lumino/messaging": "^1.3.3", "@lumino/widgets": "^1.11.1" }, "devDependencies": { "rimraf": "~3.0.0", "typedoc": "^0.15.4", "typescript": "~3.7.3" }, "publishConfig": { "access": "public" } }