diff --git a/packages.json b/packages.json index 51a440a..76edeed 100644 --- a/packages.json +++ b/packages.json @@ -22837,6 +22837,39 @@ "description": "Client and server database and networking utils", "license": "Public Domain" }, + { + "name": "nimwave", + "url": "https://github.com/ansiwave/nimwave", + "method": "git", + "tags": [ + "tui", + "terminal" + ], + "description": "A TUI -> GUI library", + "license": "Public Domain" + }, + { + "name": "illwave", + "url": "https://github.com/ansiwave/illwave", + "method": "git", + "tags": [ + "tui", + "terminal" + ], + "description": "A cross-platform terminal UI library", + "license": "WTFPL" + }, + { + "name": "ansiutils", + "url": "https://github.com/ansiwave/ansiutils", + "method": "git", + "tags": [ + "ansi", + "cp437" + ], + "description": "Utilities for parsing CP437 and ANSI escape codes", + "license": "Public Domain" + }, { "name": "minecraft_server_status", "url": "https://github.com/GabrielLasso/minecraft_server_status",