diff --git a/packages.json b/packages.json index a08d7bc..a2d4637 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,17 @@ [ + { + "name": "niprefs", + "url": "https://github.com/Patitotective/niprefs", + "method": "git", + "tags": [ + "preferences", + "prefs" + ], + "description": " A dynamic preferences-system with a table-like structure for Nim.", + "license": "MIT", + "web": "https://github.com/Patitotective/niprefs", + "doc": "https://github.com/Patitotective/NiPrefs" + }, { "name": "lrparser", "url": "https://github.com/vanyle/lrparser/",