q13x-eaglerproxy/package.json

30 lines
792 B
JSON
Raw Normal View History

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": {
"@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"
}