UNPKG

@jupyterlab/rendermime-interfaces

Version:

JupyterLab - Interfaces for Mime Renderers

46 lines (45 loc) 1.07 kB
{ "name": "@jupyterlab/rendermime-interfaces", "version": "3.8.9", "description": "JupyterLab - Interfaces for Mime Renderers", "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": false, "main": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "lib/" }, "files": [ "lib/*.d.ts", "lib/*.js.map", "lib/*.js", "src/**/*.{ts,tsx}" ], "scripts": { "build": "tsc -b", "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", "docs": "typedoc src", "watch": "tsc -b --watch" }, "dependencies": { "@lumino/coreutils": "^1.11.0 || ^2.1.2", "@lumino/widgets": "^1.37.2 || ^2.3.0" }, "devDependencies": { "rimraf": "~3.0.0", "typedoc": "~0.24.7", "typescript": "~5.0.4" }, "publishConfig": { "access": "public" } }