{
  "name": "@ckeditor/ckeditor5-angular",
  "version": "11.1.2",
  "description": "Official Angular component for CKEditor 5 – the best browser-based rich text editor.",
  "keywords": [
    "wysiwyg",
    "rich text",
    "editor",
    "html",
    "contentEditable",
    "editing",
    "angular",
    "angular2",
    "angular 5",
    "ng",
    "component",
    "ckeditor",
    "ckeditor5",
    "ckeditor 5"
  ],
  "dependencies": {
    "@ckeditor/ckeditor5-integrations-common": "^2.3.1",
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@angular/core": ">=19.2.19",
    "@angular/common": ">=19.2.19",
    "@angular/forms": ">=19.2.19",
    "ckeditor5": ">=47.0.0 || ^0.0.0-nightly || ^0.0.0-internal",
    "rxjs": ">=6.0.0"
  },
  "author": "CKSource (http://cksource.com/)",
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://ckeditor.com",
  "bugs": "https://github.com/ckeditor/ckeditor5-angular/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/ckeditor/ckeditor5-angular.git"
  },
  "module": "fesm2022/ckeditor-ckeditor5-angular.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ckeditor-ckeditor5-angular.mjs"
    }
  },
  "sideEffects": false
}
