diff --git a/packages.json b/packages.json index 558da9a..e082aee 100644 --- a/packages.json +++ b/packages.json @@ -5915,6 +5915,22 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-ranges" }, + { + "name": "json_rpc", + "url": "https://github.com/status-im/nim-json-rpc", + "method": "git", + "tags": [ + "library", + "json-rpc", + "server", + "client", + "rpc", + "json" + ], + "description": "Nim library for implementing JSON-RPC clients and servers", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-json-rpc" + }, { "name": "rlp", "url": "https://github.com/status-im/nim-rlp",