UNPKG

express-oas-generator

Version:

Module to automatically generate OpenAPI (Swagger) specification for existing ExpressJS 4.x REST API applications

45 lines (44 loc) 907 B
{ "tags": { "allowUnknownTags": true }, "source": { "include": [ "lib", "README.md", "index.js" ], "excludePattern": "(node_modules/|docs)" }, "opts": { "template": "node_modules/docdash", "encoding": "utf8", "destination": "docs", "recurse": true, "verbose": true }, "templates": { "cleverLinks": false, "monospaceLinks": false }, "docdash": { "static": true, "sort": true, "search": false, "collapse": true, "typedefs": true, "removeQuotes": "none", "menu": { "Source code": { "href": "https://github.com/mpashkovskiy/express-oas-generator", "target": "_blank", "class": "menu-item" }, "Issues": { "href": "https://github.com/mpashkovskiy/express-oas-generator/issues", "target": "_blank", "class": "menu-item" } } } }