-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
64 lines (64 loc) · 1.2 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "mc-term",
"description": "Play Minecraft and configure bots from the terminal",
"version": "5.9.0",
"license": "MIT",
"bugs": {
"url": "https://github.com/MC-Terminal/minecraft-terminal/issues"
},
"keywords": [
"nodejs",
"javascript",
"bot",
"minecraft",
"console",
"client",
"terminal",
"mod",
"game",
"rcon",
"terminal-based",
"terminal-game",
"terminal-client",
"client",
"mineflayer",
"cli"
],
"engines": {
"node": ">=16.0.0"
},
"author": {
"name": "Joe.C"
},
"repository": {
"type": "git",
"url": "https://github.com/MC-Terminal/minecraft-terminal.git"
},
"publishConfig": {
"access": "public"
},
"bin": {
"mc-term": "./src/index.js"
},
"main": "./src/index.js",
"dependencies": {
"@iarna/toml": "^3.0.0",
"@zuzak/owo": "^1.18.0",
"axios": "^1.2.2",
"easy-ansi": "^1.2.4",
"merge": "^2.1.1",
"mineflayer": "^4.6.0",
"mineflayer-maps": "^1.1.2",
"mineflayer-pathfinder": "^2.4.2",
"pngjs": "^6.0.0",
"prismarine-chat": "^1.7.2",
"prismarine-registry": "^1.6.0",
"prismarine-viewer": "^1.23.0",
"proxy-agent": "^5.0.0",
"socks": "^2.7.1",
"vec3": "^0.1.7"
},
"devDependencies": {
"@types/node": "^18.11.18"
}
}