mirror of
https://github.com/nsnail/dot.git
synced 2025-04-13 09:02:50 +08:00
14 lines
244 B
JSON
14 lines
244 B
JSON
{
|
|
"version": "2.1.0",
|
|
"devDependencies": {
|
|
"cz-git": "^1.7.1",
|
|
"commitizen": "^4.3.0",
|
|
"prettier": "^3.1.0",
|
|
"standard-version": "^9.5.0"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "node_modules/cz-git"
|
|
}
|
|
}
|
|
} |