@fran-834/gs-microservice-core
Version:
Core package for Node.js microservices by Galduria Software. Includes security, logging, validation, and error handling middlewares.
57 lines (56 loc) • 1.46 kB
JSON
{
"name": "@fran-834/gs-microservice-core",
"version": "1.0.16",
"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/Fran834/GS-microservice-core.git"
},
"bugs": {
"url": "https://github.com/Fran834/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 ."
},
"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",
"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/uuid": "^10.0.0",
"typescript": "^5.8.3"
},
"files": [
"dist",
"README.md",
"package.json",
"index.d.ts"
]
}