{
  "name": "@chankamlam/express-jaeger",
  "version": "1.1.29",
  "description": "Jaeger middleware to request tracing for express application",
  "keywords": [
    "Jaeger",
    "Tracing",
    "Request Tracing",
    "Jaeger Client With Express",
    "Express Jaeger"
  ],
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "p": "npm publish --access public"
  },
  "author": {
    "name": "chankamlam",
    "email": "919125189@qq.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/chankamlam/express-jaeger"
  },
  "license": "MIT",
  "dependencies": {
    "axios": "^0.19.2",
    "debug": "^4.1.1",
    "jaeger-client": "^3.18.0",
    "opentracing": "^0.14.4"
  },
  "devDependencies": {}
}
