Files
Hackathon_2025/backend/package.json
2025-09-11 20:13:45 +02:00

26 lines
517 B
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "",
"license": "MIT",
"author": "",
"type": "module",
"main": "src/index.js",
"scripts": {
"start": "nodemon --watch src/ node src/init.js"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^17.2.2",
"express": "^5.1.0",
"joi": "^18.0.1",
"joi-to-swagger": "^6.2.0",
"mysql2": "^3.14.5",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}