Add author information to package.json

This commit is contained in:
Julian Wolf
2026-04-05 22:04:16 +02:00
committed by GitHub
parent c9861dbef8
commit 925a7e532d
+4
View File
@@ -8,6 +8,10 @@
"node": "22.22.1",
"npm": "10.9.4"
},
"author": {
"name": "Sid",
"email": "svaddem@asu.edu"
}
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder",