{
  "name": "@ckeditor/ckeditor5-html-support",
  "version": "38.1.0",
  "description": "HTML Support feature for CKEditor 5.",
  "keywords": [
    "ckeditor",
    "ckeditor5",
    "ckeditor 5",
    "ckeditor5-feature",
    "ckeditor5-plugin",
    "compatibility",
    "content compatibility",
    "html support",
    "generic html support",
    "ckeditor5-dll"
  ],
  "main": "src/index.js",
  "dependencies": {
    "ckeditor5": "38.1.0",
    "lodash-es": "^4.17.15"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=5.7.1"
  },
  "author": "CKSource (http://cksource.com/)",
  "license": "GPL-2.0-or-later",
  "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"
  },
  "files": [
    "lang",
    "src/**/*.js",
    "src/**/*.d.ts",
    "theme",
    "build",
    "ckeditor5-metadata.json",
    "CHANGELOG.md"
  ],
  "types": "src/index.d.ts"
}
