DocuCenter/backend/package.json

23 lines
455 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",
"mariadb": "^3.4.0",
2024-12-10 20:24:37 -07:00
"mongodb": "^6.12.0",
"redis": "^4.7.0"
2024-12-10 16:32:44 -07:00
}
}