{
  "name": "@ckeditor/ckeditor5-html-support",
  "version": "48.0.0",
  "description": "HTML Support feature for CKEditor 5.",
  "license": "SEE LICENSE IN LICENSE.md",
  "author": "CKSource (http://cksource.com/)",
  "homepage": "https://ckeditor.com/ckeditor-5",
  "bugs": "https://github.com/ckeditor/ckeditor5/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/ckeditor/ckeditor5.git",
    "directory": "packages/ckeditor5-html-support"
  },
  "keywords": [
    "ckeditor",
    "ckeditor5",
    "ckeditor 5",
    "ckeditor5-feature",
    "ckeditor5-plugin",
    "compatibility",
    "content compatibility",
    "html support",
    "generic html support"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./dist/*": "./dist/*",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@ckeditor/ckeditor5-clipboard": "48.0.0",
    "@ckeditor/ckeditor5-core": "48.0.0",
    "@ckeditor/ckeditor5-engine": "48.0.0",
    "@ckeditor/ckeditor5-enter": "48.0.0",
    "@ckeditor/ckeditor5-heading": "48.0.0",
    "@ckeditor/ckeditor5-image": "48.0.0",
    "@ckeditor/ckeditor5-list": "48.0.0",
    "@ckeditor/ckeditor5-remove-format": "48.0.0",
    "@ckeditor/ckeditor5-table": "48.0.0",
    "@ckeditor/ckeditor5-utils": "48.0.0",
    "@ckeditor/ckeditor5-widget": "48.0.0",
    "es-toolkit": "1.45.1"
  },
  "files": [
    "dist",
    "ckeditor5-metadata.json",
    "CHANGELOG.md"
  ],
  "types": "./dist/index.d.ts"
}
