@servant573/nest-jaeger
Version:
Jaeger middleware to request tracing for nest application
50 lines (49 loc) • 1.25 kB
JSON
{
"name": "@servant573/nest-jaeger",
"version": "2.0.0",
"description": "Jaeger middleware to request tracing for nest application",
"keywords": [
"Jaeger",
"Tracing",
"Request Tracing",
"Jaeger Client With Nestjs",
"Nest Jaeger"
],
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && tsc -p tsconfig.json",
"prepublishOnly": "npm run build",
"p": "npm publish --access public"
},
"publishConfig": {
"access": "public"
},
"author": {
"name": "Servant573"
},
"repository": {
"type": "git",
"url": "https://github.com/Servant573/nest-jaeger.git"
},
"license": "MIT",
"dependencies": {
"@nestjs/common": "^8.4.6",
"@nestjs/core": "^8.4.6",
"axios": "^0.27.2",
"debug": "^4.3.4",
"jaeger-client": "^3.19.0",
"opentracing": "^0.14.7",
"rxjs": "^7.5.5"
},
"devDependencies": {
"@types/node": "^17.0.40",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-unicorn": "^39.0.0",
"prettier": "^2.3.2"
}
}