@creditkarma/thrift-client-zipkin-filter
Version:
Zipkin tracing for thrift-client
51 lines (50 loc) • 1.57 kB
JSON
{
"name": "@creditkarma/thrift-client-zipkin-filter",
"version": "1.0.4",
"description": "Zipkin tracing for thrift-client",
"main": "dist/main/index.js",
"types": "dist/main/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/creditkarma/thrift-server/tree/master/packages/thrift-client-zipkin-filter"
},
"files": [
"dist/main"
],
"keywords": [
"thrift",
"typescript",
"tracing",
"zipkin"
],
"scripts": {
"clean": "rimraf ./dist",
"lint": "tslint --fix './src/**/*.ts'",
"format": "prettier --write 'src/**/*.ts'",
"prebuild": "npm run clean && npm run lint && npm run format",
"build": "tsc",
"test": "npm run test:only",
"test:only": "echo 'No tests for thrift-client-zipkin-filter'; exit 0;"
},
"dependencies": {
"got": "^11.8.3",
"zipkin": "^0.15.0"
},
"peerDependencies": {
"@creditkarma/thrift-client": "^1.0.0",
"@creditkarma/thrift-server-core": "^1.0.0",
"@creditkarma/zipkin-core": "^1.0.0"
},
"devDependencies": {
"@creditkarma/thrift-client": "^1.0.4",
"@creditkarma/thrift-server-core": "^1.0.4",
"@creditkarma/zipkin-core": "^1.0.4",
"@types/node": "^16.11.0",
"prettier": "^1.18.2",
"rimraf": "^2.6.2",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-plugin-prettier": "^2.0.0",
"typescript": "4.6.x"
}
}