DocuCenter/backend/package.json

26 lines
550 B
JSON
Raw Normal View History

2024-12-10 16:32:44 -07:00
{
"name": "backend",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
2024-12-10 20:24:37 -07:00
"@azure/msal-node": "^2.16.2",
2024-12-10 16:32:44 -07:00
"body-parser": "^1.20.3",
"cors": "^2.8.5",
2024-12-10 20:24:37 -07:00
"dotenv": "^16.4.7",
2024-12-10 16:32:44 -07:00
"express": "^4.21.2",
2024-12-12 10:37:37 -07:00
"express-session": "^1.18.1",
2024-12-10 16:32:44 -07:00
"mariadb": "^3.4.0",
2024-12-10 20:24:37 -07:00
"mongodb": "^6.12.0",
2024-12-12 10:37:37 -07:00
"passport": "^0.7.0",
"passport-azure-ad": "^4.3.5",
2024-12-10 20:24:37 -07:00
"redis": "^4.7.0"
2024-12-10 16:32:44 -07:00
}
}