{
  "name": "@strapi/plugin-documentation",
  "version": "4.2.2",
  "description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
  "repository": {
    "type": "git",
    "url": "https://github.com/strapi/strapi.git",
    "directory": "packages/plugins/documentation"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": {
    "name": "Strapi Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "scripts": {
    "test": "echo \"no tests yet\""
  },
  "dependencies": {
    "@strapi/helper-plugin": "4.2.2",
    "@strapi/utils": "4.2.2",
    "bcryptjs": "2.4.3",
    "cheerio": "^1.0.0-rc.5",
    "fs-extra": "10.0.0",
    "koa-static": "^5.0.0",
    "lodash": "4.17.21",
    "path-to-regexp": "6.2.1",
    "pluralize": "8.0.0",
    "react": "^17.0.2",
    "react-copy-to-clipboard": "^5.1.0",
    "react-dom": "^17.0.2",
    "react-intl": "5.20.2",
    "react-redux": "7.2.8",
    "react-router": "^5.2.0",
    "react-router-dom": "5.2.0",
    "redux": "^4.0.1",
    "reselect": "^4.0.0",
    "swagger-ui-dist": "4.11.1",
    "yaml": "1.10.2"
  },
  "peerDependencies": {
    "@strapi/strapi": "^4.0.0"
  },
  "engines": {
    "node": ">=14.19.1 <=16.x.x",
    "npm": ">=6.0.0"
  },
  "strapi": {
    "displayName": "Documentation",
    "name": "documentation",
    "description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
    "kind": "plugin"
  }
}
