feat: complete day 10

This commit is contained in:
Ayobami
2025-07-16 18:59:35 +01:00
parent 825583e645
commit 001e4b6d00
7 changed files with 280 additions and 38 deletions
+5 -1
View File
@@ -3,18 +3,22 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
"start": "node ./bin/www",
"dev": "node --watch --env-file=.env ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "~4.16.1",
"html-pdf-node": "^1.0.8",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"morgan": "~1.9.1",
"mysql2": "^2.3.3",
"node-input-validator": "^4.5.1",
"qrcode": "^1.5.4",
"sequelize": "^6.15.1"
}
}