Fix jwt-token

This commit is contained in:
2025-09-23 13:59:41 +02:00
parent 93d87fb73c
commit c58802ea4b
3 changed files with 11 additions and 136 deletions

View File

@@ -5,20 +5,21 @@
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "jest"
"health": "node healthcheck.js"
},
"dependencies": {
"pg": "^8.11.3",
"sequelize": "^6.32.1",
"node-cron": "^3.0.2",
"dotenv": "^16.3.1"
},
"devDependencies": {
"nodemon": "^3.0.1",
"jest": "^29.6.1"
"node-cron": "^3.0.2"
},
"engines": {
"node": ">=18.0.0"
}
},
"keywords": [
"data-retention",
"cleanup",
"microservice"
],
"author": "Drone Detection System",
"license": "MIT"
}