{
   "name": "nest-redoc",
   "version": "1.2.0",
   "description": "A NestJS Frontend for your OpenAPI Specs powered by ReDoc",
   "main": "index.js",
   "repository": {
      "type": "git",
      "url": "git+https://github.com/marxlnfcs/nest-redoc.git"
   },
   "keywords": [
      "nestjs",
      "redoc",
      "swagger",
      "openapi"
   ],
   "author": "marxlnfcs",
   "license": "GPL-3.0",
   "bugs": {
      "url": "https://github.com/marxlnfcs/nest-redoc/issues"
   },
   "homepage": "https://github.com/marxlnfcs/nest-redoc#readme",
   "devDependencies": {
      "@types/express": "^5.0.0",
      "@types/node": "^22.13.4"
   },
   "peerDependencies": {
      "@nestjs/common": "^11.0.10",
      "@nestjs/core": "^11.0.10",
      "@nestjs/platform-express": "^11.0.10",
      "@nestjs/platform-fastify": "^11.0.10",
      "@nestjs/swagger": "^11.0.3",
      "express-basic-auth": "^1.2.1",
      "express-handlebars": "^8.0.1",
      "handlebars": "^4.7.8",
      "joi": "^17.13.3"
   }
}