UNPKG

node-api-document

Version:

🚀 Generate beautiful, interactive API documentation for Node.js/Express applications with zero configuration. Features include password protection, custom branding, responsive design, and easy integration. Perfect for REST APIs, microservices, and web ap

66 lines (65 loc) • 1.73 kB
{ "name": "node-api-document", "version": "2.0.0", "description": "🚀 Generate beautiful, interactive API documentation for Node.js/Express applications with zero configuration. Features include password protection, custom branding, responsive design, and easy integration. Perfect for REST APIs, microservices, and web applications. Includes search functionality, and mobile-friendly interface.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon index.js" }, "files": [ "index.js", "api_document/*", "config/*" ], "repository": { "type": "git", "url": "git+https://github.com/tirth-gaudani/node-api-document.git" }, "homepage": "https://node-api-document.vercel.app/", "bugs": { "url": "https://github.com/tirth-gaudani/node-api-document/issues" }, "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" }, "keywords": [ "api-documentation", "api-docs", "node.js", "express.js", "express", "ejs", "api", "rest-api", "restful-api", "express-documentation", "nodejs-documentation", "rest-api-docs", "swagger-alternative", "api-doc-generator", "express-middleware", "api-documentation-generator", "node-api-docs", "javascript-api-docs", "api-reference", "developer-tools", "api-testing", "documentation-generator", "expressjs", "nodejs", "javascript", "typescript", "web-api", "microservices", "backend-documentation" ], "author": "Tirth Gaudani", "license": "MIT", "dependencies": { "body-parser": "^2.2.0", "express": "^5.1.0", "express-session": "^1.18.2" } }