puzzle/server/package.json

9 lines
121 B
JSON
Raw Normal View History

2020-11-07 11:35:29 +01:00
{
"type": "module",
"dependencies": {
"express": "^4.17.1",
2020-11-08 14:13:43 +01:00
"image-size": "^0.9.3",
2020-11-07 11:35:29 +01:00
"ws": "^7.3.1"
}
}