{
    "name": "fib-flow",
    "version": "3.4.0",
    "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"
    },
    "dependencies": {
        "fib-pool": "^1.6.0",
        "cron-parser": "^4.9.0"
    },
    "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"
    }
}