NetAdmin/package.json
2024-01-26 16:59:16 +08:00

14 lines
244 B
JSON

{
"version": "1.0.0",
"devDependencies": {
"cz-git": "^1.8.0",
"commitizen": "^4.3.0",
"prettier": "^3.2.4",
"standard-version": "^9.5.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}