File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 9
9
},
10
10
"scripts" : {
11
11
"test" : " mocha" ,
12
- "build" : " tsc --declaration "
12
+ "build" : " tsc"
13
13
},
14
14
"files" : [
15
15
" *.json" ,
37
37
},
38
38
"dependencies" : {
39
39
"aws-sdk" : " ^2.689.0" ,
40
- "commander" : " ^5 .1.0" ,
40
+ "commander" : " ^6 .1.0" ,
41
41
"dotenv" : " ^8.2.0" ,
42
42
"winston" : " ^3.2.1"
43
43
},
44
44
"devDependencies" : {
45
45
"@types/node" : " ^14.0.10" ,
46
46
"chai" : " ^4.2.0" ,
47
- "mocha" : " ^7.2.0 " ,
47
+ "mocha" : " ^8.1.3 " ,
48
48
"sinon" : " ^9.0.2" ,
49
- "typescript" : " ^3.9 .3"
49
+ "typescript" : " ^4.0 .3"
50
50
},
51
51
"preferGlobal" : true ,
52
52
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
- "outDir" : " ./build" ,
4
3
"allowJs" : true ,
4
+ "declaration" : true ,
5
+ "outDir" : " ./build" ,
5
6
"target" : " es5"
6
7
},
7
8
"include" : [
You can’t perform that action at this time.
0 commit comments