We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d72c12 commit 34cc7b5Copy full SHA for 34cc7b5
package.json
@@ -17,7 +17,7 @@
17
"lint": "biome check .",
18
"lint:fix": "biome check --write .",
19
"format": "biome format --write .",
20
- "prepare": "npm run build",
+ "prepare": "husky",
21
"prepublishOnly": "npm test && npm run build",
22
"start": "node dist/index.js"
23
},
@@ -59,6 +59,7 @@
59
"zod": "^3.25.51"
60
61
"devDependencies": {
62
+ "@biomejs/biome": "^1.9.4",
63
"@commitlint/cli": "^19.6.1",
64
"@commitlint/config-conventional": "^19.6.0",
65
"@semantic-release/changelog": "^6.0.3",
@@ -69,6 +70,7 @@
69
70
"@semantic-release/release-notes-generator": "^14.0.3",
71
"@types/node": "^22.13.2",
72
"@vitest/coverage-v8": "^2.1.8",
73
+ "husky": "^9.1.7",
74
"semantic-release": "^24.2.5",
75
"tsx": "^4.19.2",
76
"typescript": "^5.7.3",
0 commit comments