{
  "name": "@difizen/libro-codemirror",
  "version": "0.3.58",
  "description": "",
  "keywords": [
    "libro",
    "notebook"
  ],
  "repository": "git@github.com:difizen/libro.git",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "typings": "./es/index.d.ts",
      "default": "./es/index.js"
    },
    "./mock": {
      "typings": "./es/mock/index.d.ts",
      "default": "./es/mock/index.js"
    },
    "./es/mock": {
      "typings": "./es/mock/index.d.ts",
      "default": "./es/mock/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "es/index.js",
  "module": "es/index.js",
  "typings": "es/index.d.ts",
  "files": [
    "es",
    "src"
  ],
  "dependencies": {
    "@codemirror/autocomplete": "^6.12.0",
    "@codemirror/commands": "^6.3.3",
    "@codemirror/lang-markdown": "^6.2.4",
    "@codemirror/lang-python": "^6.1.3",
    "@codemirror/language": "^6.10.0",
    "@codemirror/lint": "^6.0.0",
    "@codemirror/search": "^6.0.0",
    "@codemirror/state": "^6.4.0",
    "@codemirror/view": "^6.23.0",
    "@difizen/libro-code-editor": "^0.3.58",
    "@difizen/libro-common": "^0.3.58",
    "@difizen/libro-lsp": "^0.3.58",
    "@difizen/libro-rendermime": "^0.3.58",
    "@difizen/mana-l10n": "latest",
    "@difizen/mana-app": "latest",
    "@lezer/common": "^1.2.1",
    "@lezer/highlight": "^1.1.4",
    "highlight.js": "^11.9.0",
    "markdown-it": "^13.0.1",
    "uuid": "^9.0.0",
    "vscode-languageserver-protocol": "^3.17.0"
  },
  "devDependencies": {
    "@types/markdown-it": "^12.2.3",
    "@types/uuid": "^9.0.2"
  },
  "scripts": {
    "setup": "father build",
    "build": "father build",
    "test": ": Note: lint task is delegated to test:* scripts",
    "test:vitest": "vitest run",
    "test:jest": "jest",
    "coverage": ": Note: lint task is delegated to coverage:* scripts",
    "coverage:vitest": "vitest run --coverage",
    "coverage:jest": "jest --coverage",
    "lint": ": Note: lint task is delegated to lint:* scripts",
    "lint:eslint": "eslint src",
    "typecheck:tsc": "tsc --noEmit"
  }
}