23 lines
466 B
JSON
23 lines
466 B
JSON
{
|
|
"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"
|
|
}
|