{ "name": "@jupyterlab/imageviewer-extension", "version": "2.1.0", "description": "JupyterLab - Image Widget 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": "^2.1.0", "@jupyterlab/apputils": "^2.1.0", "@jupyterlab/docregistry": "^2.1.0", "@jupyterlab/imageviewer": "^2.1.0" }, "devDependencies": { "rimraf": "~3.0.0", "typedoc": "^0.15.4", "typescript": "~3.7.3" }, "publishConfig": { "access": "public" }, "jupyterlab": { "extension": true, "schemaDir": "schema" } }