This repository was archived by the owner on Oct 20, 2023. It is now read-only.
File tree 3 files changed +72
-502
lines changed
3 files changed +72
-502
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 12
12
"start" : " node server.js" ,
13
13
"start:dev" : " nodemon server.js" ,
14
14
"test" : " lab -v -c -L" ,
15
- "posttest" : " snyk test" ,
16
15
"coverage" : " lab -v -c -r html -o ./test/artifacts/coverage.html && open ./test/artifacts/coverage.html" ,
17
- "coveralls" : " lab -r lcov | ./node_modules/.bin/coveralls" ,
18
- "snyk:protect" : " snyk protect" ,
19
- "snyk:test" : " snyk test" ,
20
- "snyk:wizard" : " snyk wizard" ,
21
- "snyk:monitor" : " snyk monitor"
16
+ "coveralls" : " lab -r lcov | ./node_modules/.bin/coveralls"
22
17
},
23
18
"eslintConfig" : {
24
19
"extends" : " eslint-config-hapi"
35
30
"good-console" : " ^6.3.1" ,
36
31
"good-squeeze" : " ^5.0.1" ,
37
32
"handlebars" : " ^4.0.6" ,
38
- "hapi" : " ^16.0.1 " ,
33
+ "hapi" : " ^16.0.2 " ,
39
34
"inert" : " ^4.0.3" ,
40
35
"require-dir" : " ^0.3.1" ,
41
36
"vision" : " ^4.1.1" ,
44
39
"devDependencies" : {
45
40
"code" : " ^4.0.0" ,
46
41
"coveralls" : " ^2.11.15" ,
47
- "eslint" : " ^3.11.1 " ,
42
+ "eslint" : " ^3.12.2 " ,
48
43
"eslint-config-hapi" : " ^10.0.0" ,
49
44
"eslint-plugin-hapi" : " ^4.0.0" ,
50
45
"lab" : " ^11.2.1" ,
51
- "nodemon" : " ^1.11.0" ,
52
- "snyk" : " ^1.21.2"
53
- },
54
- "snyk" : true
46
+ "nodemon" : " ^1.11.0"
47
+ }
55
48
}
You can’t perform that action at this time.
0 commit comments