-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 908 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
{
"name": "wcm-backend",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"prod": "node ./bin/www",
"test": "jest"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-history-api-fallback": "^1.6.0",
"connect-mongo": "^3.0.0",
"debug": "~4.1.1",
"express": "~4.16.4",
"express-jwt": "^5.3.1",
"express-session": "^1.16.2",
"google-protobuf": "^3.7.0-rc.3",
"grpc": "^1.18.0",
"jsonwebtoken": "^8.5.0",
"mongodb": "^3.1.13",
"morgan": "~1.9.1",
"passport": "^0.4.0",
"passport-json": "^1.2.0",
"passport-local": "^1.0.0",
"winston": "^3.2.1",
"ws": "^6.1.4",
"yaml": "^1.6.0"
},
"devDependencies": {
"@types/jest": "^24.0.11",
"eslint": "^5.14.1",
"eslint-plugin-jest": "^22.4.1",
"jest": "^24.5.0",
"nodemon": "^1.18.10"
}
}