Files
Hackathon_2025/backend/package.json
2025-09-09 15:26:02 +02:00

17 lines
276 B
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "",
"license": "MIT",
"author": "",
"type": "module",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"dotenv": "^17.2.2",
"mysql2": "^3.14.5"
}
}