22 lines
421 B
JSON
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"
|
|
}
|
|
}
|