-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.41 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.41 KB
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
45
46
47
48
49
50
51
52
53
54
{
"name": "office-backenddb",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "jest --watch",
"start": "nodemon dist/server.js",
"dev": "concurrently \"npx tsc --watch\" \"nodemon -q dist/server.js\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-ses": "^3.76.0",
"@types/express": "^4.17.13",
"@types/jest": "^27.5.1",
"@types/method-override": "^0.0.32",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.34",
"aws-sdk": "^2.1131.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-async-errors": "^3.1.1",
"express-graphql": "^0.12.0",
"express-validator": "^6.14.0",
"formidable": "^2.0.1",
"graphql": "^15.8.0",
"helmet": "^5.0.2",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mongodb": "^4.5.0",
"mongoose": "^6.2.10",
"multer": "^1.4.4",
"multer-s3": "^2.10.0",
"nodemailer": "^6.7.3",
"nodemailer-sendcloud-transport": "^0.0.2",
"nodemon": "^2.0.16",
"pm2": "^5.2.0",
"socket.io": "^4.4.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/jsonwebtoken": "^8.5.8",
"@types/nodemailer": "^6.4.4",
"concurrently": "^7.2.1"
}
}