Files
hsp-gdh/package.json
Lightemerald 0ddbc437b9 First part of backend rework
- Added the base data structure for the new database
- Added the new routes for the new database
- Reworked the users endpoints
2024-02-26 10:20:29 +01:00

32 lines
749 B
JSON

{
"name": "hsp-gdh",
"module": "index.js",
"type": "module",
"devDependencies": {
"@types/cookie-parser": "^1.4.6",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/nodemailer": "^6.4.14",
"bun-types": "latest",
"eslint": "^8.54.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-rate-limit": "^7.1.4",
"express-slow-down": "^2.0.1",
"jsonwebtoken": "^9.0.2",
"level": "^8.0.1",
"morgan": "^1.10.0",
"mysql2": "^3.6.4",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.10",
"path": "^0.12.7",
"pino": "^8.16.2"
}
}