add author information

This commit is contained in:
2024-10-22 09:00:00 -05:00
parent 9ebe8bdd35
commit 6695069d73
4 changed files with 58 additions and 3 deletions
+5 -1
View File
@@ -8,7 +8,11 @@
"start": "node index.js",
"dev:css": "tailwindcss -i tailwind.css -o ./html/assets/css/tailwind.css --watch"
},
"author": "",
"author": {
"name": "Joel Wetzell",
"email": "me@jwetzell.com",
"url": "https://jwetzell.com"
},
"license": "MIT",
"dependencies": {
"express": "^4.18.2"