Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/master/package.json
Views: 787
{1"name": "mineflayer",2"version": "4.27.0",3"description": "create minecraft bots with a stable, high level API",4"main": "index.js",5"types": "index.d.ts",6"scripts": {7"mocha_test": "mocha --reporter spec --exit",8"test": "npm run mocha_test",9"pretest": "npm run lint",10"lint": "standard && standard-markdown",11"fix": "standard --fix && standard-markdown --fix",12"prepublishOnly": "cp docs/README.md README.md"13},14"repository": {15"type": "git",16"url": "git://github.com/PrismarineJS/mineflayer.git"17},18"engines": {19"node": ">=22"20},21"license": "MIT",22"dependencies": {23"minecraft-data": "^3.76.0",24"minecraft-protocol": "^1.51.0",25"prismarine-biome": "^1.1.1",26"prismarine-block": "^1.17.0",27"prismarine-chat": "^1.7.1",28"prismarine-chunk": "^1.36.0",29"prismarine-entity": "^2.5.0",30"prismarine-item": "^1.15.0",31"prismarine-nbt": "^2.0.0",32"prismarine-physics": "^1.9.0",33"prismarine-recipe": "^1.3.0",34"prismarine-registry": "^1.10.0",35"prismarine-windows": "^2.9.0",36"prismarine-world": "^3.6.0",37"protodef": "^1.18.0",38"typed-emitter": "^1.0.0",39"vec3": "^0.1.7"40},41"devDependencies": {42"@types/node": "^22.1.0",43"doctoc": "^2.0.1",44"minecraft-wrap": "^1.3.0",45"mineflayer": "file:",46"mocha": "^11.0.1",47"protodef-yaml": "^1.5.3",48"standard": "^17.0.0",49"standard-markdown": "^7.1.0",50"typescript": "^5.4.5"51}52}535455