Fix jwt-token
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user