http-tracer-component
Version:
Add tracing spans to each request handler.
50 lines (49 loc) • 1.32 kB
JSON
{
"name": "http-tracer-component",
"version": "1.0.0",
"description": "Add tracing spans to each request handler.",
"main": "src/index.js",
"scripts": {
"build": "tsc",
"test": "jest",
"check:code": "eslint -c .eslintrc.js src",
"check:prettier": "prettier --config .prettierrc -c 'src/**/*.{js,ts,json,yml,md,tsx,html,css}'",
"fix:code": "npm run check:code -- --fix",
"fix:prettier": "npm run check:prettier -- --write"
},
"keywords": [
"trace",
"w3c",
"http",
"traceparent",
"traceheader"
],
"author": "Decentraland",
"license": "GNU",
"engines": {
"node": ">=16"
},
"dependencies": {
"tslib": "^2.5.0"
},
"files": [
"dist"
],
"devDependencies": {
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@well-known-components/http-server": "^1.1.6",
"@well-known-components/interfaces": "^1.1.3",
"@well-known-components/tracer-component": "^1.0.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.4.2",
"prettier": "^2.8.4",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"commit": "8ee33a5698fc5b6dc85a9058810ba736f9da4055"
}