17 lines
418 B
JSON
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"
|
|
}
|