mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-04-19 21:02:49 +08:00
12 lines
250 B
JSON
12 lines
250 B
JSON
{
|
|
"devDependencies": {
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"prettier": "3.0.2",
|
|
"prettier-plugin-csharp": "0.6.0-development"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
}
|
|
} |