mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-08 06:56:03 -08:00
30 lines
792 B
JSON
30 lines
792 B
JSON
|
{
|
||
|
"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": {
|
||
|
"@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.40.2",
|
||
|
"parse-domain": "^7.0.1",
|
||
|
"prismarine-block": "^1.16.3",
|
||
|
"prismarine-chunk": "^1.33.0",
|
||
|
"prismarine-registry": "^1.6.0",
|
||
|
"semver": "^7.3.8",
|
||
|
"sharp": "^0.31.3",
|
||
|
"ws": "^8.12.0"
|
||
|
},
|
||
|
"type": "module"
|
||
|
}
|