rxprotoplex-rpc
Version:
A library for managing RPC connections using RxJS and Protoplex.
30 lines (29 loc) • 578 B
JSON
{
"name": "rxprotoplex-rpc",
"version": "1.0.8",
"description": "A library for managing RPC connections using RxJS and Protoplex.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "brittle test.js"
},
"keywords": [
"rxjs",
"rpc",
"websocket",
"protoplex",
"reactive-programming"
],
"author": "",
"license": "MIT",
"dependencies": {
"b4a": "^1.6.7",
"framed-stream": "^1.0.1",
"rpc-async": "^2.0.2",
"rxjs": "^7.8.1",
"rxprotoplex": "^1.2.5"
},
"devDependencies": {
"brittle": "^3.7.0"
}
}