-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 964 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
31
32
33
34
35
36
37
38
{
"name": "@nxg-org/mineflayer-hive-mind",
"version": "1.4.2",
"description": "Hive mind functionality for multiple mineflayer bots.",
"keywords": [
"mineflayer",
"mineflayer-pvp",
"mineflayer-plugin",
"mineflayer-custom-pvp"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nxg-org/mineflayer-hive-mind.git"
},
"license": "GPL-3.0",
"author": "generel_schwerz",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "npx tsc",
"prepublish": "npm run build",
"test": "node --trace-warnings lib/example.js"
},
"dependencies": {
"express": "^4.17.2",
"socket.io": "^4.6.0",
"strict-event-emitter-types": "^2.0.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^16.11.17",
"mineflayer": "^4.8.0",
"mineflayer-pathfinder": "^2.4.2",
"readline": "^1.3.0",
"typescript": "^4.5.2",
"vec3": "^0.1.7"
}
}