eval-server/package.json

24 lines
511 B
JSON
Raw Normal View History

2023-07-01 09:07:51 -04:00
{
"name": "eval",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2023-09-15 05:59:58 -04:00
"isolated-vm": "^4.6.0",
2023-07-02 00:51:22 -04:00
"minecraft-protocol": "^1.43.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
2023-07-01 20:13:49 -04:00
"prismarine-chat": "^1.8.0",
2023-07-30 21:17:29 -04:00
"prismarine-nbt": "^2.2.1",
2023-07-01 20:13:49 -04:00
"randomstring": "^1.3.0",
2023-07-01 09:07:51 -04:00
"socket.io": "^4.7.1",
"vm2": "^3.9.19"
}
}