mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-08 06:56:03 -08:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"dependencies": {
|
|
"@thi.ng/leb128": "^3.0.1",
|
|
"@types/axios": "^0.14.0",
|
|
"@types/node": "^18.11.16",
|
|
"@types/request": "^2.48.8",
|
|
"@types/sharp": "^0.31.0",
|
|
"@types/uuid": "^9.0.0",
|
|
"@types/ws": "^8.5.3",
|
|
"chalk": "^5.2.0",
|
|
"minecraft-protocol": "^1.36.2",
|
|
"request": "^2.88.2",
|
|
"sharp": "^0.31.2",
|
|
"tsc": "^2.0.4",
|
|
"uuid-buffer": "^1.0.3",
|
|
"ws": "^8.11.0"
|
|
},
|
|
"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"
|
|
}
|