egg-apigw-tracer
Version:
适配 API 网关的 HTTP 请求示踪器,用于 Egg.js 框架
35 lines (34 loc) • 775 B
JSON
{
"name": "egg-apigw-tracer",
"version": "1.2.2",
"description": "适配 API 网关的 HTTP 请求示踪器,用于 Egg.js 框架",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inlym/egg-apigw-tracer.git"
},
"keywords": [
"inlym",
"egg",
"egg-plugin",
"eggPlugin",
"tracer",
"traceId",
"apigw"
],
"author": "inlym",
"license": "MIT",
"bugs": {
"url": "https://github.com/inlym/egg-apigw-tracer/issues"
},
"homepage": "https://github.com/inlym/egg-apigw-tracer#readme",
"dependencies": {
"uuid": "^8.3.2"
},
"eggPlugin": {
"name": "tracer"
}
}