Files
manifold-workflow-engine/package.json

14 lines
357 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",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "geoffsee",
"license": "MIT"
}