update author in package.json

This commit is contained in:
2024-11-09 11:13:39 -05:00
parent 56f7f85235
commit 7de3d32349

View File

@@ -4,9 +4,10 @@
"description": "for building dynamic, LLM-driven workflows using a region-based execution model", "description": "for building dynamic, LLM-driven workflows using a region-based execution model",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "geoffsee",
"license": "MIT" "license": "MIT"
} }