{
  "name": "olee-redoc-api-doc",
  "version": "1.0.7",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "express",
    "swagger",
    "redoc",
    "api-docs",
    "api-documentation",
    "swagger-ui",
    "redoc-documentation",
    "expressjs",
    "nodejs",
    "swagger-jsdoc",
    "swagger-express",
    "swagger-node",
    "swagger-redoc",
    "nodejs-library",
    "express-middleware",
    "swagger-api",
    "rest-api-docs"
  ],
  "author": "olee ahmmed",
  "license": "ISC",
  "description": "`olee-express-api-doc` is a simple and configurable library for setting up automatic API documentation in Express.js applications using Swagger and Redoc. This library allows developers to easily generate and serve both Swagger UI and Redoc documentation with minimal configuration. Just import the library, call the setup function, and your API documentation is ready to go. Perfect for Node.js backend developers looking to streamline their API documentation process.",
  "dependencies": {
    "dotenv": "^16.4.5",
    "express": "^4.19.2",
    "swagger-jsdoc": "^6.2.8",
    "swagger-ui-express": "^5.0.1"
  },
  "files": [
    "src",
    "examples",
    "test",
    "README.md",
    "CODE_OF_CONDUCT.md",
    "CONTRIBUTING.md",
    "CHANGELOG.md"
  ]
}
