-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
43
{
"name": "personnel",
"version": "1.0.0",
"description": "",
"main": "src",
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"dotenv": "^8.0.0",
"express": "^4.16.4",
"express-prom-bundle": "^5.1.2",
"express-winston": "^3.1.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.4.19",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"prom-client": "^11.3.0",
"swagger-jsdoc": "^3.2.8",
"swagger-ui-express": "^4.0.2",
"uuid": "^3.3.2",
"validator": "^11.0.0",
"winston": "^3.2.1"
},
"devDependencies": {
"axios-mock-adapter": "^1.16.0",
"chai": "^4.2.0",
"eslint": "^5.15.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"mocha": "^6.1.3",
"mongodb-memory-server": "^5.0.2",
"nodemon": "^1.18.10"
},
"scripts": {
"start": "node src/",
"dev": "nodemon src/",
"test": "mocha --recursive test",
"lint": "eslint . --fix"
},
"author": "",
"license": "MIT"
}