2023-06-06 23:31:52 -07:00
|
|
|
{
|
|
|
|
"name": "eaglerproxy",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A flexible, easy expandable EaglercraftX 1.8.9 proxy written in TypeScript.",
|
|
|
|
"main": "launcher.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "WorldEditAxe, q13x",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2024-03-06 16:41:57 -08:00
|
|
|
"@thi.ng/leb128": "3.0.5",
|
|
|
|
"@types/node": "18.11.18",
|
|
|
|
"@types/semver": "7.3.13",
|
|
|
|
"@types/sharp": "0.31.1",
|
|
|
|
"@types/ws": "8.5.4",
|
|
|
|
"chalk": "5.2.0",
|
|
|
|
"dotenv": "16.0.3",
|
|
|
|
"minecraft-protocol": "^1.26.5",
|
|
|
|
"node-fetch": "3.3.1",
|
|
|
|
"parse-domain": "7.0.1",
|
|
|
|
"prismarine-auth": "^2.4.1",
|
|
|
|
"prismarine-block": "1.16.3",
|
|
|
|
"prismarine-chunk": "1.33.0",
|
|
|
|
"prismarine-registry": "1.6.0",
|
|
|
|
"semver": "^7.6.0",
|
2024-03-22 17:16:37 -07:00
|
|
|
"sharp": "^0.33.2",
|
2024-03-06 16:41:57 -08:00
|
|
|
"ws": "8.12.0"
|
2023-06-06 23:31:52 -07:00
|
|
|
},
|
|
|
|
"type": "module"
|
|
|
|
}
|