-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.07 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
44
45
46
47
{
"name": "maticassignment",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=prod node index.js",
"dev-server": "node index.js",
"test": "NODE_ENV=ci jest --forceExit"
},
"jest": {
"testEnvironment": "node",
"coveragePathIgnorePatterns": [
"/node_modules/"
]
},
"author": "Ajinkya Deshmukh",
"license": "ISC",
"dependencies": {
"async": "^3.1.0",
"body-parser": "^1.19.0",
"cli-progress": "^3.3.1",
"connect-redis": "^4.0.3",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"execution-time": "^1.3.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"gulp": "^4.0.2",
"gulp-nodemon": "^2.4.2",
"helmet": "^3.21.1",
"lodash": "^4.17.15",
"mongodb": "^3.3.3",
"mongoose": "^5.7.5",
"morgan": "^1.9.1",
"nodemon": "^1.19.4",
"redis": "^2.8.0",
"redis-lru": "^0.6.0",
"web3": "^1.2.1"
},
"devDependencies": {
"gulp-jshint": "^2.1.0",
"jest": "^24.9.0",
"jshint": "^2.10.2",
"supertest": "^4.0.2"
}
}