plugins-core/cron/plugin.json

10 lines
243 B
JSON
Raw Permalink Normal View History

2021-10-01 18:00:03 +00:00
{
"main": "plugin.js",
"name": "cron",
"description": "API for plugin-scoped cron tasks",
"tags": ["timers", "cron", "scheduler", "api"],
2021-10-01 18:44:48 +00:00
"version": "1.0.1",
2021-10-01 18:00:03 +00:00
"dependencies": ["control?"],
2021-10-01 18:44:48 +00:00
"npmDependencies": ["node-cron@2.0.3"]
2021-10-01 18:00:03 +00:00
}