NetAdmin/package.json
2024-11-04 17:23:02 +08:00

15 lines
246 B
JSON

{
"version": "2.0.0",
"devDependencies": {
"cz-git": "^1.10.1",
"commitizen": "^4.3.1",
"prettier": "^3.3.3",
"standard-version": "^9.5.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}