-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.32 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.32 KB
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": "archer",
"version": "2.0.0",
"description": "Aimbot go brrrrrr",
"main": "main.js",
"scripts": {
"devStart": "nodemon main.js beta1.qloxhost.net 25566",
"pika": "node main.js play.pikanetwork.net 25565",
"start": "node main.js NubPlayzBoi.aternos.me 26216",
"startChara": "node ./js/chara.js LinkDiscord.aternos.me 15572",
"lan": "node main.js play.applemc.fun 25565",
"link": "node main.js 0.tcp.eu.ngrok.io 18978"
},
"author": "Ash",
"license": "ISC",
"keywords": [],
"dependencies": {
"@miner-org/bloodhound": "^1.0.4",
"@nxg-org/mineflayer-smooth-look": "^0.1.5",
"chalk": "^4.1.0",
"collections": "^5.1.13",
"ejs": "^3.1.8",
"express": "^4.18.2",
"log-update": "^4.0.0",
"minecraft-data": "^3.67.0",
"minecrafthawkeye": "^1.3.9",
"mineflayer": "^4.20.1",
"mineflayer-armor-manager": "^1.4.2",
"mineflayer-auto-eat": "^3.3.1",
"mineflayer-bloodhound": "^0.0.2",
"mineflayer-collectblock": "^1.4.1",
"mineflayer-movement": "^0.4.4",
"mineflayer-pathfinder": "^2.4.2",
"prismarine-viewer": "^1.23.0",
"rg-bot": "^1.10.0",
"rg-ctf-utils": "^1.0.5",
"socket.io": "^4.6.0",
"strip-indent": "^3.0.0",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/collections": "^5.1.2",
"nodemon": "^2.0.20"
}
}