diff --git a/packages.json b/packages.json index 1dcd142..f36bbdb 100644 --- a/packages.json +++ b/packages.json @@ -15903,6 +15903,19 @@ "license": "MIT", "web": "https://github.com/mkanenobu/nim-gimei" }, + { + "name": "envconfig", + "url": "https://github.com/jiro4989/envconfig", + "method": "git", + "tags": [ + "library", + "config", + "environment-variables" + ], + "description": "envconfig provides a function to get config objects from environment variables.", + "license": "MIT", + "web": "https://github.com/jiro4989/envconfig" + }, { "name": "cache", "url": "https://github.com/planety/cached",