NetAdmin/package.json
2023-11-17 19:16:24 +08:00

15 lines
244 B
JSON

{
"version": "1.0.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"
}
}
}