-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (44 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "cleaning-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --detectOpenHandles",
"test:watch": "jest --watch",
"dev": "nodemon server.js",
"seed": "node database/seeds/seeder.js",
"redis": "node redisClientConnection.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@lykmapipo/mongoose-faker": "^0.12.0",
"axios": "^1.2.1",
"bcryptjs": "^2.4.3",
"concurrently": "^7.6.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron": "^2.1.0",
"dotenv": "^16.0.3",
"eslint": "^8.30.0",
"express": "^4.18.2",
"express-validator": "^6.14.2",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.12.1",
"mongoose": "^6.8.0",
"mongoose-fakery": "^0.1.7",
"node-cron": "^3.0.2",
"node-random-name": "^1.0.1",
"node-storage": "^0.0.9",
"nodemailer": "^6.8.0",
"pdf-creator-node": "^2.3.5",
"rate-limiter-flexible": "^2.4.1",
"redis": "^4.5.1"
},
"devDependencies": {
"jest": "^29.3.1",
"nodemon": "^2.0.20",
"supertest": "^6.3.3"
}
}