Files
BOS-React-/backend/package.json
2025-02-10 14:24:56 +05:30

24 lines
481 B
JSON

{
"name": "backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.7.9",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"moment": "^2.30.1",
"mongoose": "^8.9.7",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.10.0"
}
}