aboutsummaryrefslogtreecommitdiffstats
path: root/backend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'backend/package.json')
-rw-r--r--backend/package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/backend/package.json b/backend/package.json
new file mode 100644
index 0000000..c5f64aa
--- /dev/null
+++ b/backend/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "backend",
+ "version": "1.0.0",
+ "main": "index.js",
+ "license": "MIT",
+ "dependencies": {
+ "bcryptjs": "^2.4.3",
+ "body-parser": "^1.20.2",
+ "cors": "^2.8.5",
+ "dotenv": "^16.4.5",
+ "express": "^4.19.2",
+ "express-rate-limit": "^7.4.0",
+ "express-validator": "^7.1.0",
+ "firebase-admin": "^12.2.0",
+ "jsonwebtoken": "^9.0.2"
+ }
+}