mc-term
Version:
Play Minecraft and configure bots from the terminal
80 lines (79 loc) • 1.88 kB
JSON
{
"name": "mc-term",
"description": "Play Minecraft and configure bots from the terminal",
"version": "6.0.4",
"license": "MIT",
"bugs": {
"url": "https://github.com/MC-Terminal/minecraft-terminal/issues"
},
"keywords": [
"nodejs",
"javascript",
"bot",
"minecraft",
"console",
"client",
"terminal",
"mod",
"game",
"rcon",
"terminal-based",
"terminal-game",
"terminal-client",
"client",
"mineflayer",
"cli"
],
"engines": {
"node": ">=16.0.0"
},
"author": {
"name": "lv37"
},
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/MC-Terminal/minecraft-terminal.git"
},
"publishConfig": {
"access": "public"
},
"bin": {
"mc-term": "./dist/index.js"
},
"scripts": {
"build": "npm ci; eslint . --fix; tsc; echo",
"pkg": "npm run build; pkg . --compress Brotli --options='max-semi-space-size=128,max-old-space-size=300'",
"prepublishOnly": "npm run build"
},
"main": "./dist/index.js",
"dependencies": {
"@iarna/toml": "^3.0.0",
"axios": "^1.7.2",
"basic-chat-cli": "^0.1.6",
"easy-ansi": "^1.3.0",
"merge": "^2.1.1",
"minecraft-data": "^3.66.0",
"minecraft-protocol": "^1.47.0",
"mineflayer": "^4.20.1",
"mineflayer-maps": "^2.0.2",
"mineflayer-pathfinder": "^2.4.5",
"pngjs": "^7.0.0",
"prismarine-viewer": "^1.28.0",
"proxy-agent": "^6.4.0",
"socks": "^2.8.3",
"vec3": "^0.1.10"
},
"devDependencies": {
"@types/node": "^20.14.8",
"prismarine-block": "^1.17.1",
"prismarine-chat": "^1.10.1",
"prismarine-entity": "^2.4.0",
"prismarine-item": "^1.14.0",
"prismarine-registry": "^1.7.0",
"prismarine-windows": "^2.9.0",
"typed-emitter": "^2.1.0",
"types-package-json": "^2.0.39",
"typescript": "^5.5.2"
}
}