mirror of
https://github.com/yusufipk/RememberMe.git
synced 2026-09-11 10:56:07 +00:00
20 lines
403 B
JSON
20 lines
403 B
JSON
{
|
|
"dependencies": {
|
|
"compression": "^1.7.4",
|
|
"express": "^4.17.1",
|
|
"helmet": "^4.6.0",
|
|
"joi": "^17.4.1",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"mongoose": "^5.13.3",
|
|
"winston": "^3.3.3",
|
|
"winston-mongodb": "^5.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^27.0.6",
|
|
"supertest": "^6.1.4"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --watchAll --verbose --runInBand --coverage"
|
|
}
|
|
}
|