NetAdmin/package.json
2025-03-19 16:31:17 +08:00

14 lines
245 B
JSON

{
"version": "2.3.1",
"devDependencies": {
"cz-git": "^1.11.1",
"commitizen": "^4.3.1",
"prettier": "^3.5.3",
"standard-version": "^9.5.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}