Push Files

- Uploaded Backend
- Uploaded Mod Code
- Started Documentation
This commit is contained in:
2025-04-08 20:12:57 -05:00
parent 6c33c0b76a
commit b06a49e54d
18 changed files with 3344 additions and 0 deletions

14
Backend/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "gp-server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module"
}