File tree 4 files changed +31
-282
lines changed
4 files changed +31
-282
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 24
24
"scripts" : {
25
25
"build" : " tsc" ,
26
26
"clean" : " rm -rf dist" ,
27
- "dev" : " node-dev --no-notify src/index.ts" ,
28
27
"fmt" : " prettier --write ." ,
29
28
"fmt:check" : " prettier --check ." ,
30
- "start" : " node --enable-source-maps dist/index.js" ,
31
29
"type-check" : " tsc --noEmit"
32
30
},
33
31
"dependencies" : {
37
35
},
38
36
"devDependencies" : {
39
37
"@tsconfig/node14" : " ^1.0.1" ,
40
- "@types/content-type" : " ^1.1.3 " ,
38
+ "@types/content-type" : " ^1.1.5 " ,
41
39
"@types/node" : " ^14.17.0" ,
42
- "esbuild-register" : " ^2.6.0" ,
43
- "node-dev" : " ^7.0.0" ,
44
- "prettier" : " ^2.3.1" ,
45
- "prettier-plugin-organize-imports" : " ^2.2.0" ,
46
- "prettier-plugin-pkg" : " ^0.9.0" ,
47
- "ts-node" : " ^10.0.0" ,
48
- "typescript" : " ^4.3.4"
40
+ "prettier" : " ^2.4.1" ,
41
+ "prettier-plugin-organize-imports" : " ^2.3.4" ,
42
+ "prettier-plugin-pkg" : " ^0.10.0" ,
43
+ "typescript" : " ^4.4.3"
49
44
}
50
45
}
You can’t perform that action at this time.
0 commit comments