mirror of
https://github.com/yusufipk/RememberMe.git
synced 2026-09-11 19:06:06 +00:00
15 lines
250 B
JSON
15 lines
250 B
JSON
{
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"joi": "^17.4.1",
|
|
"mongoose": "^5.13.3"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^27.0.6",
|
|
"supertest": "^6.1.4"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --watchAll --verbose --coverage"
|
|
}
|
|
}
|