-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 975 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 975 Bytes
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": "sterling-test-backend",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "jest --coverage --watch --runInBand",
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@types/jest": "^24.0.17",
"@types/supertest": "^2.0.8",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"celebrate": "^10.0.1",
"connect-redis": "^4.0.2",
"cors": "^2.8.5",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"express-session": "^1.16.2",
"http-status": "^1.3.2",
"jest": "^24.9.0",
"joi": "^14.3.1",
"jwt-simple": "^0.5.6",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"mongoose": "^5.6.7",
"mongoose-unique-validator": "^2.0.3",
"morgan": "^1.9.1",
"nodemon": "^1.19.1",
"redis": "^2.8.0",
"supertest": "^4.0.2",
"uuid": "^3.3.3"
}
}