11 lines
176 B
JSON
11 lines
176 B
JSON
|
{
|
||
|
"devDependencies": {
|
||
|
"@commitlint/config-conventional": "^17.0.0",
|
||
|
"@commitlint/cli": "^17.0.0",
|
||
|
"husky": "^8.0.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"prepare": "husky install"
|
||
|
}
|
||
|
}
|