- Listen on raw 'text' packet for Bedrock chat (pattern-based chat event doesn't fire reliably on Bedrock) - Brain: add safety reset for stuck pending_status flag - MariaDB: add retry-on-disconnect for all query methods - Suppress harmless punycode deprecation warning from Node.js - Add mineflayer-bedrock lib packages (mineflayer, prismarine-chunk, prismarine-registry) for movement support - Exclude minecraft-data from git (278MB, installed via npm) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "mineflayer",
|
|
"version": "4.33.0",
|
|
"description": "create minecraft bots with a stable, high level API",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"mocha_test": "mocha --reporter spec --exit",
|
|
"test": "npm run mocha_test",
|
|
"pretest": "npm run lint",
|
|
"lint": "standard && standard-markdown",
|
|
"fix": "standard --fix && standard-markdown --fix",
|
|
"prepublishOnly": "cp docs/README.md README.md"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/PrismarineJS/mineflayer.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bedrock-protocol": "^3.52.0",
|
|
"bedrock-provider": "^3.0.0",
|
|
"expect": "^29.7.0",
|
|
"minecraft-data": "^3.98.0",
|
|
"minecraft-protocol": "^1.61.0",
|
|
"prismarine-biome": "^1.1.1",
|
|
"prismarine-block": "^1.22.0",
|
|
"prismarine-chat": "^1.7.1",
|
|
"prismarine-chunk": "^1.39.0",
|
|
"prismarine-entity": "^2.5.0",
|
|
"prismarine-item": "^1.17.0",
|
|
"prismarine-nbt": "^2.0.0",
|
|
"prismarine-physics": "^1.9.0",
|
|
"prismarine-recipe": "^1.3.0",
|
|
"prismarine-registry": "^1.10.0",
|
|
"prismarine-windows": "^2.9.0",
|
|
"prismarine-world": "^3.6.0",
|
|
"protodef": "^1.18.0",
|
|
"typed-emitter": "^1.0.0",
|
|
"uuid-1345": "^1.0.2",
|
|
"vec3": "^0.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mocha": "^10.0.10",
|
|
"@types/node": "^24.0.6",
|
|
"doctoc": "^2.0.1",
|
|
"minecraft-wrap": "^1.3.0",
|
|
"mineflayer": "file:",
|
|
"mocha": "^11.0.1",
|
|
"protodef-yaml": "^1.5.3",
|
|
"standard": "^17.0.0",
|
|
"standard-markdown": "^7.1.0",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|