basic stuff

This commit is contained in:
biglyderv 2024-10-16 16:24:07 -04:00
parent 8c4928109a
commit 2ca63f06b4
11 changed files with 1397 additions and 0 deletions

23
package.json Normal file
View file

@ -0,0 +1,23 @@
{
"name": "minezo",
"version": "1.0.0",
"description": "Minecraft server website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.xuyezo.net/ZuxDev/minezo"
},
"keywords": [
"minecraft"
],
"author": "ZuxDev",
"license": "GPL-3.0-or-later",
"dependencies": {
"ejs": "^3.1.10",
"express": "^4.21.1"
},
"type": "module"
}