forked from PrismarineJS/mineflayer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.02 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
{
"name": "mineflayer",
"version": "2.7.2",
"description": "create minecraft bots with a stable, high level API",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"pretest": "npm run lint",
"lint": "standard",
"prepublish": "require-self"
},
"repository": {
"type": "git",
"url": "git://github.com/PrismarineJS/mineflayer.git"
},
"engines": {
"node": ">=4"
},
"license": "MIT",
"dependencies": {
"minecraft-data": "^2.26.0",
"minecraft-protocol": "^1.5.2",
"mojangson": "^0.2.1",
"prismarine-biome": "^1.0.1",
"prismarine-block": "^1.0.1",
"prismarine-chunk": "^1.9.0",
"prismarine-entity": "^0.2.0",
"prismarine-item": "^1.0.1",
"prismarine-recipe": "^1.0.1",
"prismarine-windows": "^1.1.0",
"protodef": "^1.6.7",
"sprintf-js": "^1.1.1",
"vec3": "^0.1.3"
},
"devDependencies": {
"doctoc": "^1.0.0",
"minecraft-wrap": "^1.0.2",
"mocha": "^5.0.5",
"require-self": "^0.2.1",
"standard": "^11.0.1"
}
}