{
  "name": "@jupyterlab/markdownviewer",
  "version": "4.5.7",
  "description": "JupyterLab - Markdown viewer 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",
  "sideEffects": [
    "style/*.css",
    "style/index.js"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "style": "style/index.css",
  "directories": {
    "lib": "lib/"
  },
  "files": [
    "lib/*.d.ts",
    "lib/*.js.map",
    "lib/*.js",
    "style/*.css",
    "style/index.js",
    "src/**/*.{ts,tsx}"
  ],
  "scripts": {
    "build": "tsc -b",
    "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
    "watch": "tsc -b --watch"
  },
  "dependencies": {
    "@jupyterlab/apputils": "^4.6.7",
    "@jupyterlab/coreutils": "^6.5.7",
    "@jupyterlab/docregistry": "^4.5.7",
    "@jupyterlab/rendermime": "^4.5.7",
    "@jupyterlab/toc": "^6.5.7",
    "@jupyterlab/translation": "^4.5.7",
    "@lumino/coreutils": "^2.2.2",
    "@lumino/messaging": "^2.0.4",
    "@lumino/signaling": "^2.1.5",
    "@lumino/widgets": "^2.7.5"
  },
  "devDependencies": {
    "rimraf": "~5.0.5",
    "typescript": "~5.5.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "styleModule": "style/index.js"
}
