UNPKG

swagger-less

Version:

A zero-config, code-first tool that automates Swagger/OpenAPI documentation in Express.js apps. Write cleaner routes with built-in support for reusability, composability, and real-time doc generation—without cluttering your codebase with annotations or YA

88 lines (85 loc) 1.85 kB
{ "name": "swagger-less", "version": "1.0.1", "main": "./src/index.js", "exports": { ".": "./src/index.js", "./package.json": "./package.json" }, "keywords": [ "swagger", "swaggerless", "swagger-less", "swagger-ui", "swagger-generator", "swagger-jsdoc", "swagger-middleware", "swagger-automation", "swagger-docs", "swagger-node", "swagger-for-express", "openapi", "openapi3", "openapi-spec", "openapi-express", "openapi-generator", "openapi-tool", "openapi-docs", "api-docs", "api-documentation", "api-definition", "api-description", "api-design", "express", "expressjs", "express-docs", "express-swagger", "node", "nodejs", "node-api", "node-express", "typescript", "typescript-api", "typescript-swagger", "typescript-openapi", "cli", "cli-tool", "dev-tool", "developer-tools", "runtime-swagger", "swagger-runtime", "fluent-api", "modular-api", "dynamic-routes", "modular-routes", "route-builder", "api-builder", "auto-docs", "autodocs", "no-boilerplate", "boilerplate-free", "zero-config", "minimal-config", "declarative-api", "declarative-swagger", "clean-code", "dx", "developer-experience", "microservice-docs", "rest-api-docs", "lightweight-docs" ], "author": "Code-Hashira", "license": "MIT", "description": "A zero-config, code-first tool that automates Swagger/OpenAPI documentation in Express.js apps. Write cleaner routes with built-in support for reusability, composability, and real-time doc generation—without cluttering your codebase with annotations or YAML.", "devDependencies": { "nodemon": "^3.1.10" }, "dependencies": { "acorn": "^8.14.1", "acorn-walk": "^8.3.4", "commander": "^14.0.0", "express": "^5.1.0", "swagger-ui-express": "^5.0.1" } }