@flowlab/all
Version:
A cool library focusing on handling various flows
61 lines (60 loc) • 1.14 kB
JSON
{
"name": "@flowlab/all",
"version": "0.0.2",
"description": "A cool library focusing on handling various flows",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "tsup"
},
"bin": {
"flowlab": "./dist/flowlab.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/countstarss/flowlab.git"
},
"keywords": [
"Workflow",
"Node",
"Task",
"Condition",
"Chaining",
"Subwirkflow",
"Tool",
"Memory",
"Parallel",
"Execution",
"Retry",
"Error",
"Handling",
"Scheduling",
"API",
"Integration",
"Data",
"Passing",
"Logging"
],
"author": "luke king",
"license": "MIT",
"workspaces": [
"packages/core",
"packages/event"
],
"bugs": {
"url": "https://github.com/countstarss/flowlab/issues"
},
"homepage": "https://github.com/countstarss/flowlab#readme",
"dependencies": {
"cac": "^6.7.14",
"@flowlab/core": "1.0.0",
"@flowlab/event": "1.0.0"
},
"devDependencies": {
"tsup": "^8.4.0",
"typescript": "^5.8.2"
},
"publishConfig": {
"access": "public"
}
}