2022-09-25 00:40:25 -04:00
|
|
|
{
|
|
|
|
"name": "mcst",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "Minecraft Java edition server management tool",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node index.js",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "gitea@git.metaunix.net:BitGoblin/mcst.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"minecraft",
|
|
|
|
"minecraft java edition",
|
|
|
|
"java"
|
|
|
|
],
|
|
|
|
"author": "Gregory Ballantine <gballantine@bitgoblin.tech>",
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"dependencies": {
|
2022-10-07 16:43:04 -04:00
|
|
|
"config": "^3.3.8",
|
2022-09-25 00:40:25 -04:00
|
|
|
"express": "^4.18.1",
|
|
|
|
"pug": "^3.0.2"
|
|
|
|
}
|
|
|
|
}
|