File tree 2 files changed +0
-386
lines changed
2 files changed +0
-386
lines changed Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"scripts" : {
40
- "prepare" : " simple-git-hooks" ,
41
40
"build" : " pkgroll --minify" ,
42
41
"lint" : " eslint --cache ." ,
43
42
"type-check" : " tsc" ,
46
45
"dev" : " tsx watch --conditions=development tests" ,
47
46
"prepack" : " pnpm build && clean-pkg-json"
48
47
},
49
- "simple-git-hooks" : {
50
- "pre-commit" : " pnpm lint-staged"
51
- },
52
- "lint-staged" : {
53
- "*.ts" : " pnpm lint"
54
- },
55
48
"dependencies" : {
56
49
"terminal-columns" : " ^1.4.1" ,
57
50
"type-flag" : " ^3.0.0"
62
55
"clean-pkg-json" : " ^1.2.0" ,
63
56
"eslint" : " ^8.27.0" ,
64
57
"kolorist" : " ^1.7.0" ,
65
- "lint-staged" : " ^13.1.2" ,
66
58
"manten" : " ^0.6.1" ,
67
59
"nanospy" : " ^0.5.0" ,
68
60
"pkgroll" : " ^1.9.0" ,
69
- "simple-git-hooks" : " ^2.8.1" ,
70
61
"tsd" : " ^0.31.2" ,
71
62
"tsx" : " ^3.12.3" ,
72
63
"typescript" : " ^5.7.3"
You can’t perform that action at this time.
0 commit comments