-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 843 Bytes
/
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
{
"name": "chapter-7",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "16.15.0",
"npm": "8.5.5"
},
"scripts": {
"dev": "nodemon .",
"test": "jest --forceExit"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cloudinary": "^1.30.1",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.7.8",
"pg": "^8.7.3",
"sequelize": "^6.21.3",
"socket.io": "^4.5.1",
"swagger-ui-express": "^4.5.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/jest": "^28.1.6",
"jest": "^28.1.3",
"nodemon": "^2.0.19",
"sequelize-cli": "^6.4.1",
"supertest": "^6.2.4"
}
}