{
  "name": "@ckeditor/typedoc-plugins",
  "version": "56.0.0",
  "description": "Various TypeDoc plugins developed by the CKEditor 5 team.",
  "keywords": [],
  "author": "CKSource (http://cksource.com/)",
  "license": "MIT",
  "homepage": "https://github.com/ckeditor/ckeditor5-dev/tree/master/packages/typedoc-plugins",
  "bugs": "https://github.com/ckeditor/ckeditor5/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/ckeditor/ckeditor5-dev.git",
    "directory": "packages/typedoc-plugins"
  },
  "engines": {
    "node": ">=24.11.0",
    "npm": ">=5.7.1"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "upath": "^2.0.1"
  },
  "peerDependencies": {
    "typedoc": "^0.28.14"
  }
}
