Template
13 lines
302 B
JSON
13 lines
302 B
JSON
{
|
|
"scripts": {
|
|
"commit": "commit",
|
|
"prepare": "husky",
|
|
"generate-swagger": "node scripts/fetch-swagger.js"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.2.1",
|
|
"@commitlint/prompt-cli": "^19.2.1",
|
|
"@commitlint/config-conventional": "^19.1.0",
|
|
"husky": "^9.0.11"
|
|
}
|
|
} |