UNPKG

@plugnet/rpc-rx

Version:
41 lines (40 loc) 1.02 kB
{ "name": "@plugnet/rpc-rx", "version": "0.81.100", "description": "An RxJs wrapper around the Plugnet JS API", "main": "index.js", "keywords": [ "Plugnet", "RxJs" ], "author": "Jaco Greeff <jacogr@gmail.com>", "maintainers": [ "Ian He <ian.he@centrality.ai>" ], "contributors": [], "license": "Apache-2.0", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "git+https://github.com/plugblockchain/api.js.git" }, "bugs": { "url": "https://github.com/plugblockchain/api.js/issues" }, "homepage": "https://github.com/plugblockchain/api.js/tree/master/packages/rpc-rx#readme", "dependencies": { "@babel/runtime": "^7.4.5", "@plugnet/rpc-core": "^0.81.100", "@plugnet/rpc-provider": "^0.81.100", "@types/memoizee": "^0.4.2", "@types/rx": "^4.1.1", "memoizee": "^0.4.14", "rxjs": "^6.5.2" }, "devDependencies": { "@plugnet/keyring": "^0.93.100" } }