Files
Abschluss-Projekt/backend/package.json
2025-11-28 09:35:02 +01:00

21 lines
393 B
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0",
"multer": "^2.0.1",
"mysql": "^2.18.1",
"mysql2": "^3.14.1",
"sequelize": "^6.37.7"
}
}