NetAdmin/package.json
2024-04-29 18:20:35 +08:00

15 lines
245 B
JSON

{
"version": "1.1.0",
"devDependencies": {
"cz-git": "^1.9.1",
"commitizen": "^4.3.0",
"prettier": "^3.2.5",
"standard-version": "^9.5.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}