-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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": "adcs_backend",
"version": "1.0.0",
"description": "The server side for ADCS",
"main": "index.js",
"scripts": {
"test": "jest --watchAll --verbose --coverage --maxWorkers=1",
"lint": "eslint --ignore-path tests/ . .gitignore ."
},
"author": "eyob muktar",
"license": "MIT",
"dependencies": {
"bcrypt": "^3.0.8",
"body-parser": "^1.19.0",
"composer": "^4.1.0",
"config": "^3.2.5",
"cors": "^2.8.5",
"escape-html": "^1.0.3",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-jwt-blacklist": "^1.1.0",
"express-rate-limit": "^5.1.1",
"fawn": "^2.1.5",
"helmet": "^3.23.3",
"jsonwebtoken": "^8.5.1",
"jwt": "^0.2.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"mongoose": "^5.13.15",
"morgan": "^1.9.1",
"node-esapi": "^0.0.1",
"rate-limiter-flexible": "^2.1.3",
"winston": "^3.2.1",
"winston-mongodb": "^5.0.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"jest": "^25.1.0",
"mocha": "^7.0.1",
"nodemon": "^2.0.2",
"supertest": "^4.0.2"
}
}