-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "task",
"version": "1.0.0",
"description": "implement middleware",
"main": "server.js",
"scripts": {
"start": "sudo rm -rf ./build && tsc && nodemon ./build/server.js"
},
"author": "atul",
"license": "ISC",
"dependencies": {
"@hapi/joi": "^15.1.1",
"@types/hapi__joi": "^16.0.1",
"@types/nodemailer": "^6.2.1",
"bcrypt": "^3.0.6",
"cors": "^2.8.5",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"express-rate-limit": "^5.0.0",
"helmet": "^3.21.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.7.5",
"morgan": "^1.9.1",
"nodemailer": "^6.3.1",
"redis": "^2.8.0"
},
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"@types/bluebird": "^3.5.28",
"@types/cors": "^2.8.6",
"@types/dotenv": "^6.1.1",
"@types/express": "^4.17.1",
"@types/express-rate-limit": "^3.3.3",
"@types/helmet": "0.0.44",
"@types/jsonwebtoken": "^8.3.4",
"@types/mongoose": "^5.5.19",
"@types/morgan": "^1.7.37",
"@types/node": "^12.7.11",
"bluebird": "^3.7.1",
"winston": "^3.2.1"
}
}