eval-server/package.json

24 lines
539 B
JSON

{
"name": "eval",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@n8n/vm2": "^3.9.25",
"axios": "^1.7.7",
"minecraft-protocol": "^1.43.1",
"mineflayer": "^4.22.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"prismarine-chat": "^1.8.0",
"prismarine-nbt": "^2.2.1",
"randomstring": "^1.3.0",
"socket.io": "^4.7.1"
}
}