UNPKG

websocket-rpc-protocol

Version:

A JSON RPC protocol for working over websockets. Sheds the weight of JSON RPC to simplify argument names and adds features.

35 lines (34 loc) 854 B
{ "name": "websocket-rpc-protocol", "version": "0.4.2", "description": "A JSON RPC protocol for working over websockets. Sheds the weight of JSON RPC to simplify argument names and adds features.", "scripts": { "build": "tsc", "watch": "tsc -w", "prepare": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/dabblewriter/websocket-rpc-protocol.git" }, "keywords": [ "WebSocket", "reconnect", "protocol", "rpc", "json" ], "author": "Jacob Wright", "license": "MIT", "bugs": { "url": "https://github.com/dabblewriter/websocket-rpc-protocol/issues" }, "homepage": "https://github.com/dabblewriter/websocket-rpc-protocol#readme", "devDependencies": { "typescript": "^5.4.5" }, "dependencies": { "crypto-id": "^0.2.3", "easy-signal": "^4.1.1" } }