vizsgaremek/backend_konyvkolcsonzo_v5/package.json
2024-05-06 16:00:46 +02:00

22 lines
421 B
JSON

{
"name": "backend_konyvkolcsonzo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "nodemon index.js"
},
"author": "Aron",
"license": "ISC",
"dependencies": {
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.19.2",
"mysql2": "^3.9.4",
"nodemailer": "^6.9.13",
"nodemon": "^3.1.0"
}
}