forked from okBenito/2based2wait
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.33 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
{
"name": "2based2wait",
"version": "1.0.4",
"description": "Private & lightweight 2b2t proxy.",
"main": "proxy.js",
"scripts": {
"test": "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": {
"@rob9315/mcproxy": "^1.0.0",
"deepmerge": "^4.3.0",
"express": "^4.18.2",
"joi": "^17.6.0",
"json5": "^2.2.3",
"minecraft-data": "^3.26.0",
"minecraft-protocol": "^1.40.3",
"mineflayer-antiafk": "github:Etiaro/mineflayer-antiafk",
"mineflayer-auto-eat": "^3.3.0",
"ngrok": "^4.3.1",
"node-fetch": "^2.6.9",
"node-notifier": "^10.0.1",
"prismarine-chat": "^1.8.0",
"prismarine-provider-anvil": "^2.7.0",
"socket.io": "^4.6.1"
},
"devDependencies": {
"eslint": "^8.33.0",
"eslint-plugin-jsdoc": "^39.8.0",
"mocha": "^10.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Enchoseon/2based2wait.git"
}
}