dot/package.json
2023-06-06 16:59:43 +08:00

12 lines
250 B
JSON

{
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"prettier": "2.8.1",
"prettier-plugin-csharp": "0.6.0-development"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}