{
  "name": "@acrodata/code-editor",
  "version": "0.6.1",
  "description": "CodeMirror 6 wrapper for Angular",
  "publishConfig": {
    "access": "public"
  },
  "author": "nzbin<nzb329@163.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/acrodata/code-editor.git"
  },
  "homepage": "https://acrodata.github.io/code-editor/",
  "keywords": [
    "angular",
    "codemirror",
    "codemirror6",
    "code-editor",
    "ngx-codemirror"
  ],
  "peerDependencies": {
    "@angular/core": ">=16.0.0",
    "@angular/forms": ">=16.0.0"
  },
  "dependencies": {
    "@codemirror/merge": "^6.0.0",
    "@codemirror/theme-one-dark": "^6.0.0",
    "codemirror": "^6.0.0",
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/acrodata-code-editor.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/acrodata-code-editor.mjs"
    }
  }
}