mirror of
https://github.com/donavon04/DocuCenter.git
synced 2025-01-18 09:40:56 -07:00
30 lines
660 B
JSON
30 lines
660 B
JSON
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@azure/msal-node": "^2.16.2",
|
|
"bcrypt": "^5.1.1",
|
|
"body-parser": "^1.20.3",
|
|
"cookie-parser": "^1.4.7",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^4.21.2",
|
|
"express-session": "^1.18.1",
|
|
"mariadb": "^3.4.0",
|
|
"mongodb": "^6.12.0",
|
|
"mongoose": "^8.9.0",
|
|
"nodemailer": "^6.9.16",
|
|
"passport": "^0.7.0",
|
|
"passport-azure-ad": "^4.3.5",
|
|
"redis": "^4.7.0"
|
|
}
|
|
}
|