eval-server/package.json

19 lines
354 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-07-01 20:13:49 -04:00
"prismarine-chat": "^1.8.0",
"randomstring": "^1.3.0",
2023-07-01 09:07:51 -04:00
"socket.io": "^4.7.1",
"vm2": "^3.9.19"
}
}