-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 851 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "fib-flow",
"version": "3.4.3",
"description": "A robust workflow management system for fibjs with task orchestration, state management, and distributed execution capabilities",
"main": "lib/index.js",
"scripts": {
"test": "fibjs test",
"memory": "fibjs test --memory"
},
"dependencies": {
"fib-pool": "^1.6.0",
"cron-parser": "^4.9.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1"
},
"keywords": [
"fibjs",
"workflow",
"task-orchestration",
"distributed",
"scheduler",
"cron",
"job-queue",
"state-machine",
"retry-mechanism",
"error-handling",
"parent-child-tasks"
],
"publishConfig": {
"access": "public"
},
"author": "lion@9465.net",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fibjs/fib-flow"
}
}