style: standardize author name across manifest and package files

- Updated author name from "Bill Ballou" to "William Ballou" in manifest.json
- Added missing author name "William Ballou" in package.json
- Ensures consistent attribution across project metadata files
This commit is contained in:
2025-10-26 11:01:31 -04:00
parent 5579a15ee2
commit 215a35e625
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
"ai",
"llm"
],
"author": "",
"author": "William Ballou",
"license": "MIT",
"dependencies": {
"cors": "^2.8.5",