added dependecies to later create the jwt token.

Those I have installed with npm, to be more specific with: npm install express cookie-parser body-parser jose
This commit is contained in:
2025-07-22 17:05:41 +02:00
parent c35838b034
commit c2a035ca34
3 changed files with 38 additions and 1 deletions

View File

@@ -12,10 +12,13 @@
"license": "ISC",
"description": "",
"dependencies": {
"body-parser": "^2.2.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^17.2.0",
"ejs": "^3.1.10",
"express": "^5.1.0",
"jose": "^6.0.12",
"mysql2": "^3.14.2"
}
}