-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
37 lines (37 loc) · 1019 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
{
"name": "mineflayer-web-inventory",
"version": "1.8.6",
"description": "Web based viewer for your mineflayer bot's inventory",
"main": "index.js",
"scripts": {
"install": "cd client && npm install",
"test": "npm run lint && mocha",
"lint": "standard",
"clean": "rm -rf test/server/ test/server.jar versions/"
},
"author": "imharvol <[email protected]> (https://imharvol.com/)",
"license": "MIT",
"dependencies": {
"express": "^4.17.1",
"lodash": "^4.17.21",
"minecraft-assets": "^1.6.0",
"minecraft-data": "^3.1.1",
"prismarine-item": "^1.16.0",
"prismarine-windows": "^2.4.1",
"socket.io": "^4.6.2",
"vec3": "^0.1.7"
},
"devDependencies": {
"minecraft-wrap": "^1.3.0",
"mineflayer": "^4.23.0",
"mocha": "^10.4.0",
"open": "^8.2.1",
"socket.io-client": "^4.7.5",
"standard": "^16.0.3"
},
"repository": "https://github.com/ImHarvol/mineflayer-web-inventory.git",
"keywords": [
"mineflayer",
"minecraft"
]
}