peepal
Version:
distributed logger with traceId support
29 lines (28 loc) • 579 B
JSON
{
"name": "peepal",
"version": "1.1.0",
"description": "distributed logger with traceId support",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"keywords": [
"distributed logger",
"logger",
"traceId",
"correlationId",
"pino-correlation",
"pino-traceId",
"peepal"
],
"author": "Harish Sambasivam",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/minimal-app-studio/minimal-logger"
},
"dependencies": {
"pino": "^8.15.0",
"uuid": "^9.0.0"
}
}