UNPKG

@flowlab/all

Version:

A cool library focusing on handling various flows

38 lines (37 loc) 811 B
{ "name": "@flowlab/core", "version": "1.0.0", "description": "FlowLab 核心模块,支持 DAG 编排、任务链与自动调度。", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "flowlab": "dist/cli/index.cjs" }, "scripts": { "build": "node esbuild.config.js", "dev": "node esbuild.config.js --watch", "test": "jest", "start": "node dist/index.js" }, "keywords": [ "workflow", "DAG", "FlowLab", "工作流", "工作流引擎", "orchestration" ], "author": "luke king", "license": "MIT", "dependencies": { "ioredis": "^5.6.0", "redis": "^4.6.0" }, "devDependencies": { "@types/jest": "^29.5.14", "esbuild": "^0.25.1", "jest": "^29.7.0", "ts-jest": "^29.3.0", "typescript": "^4.5.0" } }