Update package.json

This commit is contained in:
q13x 2022-12-20 18:39:01 -08:00
parent cbd0b47628
commit 9622da7ca1
2 changed files with 24 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import { Config } from "./types.js";
export const config: Config = {
name: "BasedProxy",
name: "MinecraftProxy",
bindHost: "0.0.0.0",
bindPort: 80, // 443 if using TLS
maxPlayers: 20,

View File

@ -15,5 +15,27 @@
"uuid-buffer": "^1.0.3",
"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"
}