NetAdmin/package.json
nsnail 1a28e8d5a6
feat: 框架代码同步 (#158)
[skip ci]

Co-authored-by: tk <fiyne1a@dingtalk.com>
2024-07-22 12:58:10 +08:00

14 lines
244 B
JSON

{
"version": "1.4.0",
"devDependencies": {
"cz-git": "^1.9.3",
"commitizen": "^4.3.0",
"prettier": "^3.3.3",
"standard-version": "^9.5.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}