{
  "name": "fib-flow",
  "version": "6.0.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",
    "typecheck": "fibjs --check"
  },
  "dependencies": {
    "cron-parser": "^4.9.0",
    "fib-pool": "^1.6.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"
  }
}
