logctx
Version:
A Pino-based logger with context-aware logging using async_hooks
41 lines • 1.04 kB
JSON
{
"name": "logctx",
"version": "0.0.5",
"description": "A Pino-based logger with context-aware logging using async_hooks",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "jest"
},
"keywords": [
"pino",
"logger",
"context",
"async_hooks",
"typedi",
"typescript"
],
"author": "AjayKrP",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AjayKrP/logctx.git"
},
"homepage": "https://www.npmjs.com/package/logctx?activeTab=readme",
"dependencies": {
"pino": "^8.0.0",
"pino-pretty": "^13.0.0",
"typedi": "^0.9.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.15.19",
"@types/uuid": "^10.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.3.4",
"typescript": "^4.0.0"
}
}