eval-server/package.json
2023-07-31 08:17:29 +07:00

22 lines
482 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": {
"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",
"vm2": "^3.9.19"
}
}