From 1e74531baca6ce962b5e0a90ada80b7c1d025a5f Mon Sep 17 00:00:00 2001 From: uga-rosa <82267684+uga-rosa@users.noreply.github.com> Date: Mon, 18 Jul 2022 14:50:37 +0900 Subject: [PATCH] Added package njo (#2283) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 719351a..ec99b27 100644 --- a/packages.json +++ b/packages.json @@ -26736,5 +26736,17 @@ "description": "Library for interacting with Monero wallets via RPC.", "license": "MIT", "web": "https://github.com/eversinc33/nim-monero-rpc" + }, + { + "name": "njo", + "url": "https://github.com/uga-rosa/njo", + "method": "git", + "tags": [ + "cli", + "tool" + ], + "description": "A small utility to create JSON objects written in Nim. This is inspired by jpmens/jo.", + "license": "MIT", + "web": "https://github.com/uga-rosa/njo" } ]