UNPKG

correlation-id-ts

Version:

Add correlation id to your functions context

40 lines (39 loc) 799 B
{ "name": "correlation-id-ts", "version": "1.1.0", "description": "Add correlation id to your functions context", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "test": "jest --config jestconfig.json", "prepare": "npm run build", "prepublishOnly": "npm test" }, "engines": { "node": ">=12.17.0" }, "files": [ "lib/**/*" ], "repository": { "type": "git", "url": "https://github.com/4thwithme/correlation-id-ts" }, "keywords": [ "logs", "logging", "correlation", "correlation-id", "log-id", "debug" ], "author": "4thwithme", "license": "MIT", "devDependencies": { "@types/jest": "^27.0.1", "jest": "^27.1.1", "ts-jest": "^27.0.5", "typescript": "^4.4.3" } }