NetAdmin/package.json
nsnail 57b71e1354
feat: 计划作业-上次执行耗时 (#133)
Co-authored-by: tk <fiyne1a@dingtalk.com>
2024-06-04 11:57:15 +08:00

14 lines
244 B
JSON

{
"version": "1.1.1",
"devDependencies": {
"cz-git": "^1.9.2",
"commitizen": "^4.3.0",
"prettier": "^3.3.0",
"standard-version": "^9.5.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}