diff --git a/packages.json b/packages.json index cdcf3d1..dd82e60 100644 --- a/packages.json +++ b/packages.json @@ -11,7 +11,7 @@ "sunrise", "sunset", "moonrise", - "moonset", + "moonset" ], "description": "Astro functions for calcuation of sun and moon position, rise and set time as well as civil, nautical and astronomical dawn and dusk as a function of latitude and longitude.", "license": "MIT", @@ -30843,5 +30843,20 @@ "description": "Search for files in a directory hierarchy.", "license": "AGPL-3.0-only", "web": "https://github.com/Gruruya/nimf" + }, + { + "name": "bard", + "url": "https://github.com/thisago/bard", + "method": "git", + "tags": [ + "library", + "batchexecute", + "bard", + "ai", + "google" + ], + "description": "Nim interface of Google Bard free API", + "license": "MIT", + "web": "https://github.com/thisago/bard" } ]