minezo-www/package.json
2024-10-16 16:24:07 -04:00

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"
}