proteus-js-client
Version:
Proteus JavaScript Client
52 lines (51 loc) • 1.74 kB
JSON
{
"name": "proteus-js-client",
"repository": "https://github.com/netifi-proteus/proteus-js",
"version": "1.6.1",
"description": "Proteus JavaScript Client",
"contributors": [
"Ryland Degnan <ryland@netifi.com>",
"Kyle Bahr <kyle@netifi.com>"
],
"bugs": {
"url": "https://github.com/netifi-proteus/proteus-js/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",
"protoc": "protoc --proto_path=proto --proto_path=../../node_modules/rsocket-rpc-protobuf/proto --js_out=import_style=commonjs,binary:src --rsocket_rpc_out=src --plugin=protoc-gen-rsocket_rpc=node_modules/.bin/rsocket_rpc_js_protoc_plugin proto/**/*.proto proto/**/**/*.proto ../../node_modules/rsocket-rpc-protobuf/proto/rsocket/*.proto"
},
"devDependencies": {
"http": "^0.0.0",
"rsocket-core": "^0.0.10",
"rsocket-rpc-protobuf": "^0.1.5",
"rsocket-tcp-client": "^0.0.10",
"rxjs-compat": "^6.2.2",
"ws": "^2.3.1"
},
"dependencies": {
"google-protobuf": "^3.6.0",
"ipaddr.js": "^1.9.0",
"js-md5": "^0.7.3",
"long": "^4.0.0",
"opentracing": "^0.14.3",
"rsocket-flowable": "^0.0.10",
"rsocket-rpc-core": "^0.0.4",
"rsocket-rpc-frames": "^0.0.3",
"rsocket-rpc-metrics": "^0.0.1",
"rsocket-rpc-tracing": "^0.0.3",
"rsocket-websocket-client": "^0.0.10",
"rxjs": "^6.2.2",
"uuid": "^3.3.2"
}
}