{
  "name": "codemirror-json5",
  "version": "1.0.3",
  "description": "JSON5 support for Codemirror 6",
  "main": "dist/index.cjs",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "sideEffects": false,
  "scripts": {
    "test": "cm-runtests",
    "prepare": "cm-buildhelper src/index.ts"
  },
  "keywords": [
    "Codemirror",
    "editor",
    "code",
    "json5"
  ],
  "author": "Daniel Imfeld <dimfeld>",
  "license": "MIT",
  "dependencies": {
    "@codemirror/language": "^6.0.0",
    "@codemirror/state": "^6.0.0",
    "@codemirror/view": "^6.0.0",
    "@lezer/common": "^1.0.0",
    "@lezer/highlight": "^1.0.0",
    "json5": "^2.2.1",
    "lezer-json5": "^2.0.2"
  },
  "devDependencies": {
    "@codemirror/buildhelper": "^0.1.5",
    "@codemirror/lint": "^6.0.0",
    "@lezer/lr": "^1.0.0",
    "typescript": "~4.9.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dimfeld/codemirror-json5"
  }
}
