-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 841 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
{
"name": "backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "jest --watch",
"coverage": "jest --coverage"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^5.1.0",
"cookie-parser": "~1.4.4",
"cors": "~2.8.5",
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"http-server": "^13.0.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"mongoose": "^5.13.5",
"mongoose-simple-random": "^0.4.1",
"morgan": "~1.9.1",
"react-bootstrap": "^2.0.0-beta.6",
"swagger-ui-express": "^4.1.6",
"yamljs": "^0.3.0"
},
"devDependencies": {
"axios-mock-adapter": "^1.20.0",
"jest": "^27.0.6",
"mongodb-memory-server": "^7.3.1",
"supertest": "^6.1.6"
}
}