{
  "name": "codemirror-lang-knight",
  "version": "3.1.3",
  "description": "CodeMirror Syntax Highlighting for the Knight programming language (https://github.com/knight-lang/knight-lang/)",
  "type": "module",
  "main": "dist/index.cjs",
  "repository": {
    "type": "git",
    "url": "https://github.com/synt7x/codemirror-lang-knight.git"
  },
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "scripts": {
    "release": "npm run build && npm run prepare",
    "build": "lezer-generator src/knight.grammar -o src/parser",
    "prepare": "cm-buildhelper src/knight.ts"
  },
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "keywords": [
    "codemirror",
    "knight"
  ],
  "author": "synt7x",
  "license": "MIT",
  "devDependencies": {
    "@codemirror/buildhelper": "^1.0.2"
  },
  "dependencies": {
    "@codemirror/basic-setup": "^0.20.0",
    "@codemirror/language": "^6.11.2",
    "@codemirror/state": "^6.5.2",
    "@codemirror/theme-one-dark": "^6.1.3",
    "@lezer/lr": "^1.4.2"
  }
}
