eval-server/package.json
2023-07-01 20:07:51 +07:00

16 lines
291 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": {
"socket.io": "^4.7.1",
"vm2": "^3.9.19"
}
}