Files
bytedance--flowgram.ai/common/autoinstallers/rush-commitlint/package.json
T
wehub-resource-sync 0232b4e2bb
CI / build (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:09:51 +08:00

22 lines
504 B
JSON

{
"name": "rush-commitlint",
"version": "1.0.0",
"private": true,
"author": "fanwenjie.fe@bytedance.com",
"config": {
"commitizen": {
"path": "common/autoinstallers/rush-commitlint/node_modules/cz-customizable"
}
},
"dependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@rushstack/rush-sdk": "^5.150.0",
"commitizen": "^4.2.6",
"cz-customizable": "^7.2.1"
},
"devDependencies": {
"@types/node": "^20"
}
}