Skip to content
Open
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"types": "./dist/index.d.ts",
"bin": {
"git-hooks": "./dist/bin/cli.js",
"bun-git-hooks": "./dist/bin/cli.js"
"bun-git-hooks": "^0.2.19"
},
"files": ["README.md", "dist"],
"scripts": {
Expand Down Expand Up @@ -74,29 +74,30 @@
"zip:darwin-arm64": "zip -j bin/git-hooks-darwin-arm64.zip bin/git-hooks-darwin-arm64"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.13",
"@stacksjs/clarity": "^0.3.15",
"@stacksjs/bumpx": "^0.1.84",
"@stacksjs/clarity": "^0.3.23",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.10.2-beta.3",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.8",
"@types/bun": "^1.2.19",
"buddy-bot": "^0.8.8",
"bumpp": "^10.2.0",
"@stacksjs/logsmith": "^0.1.18",
"@types/bun": "^1.2.22",
"buddy-bot": "^0.8.9",
"bumpp": "^10.2.3",
"bun-git-hooks": "^0.2.19",
"bun-plugin-dtsx": "^0.21.12",
"bunfig": "^0.10.1",
"cac": "^6.7.14",
"changelogen": "^0.6.2",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
},
"git-hooks": {
"pre-commit": {
"staged-lint": {
"*.{js,ts,json,yaml,yml,md}": "bun lint:fix"
}
"stagedLint": {
"*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix"
},
"autoRestage": true
},
"commit-msg": "bunx gitlint --edit $1"
"commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG"
},
"overrides": {
"unconfig": "0.3.10"
Expand Down