diff options
Diffstat (limited to 'backend/package.json')
| -rw-r--r-- | backend/package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/package.json b/backend/package.json new file mode 100644 index 0000000..27ff5c0 --- /dev/null +++ b/backend/package.json @@ -0,0 +1,6 @@ +{ + "dependencies": { + "express": "^4.17.2", + "formidable": "^2.0.1" + } +} |
