From b6fc39d8b251abc31c97c954e14dfd007077381f Mon Sep 17 00:00:00 2001 From: Tony Kan Date: Mon, 2 Sep 2024 21:25:41 -0700 Subject: [PATCH] chore: Update package.json with author and contributors information --- package.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 63298a2..82eb779 100644 --- a/package.json +++ b/package.json @@ -10,5 +10,16 @@ "scripts": { "start": "node server.js", "build:css": "postcss styles.css -o public/css/styles.css" - } + }, + "author": "Tony Kan ", + "contributors": [ + { + "name": "Tony Kan", + "email": "tianchengkan@gmail.com" + }, + { + "name": "Ted Yu", + "email": "tedhyu@yahoo.com" + } + ] }