DocuCenter/backend/package.json
2024-12-10 20:24:37 -07:00

23 lines
455 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",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"mariadb": "^3.4.0",
"mongodb": "^6.12.0",
"redis": "^4.7.0"
}
}