Repository URL to install this package:
|
Version:
0.0.2 ▾
|
@skava/tracing
/
package.json
|
|---|
{
"name": "@skava/tracing",
"version": "0.0.2",
"description": "universal skava open tracing toolset",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"dependencies": {
"uuid": "3.3.2",
"exotic": "^2.0.4"
},
"devDependencies": {
"@skava/persistence": "^3.0.0",
"cors": "2.8.4",
"@types/cors": "2.8.4",
"body-parser": "1.18.3",
"@types/body-parser": "1.17.0",
"lodash": "4.17.11",
"@types/lodash": "4.14.119",
"express": "4.16.4",
"@types/express": "4.16.0",
"@types/uuid": "3.4.4",
"typescript": "3.2.2"
}
}