v_1
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "mobile-mgmt-backend",
|
||||
"version": "1.0.0",
|
||||
"description": "Backend API for Mobile Contract Management",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"bcrypt": "^6.0.0",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^5.2.1",
|
||||
"express-rate-limit": "^8.2.1",
|
||||
"jsonwebtoken": "^9.0.3",
|
||||
"multer": "^2.0.1",
|
||||
"otplib": "^13.3.0",
|
||||
"pg": "^8.18.0",
|
||||
"qrcode": "^1.5.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user