@jupyterlab/rendermime-interfaces
Version:
JupyterLab - Interfaces for Mime Renderers
44 lines (43 loc) • 1.02 kB
JSON
{
"name": "@jupyterlab/rendermime-interfaces",
"version": "3.12.4",
"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",
"watch": "tsc -b --watch"
},
"dependencies": {
"@lumino/coreutils": "^1.11.0 || ^2.2.1",
"@lumino/widgets": "^1.37.2 || ^2.7.1"
},
"devDependencies": {
"rimraf": "~5.0.5",
"typescript": "~5.5.4"
},
"publishConfig": {
"access": "public"
}
}