{
"name": "mcp-minecraft",
"version": "1.0.34",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --loader ts-node/esm src/index.ts",
"dev": "ts-node-dev --respawn --transpile-only --esm src/index.ts",
"build": "tsc"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "latest",
"@types/node": "^22.10.2",
"minecraft-protocol": "^1.51.0",
"mineflayer": "^4.23.0",
"mineflayer-pathfinder": "^2.4.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/yargs": "^17.0.33",
"ts-node-dev": "^2.0.0"
},
"bin": {
"minecraft-mcp": "./dist/index.js"
}
}