-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
46 lines (46 loc) · 1.39 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "2based2wait",
"version": "1.0.5",
"description": "Lightweight and extensible proxy for 2B2T.",
"main": "proxy.js",
"scripts": {
"test": "mocha --exit --bail",
"testLocal": "CI=true mocha --exit --bail",
"start": "node proxy.js",
"supervisor": "supervisor -n success proxy.js",
"supervisorAllGasNoBrakes": "supervisor proxy.js",
"generate-documentation": "node proxy.js --documentation",
"process-archives": "node ./scripts/processArchives.js",
"update-ngrok-binary": "node ./scripts/updateNgrokBinary.js",
"debug-info": "node ./scripts/debugFetch.js",
"lint": "eslint --ext .js"
},
"author": "Enchoseon",
"license": "GPL-2.0",
"dependencies": {
"@icetank/mcproxy": "^1.0.6",
"deepmerge": "^4.3.1",
"joi": "^17.12.2",
"json5": "^2.2.3",
"minecraft-data": "^3.62.0",
"minecraft-protocol": "^1.47.0",
"mineflayer": "^4.20.0",
"mineflayer-antiafk": "github:Etiaro/mineflayer-antiafk",
"mineflayer-auto-eat": "^3.3.6",
"ngrok": "^4.3.3",
"node-fetch": "^2.7.0",
"node-notifier": "^10.0.1",
"prismarine-chat": "^1.10.0",
"prismarine-provider-anvil": "^2.7.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-plugin-jsdoc": "^39.9.1",
"mocha": "^10.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Enchoseon/2based2wait.git"
}
}