UNPKG

@fran-834/gs-microservice-core

Version:

Core package for Node.js microservices by Galduria Software. Includes security, logging, validation, and error handling middlewares.

61 lines (60 loc) 1.61 kB
{ "name": "@fran-834/gs-microservice-core", "version": "1.0.29", "description": "Core package for Node.js microservices by Galduria Software. Includes security, logging, validation, and error handling middlewares.", "repository": { "type": "git", "url": "git+https://github.com/galduria-software/GS-microservice-core.git" }, "bugs": { "url": "https://github.com/galduria-software/GS-microservice-core/issues" }, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "npx eslint .", "clean": "rm -rf dist", "build": "tsc -p tsconfig.json" }, "keywords": [ "nodejs", "microservices", "core", "galduria" ], "author": "Galduria Software <fran.rodriguez@galduriasoftware.com>", "license": "ISC", "dependencies": { "ajv": "^8.17.1", "ajv-errors": "^3.0.0", "ajv-formats": "^3.0.1", "cors": "^2.8.5", "dotenv": "^16.5.0", "helmet": "^8.1.0", "jsonwebtoken": "^9.0.2", "morgan": "^1.10.0", "ua-parser-js": "^1.0.41", "uuid": "^11.1.0", "winston": "^3.17.0", "winston-daily-rotate-file": "^5.0.0" }, "devDependencies": { "@types/cors": "^2.8.19", "@types/express": "^5.0.2", "@types/helmet": "^0.0.48", "@types/jsonwebtoken": "^9.0.9", "@types/morgan": "^1.9.9", "@types/node": "^22.15.23", "@types/ua-parser-js": "^0.7.39", "@types/uuid": "^10.0.0", "typescript": "^5.8.3" }, "files": [ "dist", "README.md", "package.json", "index.d.ts" ] }