move files

This commit is contained in:
Zutatensuppe 2020-12-04 23:11:30 +01:00
parent 241e628b07
commit c6899a615b
5 changed files with 3 additions and 3 deletions

11
package.json Normal file
View file

@ -0,0 +1,11 @@
{
"type": "module",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"image-size": "^0.9.3",
"multer": "^1.4.2",
"twing": "^5.0.2",
"ws": "^7.3.1"
}
}