This commit is contained in:
tk
2023-06-06 16:53:37 +08:00
parent ab0af253a4
commit c6facb89df
57 changed files with 534 additions and 414 deletions

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"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"
}
}
}