Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PrismarineJS
GitHub Repository: PrismarineJS/mineflayer
Path: blob/master/package.json
9426 views
1
{
2
"name": "mineflayer",
3
"version": "4.37.0",
4
"description": "create minecraft bots with a stable, high level API",
5
"main": "index.js",
6
"types": "index.d.ts",
7
"scripts": {
8
"mocha_test": "mocha --reporter spec --exit",
9
"test": "npm run mocha_test",
10
"pretest": "npm run lint",
11
"lint": "standard && standard-markdown",
12
"fix": "standard --fix && standard-markdown --fix",
13
"prepublishOnly": "cp docs/README.md README.md"
14
},
15
"repository": {
16
"type": "git",
17
"url": "git://github.com/PrismarineJS/mineflayer.git"
18
},
19
"engines": {
20
"node": ">=22"
21
},
22
"license": "MIT",
23
"dependencies": {
24
"minecraft-data": "^3.108.0",
25
"minecraft-protocol": "^1.66.0",
26
"mojangson": "^2.0.4",
27
"prismarine-biome": "^1.1.1",
28
"prismarine-block": "^1.22.0",
29
"prismarine-chat": "^1.7.1",
30
"prismarine-chunk": "^1.39.0",
31
"prismarine-entity": "^2.5.0",
32
"prismarine-item": "^1.17.0",
33
"prismarine-nbt": "^2.0.0",
34
"prismarine-physics": "^1.9.0",
35
"prismarine-recipe": "^1.5.0",
36
"prismarine-registry": "^1.10.0",
37
"prismarine-windows": "^2.9.0",
38
"prismarine-world": "^3.6.0",
39
"protodef": "^1.18.0",
40
"typed-emitter": "^1.0.0",
41
"uuid-1345": "^1.0.2",
42
"vec3": "^0.1.7"
43
},
44
"devDependencies": {
45
"@types/node": "^25.2.1",
46
"doctoc": "^2.0.1",
47
"minecraft-wrap": "^1.3.0",
48
"mineflayer": "file:",
49
"mocha": "^11.0.1",
50
"protodef-yaml": "^1.5.3",
51
"standard": "^17.0.0",
52
"standard-markdown": "^7.1.0",
53
"typescript": "^5.4.5"
54
}
55
}
56
57