Files
manifold-workflow-engine/package.json
Geoff Seemueller 56f7f85235 Rename project, enhance documentation, and add error handling.
Updated project name and description in package.json for clearer purpose. Enhanced README with a detailed table of contents and error handling section. Improved error handling in index.js with comprehensive logging for various failure scenarios.
2024-11-09 11:11:30 -05:00

13 lines
319 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": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT"
}