eval-server/package.json
2024-10-19 09:18:01 +07:00

22 lines
487 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",
"minecraft-protocol": "^1.43.1",
"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"
}
}