{
  "name": "@covalent/code-editor",
  "version": "10.5.7",
  "description": "Teradata UI Platform Code Editor Module",
  "keywords": [
    "angular",
    "covalent",
    "monaco",
    "monaco-editor",
    "code",
    "editor",
    "electron",
    "reusable"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/teradata/covalent.git"
  },
  "bugs": {
    "url": "https://github.com/teradata/covalent/issues"
  },
  "license": "MIT",
  "author": "Teradata UX",
  "peerDependencies": {
    "@angular/common": "19.x.x",
    "@angular/core": "19.x.x",
    "monaco-editor": "^0.52.0"
  },
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "module": "fesm2022/covalent-code-editor.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/covalent-code-editor.mjs"
    }
  },
  "sideEffects": false,
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
  }
}