git-hook-starter/package.json
2025-04-07 12:31:11 +08:00

12 lines
202 B
JSON

{
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"husky": "^9.1.7"
},
"scripts": {
"prepare": "husky"
}
}