mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-21 03:12:10 +08:00
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "minecraft_server_manager",
|
|
"version": "8.6.7",
|
|
"description": "A simple Minecraft server web panel",
|
|
"Keywords": [
|
|
"Minecraft",
|
|
"MinecraftServerManager",
|
|
"MinecraftServerPanel"
|
|
],
|
|
"main": "app.js",
|
|
"author": "Suwings",
|
|
"readmeFilename": "README.md",
|
|
"license": "AGPL-3.0-or-later",
|
|
"contributors": [
|
|
"Suwings",
|
|
"pppploi8",
|
|
"HonokaClub",
|
|
"huangsijun17",
|
|
"lupohan44",
|
|
"Jecvay",
|
|
"SaigyoujiYuyuko233"
|
|
],
|
|
"dependencies": {
|
|
"body-parser": "^1.17.2",
|
|
"colors": "^1.1.2",
|
|
"compressing": "^1.5.0",
|
|
"compression": "^1.7.2",
|
|
"connect": "^3.6.2",
|
|
"cookie-parser": "^1.4.3",
|
|
"dockerode": "^3.1.0",
|
|
"express": "^4.15.3",
|
|
"express-session": "^1.15.3",
|
|
"express-ws": "^4.0.0",
|
|
"fs-extra": "^5.0.0",
|
|
"ftpd": "git+https://github.com/sstur/nodeftpd.git",
|
|
"graceful-fs": "^4.1.11",
|
|
"iconv-lite": "^0.4.21",
|
|
"multiparty": "^4.1.3",
|
|
"node-schedule": "^1.3.0",
|
|
"os-utils": "0.0.14",
|
|
"pidusage": "^1.1.5",
|
|
"properties": "^1.2.1",
|
|
"uuid": "^3.2.1"
|
|
},
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Suwings/MCSManager"
|
|
},
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"test": "node app.js --test"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
} |