mirror of
https://github.com/barkeser2002/mcsleepingserverstarter.git
synced 2026-09-25 09:56:00 +03:00
80 lines
2.4 KiB
JSON
80 lines
2.4 KiB
JSON
{
|
|
"name": "mcsleepingserverstarter",
|
|
"version": "1.5.12",
|
|
"description": "Sleeps until someone connects",
|
|
"main": "build/sleepingServerStarter.js",
|
|
"bin": "build/sleepingServerStarter.js",
|
|
"scripts": {
|
|
"start": "run-s prebuild build:typescript run",
|
|
"run": "node .",
|
|
"dev": "cross-env disableFileLogs=true ts-node ./src/sleepingServerStarter.ts",
|
|
"prebuild": "rimraf ./build/ ./bin/ && cpx-fixed \"views/**/*.*\" build/views",
|
|
"build": "run-s build:typescript build:bin",
|
|
"build:typescript": "tsc",
|
|
"build:bin": "pkg build/sleepingServerStarter.js --config package.json --compress GZip --target node18-win-x64,node18-linux-x64,node18-linux-arm64,node18-macos-x64,node18-macos-arm64 --out-path ./bin/",
|
|
"test": "jest",
|
|
"lint": "eslint . --ext .ts --fix",
|
|
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\""
|
|
},
|
|
"dependencies": {
|
|
"@jsprismarine/prismarine": "^0.1.0-rc.49",
|
|
"@jsprismarine/raknet": "^0.1.0-rc.49",
|
|
"@sfirew/minecraft-motd-parser": "^1.1.1",
|
|
"express": "^4.18.2",
|
|
"express-handlebars": "^7.0.4",
|
|
"js-yaml": "^4.1.0",
|
|
"minecraft-protocol": "^1.43.0",
|
|
"prismarine-chat": "^1.8.0",
|
|
"winston": "^3.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/connect": "^3.4.35",
|
|
"@types/express": "^4.17.17",
|
|
"@types/jest": "^29.5.0",
|
|
"@types/js-yaml": "^4.0.5",
|
|
"@types/node": "^18.15.11",
|
|
"@types/serve-static": "^1.15.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
|
"@typescript-eslint/parser": "^5.57.1",
|
|
"cross-env": "7.0.3",
|
|
"cpx-fixed": "^1.6.0",
|
|
"eslint": "^8.37.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"nodemon": "^2.0.22",
|
|
"npm-run-all": "^4.1.5",
|
|
"pkg": "^5.8.1",
|
|
"prettier": "^2.8.8",
|
|
"rimraf": "^4.4.1",
|
|
"ts-jest": "^29.1.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.0.3"
|
|
},
|
|
"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",
|
|
"engines": {
|
|
"node": ">=16",
|
|
"npm": ">=8"
|
|
},
|
|
"pkg": {
|
|
"scripts": "build/*.js",
|
|
"assets": [
|
|
"build/views/**/*"
|
|
]
|
|
}
|
|
}
|