File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 "docs:dev" : " zola -r docs serve" ,
6969 "docs:preview" : " vitepress preview docs" ,
7070 "example" : " bun --watch run example.ts" ,
71- "example:prod" : " NODE_ENV=production bun run example"
71+ "example:prod" : " NODE_ENV=production bun run example" ,
72+ "postinstall" : " simple-git-hooks"
7273 },
7374 "dependencies" : {
7475 "@standard-schema/spec" : " ^1.0.0" ,
7576 "openapi-types" : " ^12.1.3" ,
7677 "rou3" : " ^0.7.12" ,
77- "scule" : " ^1.3.0"
78+ "scule" : " ^1.3.0" ,
79+ "simple-git-hooks" : " ^2.13.1"
7880 },
7981 "devDependencies" : {
8082 "@aklinker1/check" : " ^2.3.0" ,
9496 "hono" : " ^4.11.2" ,
9597 "jsr" : " ^0.13.5" ,
9698 "mermaid" : " ^11.12.0" ,
99+ "nano-staged" : " ^0.9.0" ,
97100 "oxfmt" : " ^0.40.0" ,
98101 "oxlint" : " ^1.55.0" ,
99102 "publint" : " ^0.3.12" ,
115118 "optional" : true
116119 }
117120 },
121+ "simple-git-hooks" : {
122+ "pre-commit" : " ./node_modules/.bin/nano-staged"
123+ },
124+ "nano-staged" : {
125+ "*" : " oxfmt --no-error-on-unmatched-pattern"
126+ },
118127 "packageManager" : " bun@1.3.10"
119128}
You can’t perform that action at this time.
0 commit comments