aboutsummaryrefslogtreecommitdiffstats
path: root/backend/package.json
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2023-03-28 20:14:37 +0200
committerMaksymilian Jopek <maks@jopek.eu>2023-03-28 20:14:37 +0200
commit4582aee9c51800f7b236fc9d731829c16254429f (patch)
tree057c40045beeb7db4599c1bdcf96c4040162c362 /backend/package.json
parentd44a5a6c4530691a63204b2231f04e2bcf287907 (diff)
downloadaparatus-4582aee9c51800f7b236fc9d731829c16254429f.tar.gz
aparatus-4582aee9c51800f7b236fc9d731829c16254429f.tar.zst
aparatus-4582aee9c51800f7b236fc9d731829c16254429f.zip
Add backend code to repo
Diffstat (limited to 'backend/package.json')
-rw-r--r--backend/package.json6
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"
+ }
+}