feat(package/prettify-log): colored output for log keywords

This commit is contained in:
2025-02-01 00:08:57 +00:00
parent 4d900a5f23
commit 46ab7d9e52
5 changed files with 242 additions and 20 deletions

View File

@@ -4,7 +4,9 @@ version = "0.1.0"
edition = "2021"
[dependencies]
atty = "0.2.14"
colored_json = "5.0.0"
regex = "1.11.1"
serde = "1.0.217"
serde_json = "1.0.138"