UNPKG

rsocket-rxjs

Version:
38 lines (37 loc) 770 B
{ "name": "rsocket-rxjs", "version": "0.1.4", "description": "RSocket Protocol Client Implementation", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "test": "jest --forceExit" }, "keywords": [ "RSocket", "Websocket", "Reactive", "RxJs", "Client", "Bidirectional" ], "files": [ "/dist" ], "author": "Jascha Riedel", "license": "Apache-2.0", "dependencies": { "rxjs": "^7.4.0" }, "devDependencies": { "@types/jest": "^26.0.23", "jest": "^27.0.4", "ts-jest": "^27.0.3", "typescript": "^4.3.2" }, "homepage": "https://github.com/freelancer1845/rsocket-rxjs", "repository": { "type": "git", "url": "https://github.com/freelancer1845/rsocket-rxjs" } }