2020-11-07 11:35:29 +01:00
|
|
|
{
|
|
|
|
|
"type": "module",
|
|
|
|
|
"dependencies": {
|
2020-11-25 22:03:35 +01:00
|
|
|
"body-parser": "^1.19.0",
|
2020-12-09 00:15:04 +01:00
|
|
|
"exif": "^0.6.0",
|
2020-11-07 11:35:29 +01:00
|
|
|
"express": "^4.17.1",
|
2020-11-08 14:13:43 +01:00
|
|
|
"image-size": "^0.9.3",
|
2020-11-25 22:03:35 +01:00
|
|
|
"multer": "^1.4.2",
|
2021-04-21 09:54:10 +02:00
|
|
|
"sharp": "^0.28.1",
|
2020-11-07 11:35:29 +01:00
|
|
|
"ws": "^7.3.1"
|
2020-12-21 18:34:57 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"jest": "^26.6.3"
|
2020-11-07 11:35:29 +01:00
|
|
|
}
|
|
|
|
|
}
|