nest-redoc
Version:
A NestJS Frontend for your OpenAPI Specs powered by ReDoc
37 lines • 994 B
JSON
{
"name": "nest-redoc",
"version": "2.0.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.3",
"@types/node": "^24.3.0"
},
"peerDependencies": {
"@nestjs/common": "^11.1.6",
"@nestjs/core": "^11.1.6",
"@nestjs/platform-express": "^11.1.6",
"@nestjs/platform-fastify": "^11.1.6",
"@nestjs/swagger": "^11.2.0",
"express-basic-auth": "^1.2.1",
"express-handlebars": "^8.0.3",
"handlebars": "^4.7.8",
"joi": "^18.0.1"
}
}