rsocket-rpc-tracing
Version:
RSocket JavaScript RPC Tracing Support
41 lines (40 loc) • 1.09 kB
JSON
{
"name": "rsocket-rpc-tracing",
"repository": "https://github.com/netifi/rsocket-js-rpc",
"version": "0.1.6",
"description": "RSocket JavaScript RPC Tracing Support",
"contributors": [
"Kyle Bahr <kyle@netifi.com>"
],
"bugs": {
"url": "https://github.com/netifi/rsocket-js-rpc/issues"
},
"files": [
"dist"
],
"keywords": [
"rsocket"
],
"main": "dist/index.js",
"scripts": {
"test": "echo 'Please run `npm test` from the root of the repo' && exit 1",
"build": "npm run build-js && npm run build-flow",
"build-js": "babel-node ../../resources/buildJs.js",
"build-flow": "babel-node ../../resources/buildFlow.js",
"prepublish": "node ../../resources/prepublish.js"
},
"devDependencies": {
"http": "^0.0.0",
"rsocket-tcp-client": "^0.0.10"
},
"dependencies": {
"lodash.clone": "^4.5.0",
"long": "^4.0.0",
"opentracing": "^0.14.3",
"rsocket-core": "^0.0.10",
"rsocket-flowable": "^0.0.10",
"rsocket-rpc-core": "^0.1.6",
"rsocket-rpc-frames": "^0.1.6",
"rsocket-types": "^0.0.10"
}
}