diff --git a/packages.json b/packages.json index 76edeed..e4e386b 100644 --- a/packages.json +++ b/packages.json @@ -26102,5 +26102,19 @@ "description": "Dead simple Nim app for making timebreaks", "license": "BSD-3-Clause", "web": "https://github.com/ioplker/uspokoysa" + }, + { + "name": "taskman", + "url": "https://github.com/ire4ever1190/taskman", + "method": "git", + "tags": [ + "scheduler", + "task", + "job" + ], + "description": "A package that manages background tasks on a schedule", + "license": "MIT", + "web": "https://github.com/ire4ever1190/taskman", + "doc": "https://tempdocs.netlify.app/taskman/stable" } ]