{
  "name": "codemirror-lang-mermaid",
  "author": "Nathan Vaughn <inspirnathan@gmail.com>",
  "version": "0.5.0",
  "description": "Mermaid language support for CodeMirror",
  "scripts": {
    "test": "mocha test/test.js",
    "prepare": "rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inspirnathan/codemirror-lang-mermaid.git"
  },
  "keywords": [
    "codemirror",
    "mermaid",
    "lezer"
  ],
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "dependencies": {
    "@codemirror/language": "^6.9.0",
    "@lezer/highlight": "^1.1.6",
    "@lezer/lr": "^1.3.10"
  },
  "devDependencies": {
    "@lezer/generator": "^1.5.0",
    "mocha": "^9.0.1",
    "rollup": "^2.60.2",
    "rollup-plugin-dts": "^4.0.1",
    "rollup-plugin-ts": "^3.0.2",
    "typescript": "^4.3.4"
  },
  "license": "MIT"
}
