{ "name": "@strapi/plugin-documentation", "version": "4.1.8", "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.1.8", "@strapi/utils": "4.1.8", "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.0", "pluralize": "8.0.0", "react": "^17.0.2", "react-copy-to-clipboard": "^5.0.3", "react-dom": "^17.0.2", "react-intl": "5.20.2", "react-redux": "7.2.3", "react-router": "^5.2.0", "react-router-dom": "5.2.0", "redux": "^4.0.1", "reselect": "^4.0.0", "swagger-ui-dist": "3.47.1" }, "peerDependencies": { "@strapi/strapi": "^4.0.0" }, "engines": { "node": ">=12.22.0 <=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" } }