From 7de3d323493874ba9dbc0bbfc6deeb60acd7d435 Mon Sep 17 00:00:00 2001 From: Geoff Seemueller Date: Sat, 9 Nov 2024 11:13:39 -0500 Subject: [PATCH] update author in package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6bb123a..4187a3a 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,10 @@ "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": "", + "author": "geoffsee", "license": "MIT" }