-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 866 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
36
37
{
"name": "design-pattern",
"version": "1.0.0",
"description": "node design pattern ",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "jest --watchAll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bipinstha7/node-design-pattern.git"
},
"author": "bipin",
"license": "MIT",
"bugs": {
"url": "https://github.com/bipinstha7/node-design-pattern/issues"
},
"homepage": "https://github.com/bipinstha7/node-design-pattern#readme",
"dependencies": {
"bcrypt": "^3.0.4",
"compression": "^1.7.3",
"express": "^4.16.4",
"express-async-errors": "^3.1.1",
"fawn": "^2.1.5",
"helmet": "^3.15.1",
"joi": "^14.3.1",
"joi-objectid": "^2.0.0",
"jsonwebtoken": "^8.5.0",
"mongoose": "^5.4.17",
"winston": "^3.2.1",
"winston-mongodb": "^4.0.3"
},
"devDependencies": {
"jest": "^24.8.0"
}
}