basic stuff
This commit is contained in:
parent
8c4928109a
commit
2ca63f06b4
11 changed files with 1397 additions and 0 deletions
23
package.json
Normal file
23
package.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue