rsocket-rpc-core
Version:
RSocket JavaScript RPC Core
35 lines (34 loc) • 916 B
JSON
{
"name": "rsocket-rpc-core",
"repository": "https://github.com/netifi/rsocket-js-rpc",
"version": "0.1.6",
"description": "RSocket JavaScript RPC Core",
"contributors": [
"Ryland Degnan <ryland@netifi.com>",
"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": {
"rsocket-tcp-client": "^0.0.10"
},
"dependencies": {
"rsocket-rpc-frames": "^0.1.6",
"rsocket-types": "^0.0.10"
}
}