mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-23 22:16:04 -08:00
Update package.json
This commit is contained in:
parent
cbd0b47628
commit
9622da7ca1
|
@ -1,7 +1,7 @@
|
||||||
import { Config } from "./types.js";
|
import { Config } from "./types.js";
|
||||||
|
|
||||||
export const config: Config = {
|
export const config: Config = {
|
||||||
name: "BasedProxy",
|
name: "MinecraftProxy",
|
||||||
bindHost: "0.0.0.0",
|
bindHost: "0.0.0.0",
|
||||||
bindPort: 80, // 443 if using TLS
|
bindPort: 80, // 443 if using TLS
|
||||||
maxPlayers: 20,
|
maxPlayers: 20,
|
||||||
|
|
24
package.json
24
package.json
|
@ -15,5 +15,27 @@
|
||||||
"uuid-buffer": "^1.0.3",
|
"uuid-buffer": "^1.0.3",
|
||||||
"ws": "^8.11.0"
|
"ws": "^8.11.0"
|
||||||
},
|
},
|
||||||
"type": "module"
|
"type": "module",
|
||||||
|
"name": "eaglerxbungee-reimpl",
|
||||||
|
"description": "Play on offline vanilla Minecraft 1.8.9 servers through EaglerX.",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"main": "index.js",
|
||||||
|
"devDependencies": {},
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/WorldEditAxe/eaglerxbungee-reimpl.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"eaglercraftx",
|
||||||
|
"eaglercraftx-bungee"
|
||||||
|
],
|
||||||
|
"author": "WorldEditAxe",
|
||||||
|
"license": "MIT",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/WorldEditAxe/eaglerxbungee-reimpl/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/WorldEditAxe/eaglerxbungee-reimpl#readme"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user