forked from CSI-KJSCE/BOS-React-
24 lines
481 B
JSON
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"
|
|
}
|
|
}
|