File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 99 "@types/bun" : " ^1.3.4" ,
1010 "bumpp" : " ^10.3.2" ,
1111 "bunup" : " ^0.16.10" ,
12- "simple-git-hooks" : " ^2.13.1" ,
1312 "typescript" : " ^5.9.3" ,
1413 },
1514 "peerDependencies" : {
263262
264263 "semver" : [
" [email protected] " ,
" " , {
"bin" : {
"semver" :
" bin/semver.js" } },
" sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==" ],
265264
266- "simple-git-hooks" : [
" [email protected] " ,
" " , {
"bin" : {
"simple-git-hooks" :
" cli.js" } },
" sha512-WszCLXwT4h2k1ufIXAgsbiTOazqqevFCIncOuUBZJ91DdvWcC5+OFkluWRQPrcuSYd8fjq+o2y1QfWqYMoAToQ==" ],
267-
268265 "std-env" : [
" [email protected] " ,
" " , {},
" sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==" ],
269266
270267 "strip-json-comments" : [
" [email protected] " ,
" " , {},
" sha512-1tB5mhVo7U+ETBKNf92xT4hrQa3pm0MZ0PQvuDnWgAAGHDsfp4lPSpiS6psrSiet87wyGPh9ft6wmhOMQ0hDiw==" ],
Original file line number Diff line number Diff line change 1717 "scripts" : {
1818 "build" : " bunup" ,
1919 "dev" : " bunup --watch" ,
20- "postinstall" : " bun simple-git-hooks" ,
2120 "lint" : " biome check ." ,
2221 "lint:fix" : " biome check --write ." ,
2322 "release" : " bumpp --commit --push --tag" ,
3130 "@types/bun" : " ^1.3.4" ,
3231 "bumpp" : " ^10.3.2" ,
3332 "bunup" : " ^0.16.10" ,
34- "simple-git-hooks" : " ^2.13.1" ,
3533 "typescript" : " ^5.9.3"
3634 },
3735 "peerDependencies" : {
5351 "./package.json" : " ./package.json"
5452 },
5553 "module" : " ./dist/index.js" ,
56- "simple-git-hooks" : {
57- "pre-commit" : " bun run lint && bun run type-check"
58- },
5954 "types" : " ./dist/index.d.ts"
6055}
You can’t perform that action at this time.
0 commit comments