UNPKG

nestjs-redox

Version:

This NestJS module enables to auto-generate beautiful API docs using Swagger and Redoc. It supports NestJS 10, ExpressJS and Fastify.

33 lines 839 B
{ "name": "nestjs-redox", "version": "2.2.1", "description": "This NestJS module enables to auto-generate beautiful API docs using Swagger and Redoc. It supports NestJS 10, ExpressJS and Fastify.", "dependencies": { "handlebars": "^4.7.8", "express-basic-auth": "^1.2.1", "@fastify/basic-auth": "^6.0.0" }, "peerDependencies": { "@nestjs/common": "^11.0.0", "@nestjs/swagger": "^11.0.0" }, "private": false, "author": "Julian Poemp", "license": "MIT", "bugs": { "url": "https://github.com/julianpoemp/nestjs-redox/issues" }, "homepage": "https://github.com/julianpoemp/nestjs-redox", "keywords": [ "nestjs", "redoc", "nodejs", "expressjs", "fastify", "open-api", "swagger" ], "types": "./src/index.d.ts", "main": "./src/index.js", "type": "commonjs" }