UNPKG

cls-proxify

Version:

Logging on steroids with CLS and Proxy. Integrated with express, koa, fastify.

63 lines (62 loc) 1.74 kB
{ "name": "cls-proxify", "version": "2.0.0", "description": "Logging on steroids with CLS and Proxy. Integrated with express, koa, fastify.", "main": "index.js", "devDependencies": { "@babel/core": "^7.17.2", "@babel/preset-env": "^7.16.11", "@babel/preset-typescript": "^7.16.7", "@types/cls-hooked": "^4.2.1", "@types/express": "^4.16.1", "@types/jest": "^24.0.6", "@types/koa": "^2.0.48", "@types/supertest": "^2.0.7", "babel-jest": "^27.5.1", "cls-hooked": "^4.2.2", "coveralls": "^3.0.3", "doctoc": "^1.3.1", "express": "^4.16.4", "fastify": "^3.27.1", "husky": "^1.3.1", "jest": "^27.5.1", "koa": "^2.7.0", "lint-staged": "^12.3.3", "prettier": "^1.16.4", "shx": "^0.3.2", "supertest": "^3.4.2", "tslint": "^5.12.1", "tslint-config-prettier": "^1.18.0", "tslint-config-standard": "^8.0.1", "typescript": "^3.3.3" }, "peerDependencies": { "cls-hooked": "^4.2.2" }, "scripts": { "test": "npx jest", "compile": "npx tsc -p ./tsconfig.prod.json", "lint": "npx tsc -p ./tsconfig.json --noEmit && npx tslint -c ./tslint.json -p ./tsconfig.json", "prepack": "npm run compile", "coverage-report": "npx shx cat coverage/lcov.info | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/aigoncharov/cls-proxify.git" }, "author": "Andrey Goncharov (andrey@goncharov.page)", "license": "MIT", "bugs": { "url": "https://github.com/aigoncharov/cls-proxify/issues" }, "homepage": "https://github.com/aigoncharov/cls-proxify#readme", "keywords": [ "cls", "proxy", "tracing", "trace id", "cls replace", "logging", "log" ] }