forked from WorldEditAxe/eaglerproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 820 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"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",
"node-fetch": "^3.3.1",
"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"
}