eval-server/package.json
2023-09-15 16:59:58 +07:00

23 lines
511 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": {
"isolated-vm": "^4.6.0",
"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"
}
}