{
  "name": "@jupyterlab/rendermime-interfaces",
  "version": "3.13.7",
  "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.2",
    "@lumino/widgets": "^1.37.2 || ^2.7.5"
  },
  "devDependencies": {
    "rimraf": "~5.0.5",
    "typescript": "~5.5.4"
  },
  "publishConfig": {
    "access": "public"
  }
}
