wip: 🧠 初步的框架

This commit is contained in:
tk
2023-08-25 15:33:42 +08:00
parent 57c1ba2002
commit 18b4d7547a
1014 changed files with 122380 additions and 2 deletions

12
package.json Normal file
View File

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