Files
mcsleepingserverstarter/package.json
T
BuildTools 43bc5cb99c 1.16.4 :
update with leatest minecraft protocol:
minecraft-protocol - 1.23.1
2021-02-12 08:28:16 +01:00

43 lines
1.2 KiB
JSON

{
"name": "mcsleepingserverstarter",
"version": "1.16.4",
"description": "Sleeps until someone connects",
"main": "sleepingServerStarter.js",
"scripts": {
"start": "node sleepingServerStarter.js",
"build": "npm-run-all build:*",
"build:win": "pkg sleepingServerStarter.js --target win --output bin/sleepingServerStarter.exe",
"build:linux": "pkg sleepingServerStarter.js --target linux --output bin/sleepingServerStarter.run",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"connect": "^3.7.0",
"dateformat": "^3.0.3",
"js-yaml": "^3.13.1",
"minecraft-protocol": "^1.23.1",
"npm-run-all": "^4.1.5",
"serve-static": "^1.14.1",
"winston": "^2.2.0"
},
"devDependencies": {
"pkg": "^4.4.9"
},
"author": "Vincss",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/vincss/mcsleepingserverstarter.git"
},
"keywords": [
"maintenance",
"minecraft",
"nodejs",
"emptyserverstopper",
"sleepingserver"
],
"bugs": {
"url": "https://github.com/vincss/mcsleepingserverstarter/issues"
},
"homepage": "https://github.com/vincss/mcsleepingserverstarter#readme"
}