create-crack
Version:
CLI tool for creating crack projects
21 lines (20 loc) • 401 B
JSON
{
"scripts": {
"commit": "git-cz && git push"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"commitizen": "^4.3.1",
"cz-git": "^1.11.1",
"husky": "^9.1.7"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"lint-staged": {
"*.{tsx,ts,jsx,js,json}": ["prettier --check"]
}
}