eval-server/package.json

24 lines
510 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": {
2024-10-18 22:18:01 -04:00
"@n8n/vm2": "^3.9.25",
2024-10-19 00:12:34 -04:00
"axios": "^1.7.7",
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",
2024-10-18 22:18:01 -04:00
"socket.io": "^4.7.1"
2023-07-01 09:07:51 -04:00
}
}