Lib39/package.json
2026-02-20 14:47:24 +08:00

14 lines
252 B
JSON

{
"devDependencies": {
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"cz-git": "^1.12.0",
"git-cz": "^4.9.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}