UNPKG

@quicksand-cloud/commitlint-config

Version:

QuickSand Cloud Commitlint 配置 - 企业级 Git 提交信息规范化配置,支持中英文提示和 Conventional Commits 规范

55 lines (54 loc) 1.42 kB
{ "name": "@quicksand-cloud/commitlint-config", "version": "0.0.4", "description": "QuickSand Cloud Commitlint 配置 - 企业级 Git 提交信息规范化配置,支持中英文提示和 Conventional Commits 规范", "keywords": [ "commitlint", "commit-message", "git-hooks", "conventional-commits", "quicksand-cloud", "development-standards", "code-quality", "git-workflow", "team-collaboration", "commit-validation", "monorepo", "development-tools", "enterprise-standards", "code-consistency" ], "license": "MIT", "author": { "name": "QuickSand Cloud Team" }, "type": "module", "exports": { ".": "./index.js", "./zh-CN": "./zh-CN.js" }, "main": "./index.js", "files": [ "index.js", "zh-CN.js", "package.json", "README.md" ], "scripts": { "build": "echo \"No build needed for config package\"", "clean": "echo \"No clean needed for config package\"", "dev": "echo \"No dev mode for config package\"", "test": "echo \"No tests specified\" && exit 0" }, "peerDependencies": { "@commitlint/cli": "^19.0.0", "@commitlint/config-conventional": "^19.8.0", "@commitlint/config-pnpm-scopes": "^19.9.0", "@commitlint/cz-commitlint": "^19.8.0", "commitizen": "^4.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }