diff --git a/packages.json b/packages.json index 251144b..17e70ff 100644 --- a/packages.json +++ b/packages.json @@ -13287,5 +13287,18 @@ "description": "Library for splitting a string into shell words", "license": "MIT", "web": "https://github.com/SolitudeSF/shlex" + }, + { + "name": "prometheus", + "url": "https://github.com/dom96/prometheus", + "method": "git", + "tags": [ + "metrics", + "logging", + "graphs" + ], + "description": "Library for exposing metrics to Prometheus", + "license": "MIT", + "web": "https://github.com/dom96/prometheus" } ]