Files
manifold-workflow-engine/package.json
2024-11-09 11:18:48 -05:00

17 lines
418 B
JSON

{
"name": "workflow-function-manifold",
"version": "1.0.0",
"description": "for building dynamic, LLM-driven workflows using a region-based execution model",
"main": "index.js",
"bin": {
"workflow-function-manifold": "./bin.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "geoffsee",
"license": "MIT"
}