12 lines
245 B
JSON
12 lines
245 B
JSON
{
|
|
"scripts": {
|
|
"commit": "commit",
|
|
"prepare": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.2.1",
|
|
"@commitlint/prompt-cli": "^19.2.1",
|
|
"@commitlint/config-conventional": "^19.1.0",
|
|
"husky": "^9.0.11"
|
|
}
|
|
} |