nocobase/packages/plugins/workflow/package.json
Junyi 74b9639f6f
Refactor(plugin workflow): support number in repeat config for schedule (#482)
* refactor(plugin-workflow): change option cron to repeat and allow number type

* refactor(plugin-workflow): support number in repeat config for schedule
2022-06-07 12:10:39 +08:00

25 lines
623 B
JSON

{
"name": "@nocobase/plugin-workflow",
"version": "0.7.0-alpha.83",
"main": "lib/index.js",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"dependencies": {
"@nocobase/actions": "0.7.0-alpha.83",
"@nocobase/database": "0.7.0-alpha.83",
"@nocobase/server": "0.7.0-alpha.83",
"@nocobase/utils": "0.7.0-alpha.83",
"cron-parser": "4.4.0",
"json-templates": "^4.2.0"
},
"devDependencies": {
"@nocobase/test": "0.7.0-alpha.83"
},
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
}