Add package.json

This commit is contained in:
2026-08-22 17:40:44 +00:00
parent 093b4ac46f
commit 0720bcc229
+9
View File
@@ -0,0 +1,9 @@
{
"name": "college-chess-party",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "node server.js"
}
}