UNPKG

egg-tracer-sdwk

Version:
64 lines 1.34 kB
{ "name": "egg-tracer-sdwk", "version": "1.0.2", "description": "tracer for egg", "eggPlugin": { "name": "tracer" }, "main": "lib/tracer.js", "files": [ "lib", "app", "config", "agent.js", "index.js", "app.js" ], "keywords": [ "egg", "egg-plugin", "eggPlugin", "tracer", "traceId", "spanId", "parentSpanId" ], "dependencies": { "uuid": "^3.0.1" }, "devDependencies": { "autod": "^2.7.1", "egg": "^0.10.0", "egg-bin": "^2.0.2", "egg-ci": "^1.1.0", "egg-mock": "^3.8.0", "eslint": "^3.14.1", "eslint-config-egg": "^3.2.0", "supertest": "^3.0.0" }, "engines": { "node": ">=6.0.0" }, "scripts": { "autod": "autod", "test": "npm run lint -- --fix && npm run test-local", "test-local": "egg-bin test", "cov": "egg-bin cov", "lint": "eslint .", "pkgfiles": "egg-bin pkgfiles", "ci": "egg-bin pkgfiles --check && npm run lint && npm run cov" }, "ci": { "version": "6, 8" }, "repository": { "type": "git", "url": "git+https://github.com/eggjs/egg-tracer.git" }, "bugs": { "url": "https://github.com/eggjs/egg/issues" }, "homepage": "https://github.com/eggjs/egg-tracer#readme", "author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)", "license": "MIT" }