{ "name": "labfusion-api-docs", "version": "1.0.0", "description": "Unified API documentation service for LabFusion", "main": "server.js", "scripts": { "start": "node server.js", "dev": "nodemon server.js", "build": "echo 'No build step required for Node.js'", "test": "jest", "test:coverage": "jest --coverage", "lint": "eslint . --ext .js", "lint:fix": "eslint . --ext .js --fix", "type-check": "echo 'No TypeScript in this service'" }, "dependencies": { "axios": "^1.7.9", "cors": "^2.8.5", "dotenv": "^17.2.2", "express": "^4.21.2", "swagger-jsdoc": "^7.0.0-rc.6", "swagger-ui-express": "^5.0.0" }, "devDependencies": { "nodemon": "^3.0.2" }, "keywords": [ "api", "documentation", "swagger", "openapi", "labfusion" ], "author": "LabFusion Team", "license": "MIT" }