{
  "name": "@richhtmleditor/angular",
  "version": "1.2.9",
  "description": "Angular wrapper for Rich HTML Editor.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "prepack": "node ../../scripts/assert-pack-ready.mjs"
  },
  "dependencies": {
    "@richhtmleditor/core": "^1.2.0"
  },
  "peerDependencies": {
    "@angular/core": "^19.0.0 || ^20.0.0 || ^21.0.0"
  },
  "devDependencies": {
    "@angular/core": "^21.0.0"
  },
  "keywords": [
    "richhtmleditor",
    "angular",
    "rich-text-editor",
    "wysiwyg"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  }
}
