@1stg/commitlint-config
Version:
Personal but Shareable Commitlint Configuration for all 1stG.me projects
23 lines (22 loc) • 633 B
JSON
{
"name": "@1stg/commitlint-config",
"version": "5.1.0",
"type": "module",
"description": "Personal but Shareable Commitlint Configuration for all 1stG.me projects",
"repository": "git+https://github.com/1stG/configs.git",
"author": "JounQin <admin@1stg.me> (https://www.1stG.me)",
"funding": "https://opencollective.com/configs",
"license": "MIT",
"engines": {
"node": ">=18"
},
"main": "index.js",
"dependencies": {
"@commitlint/config-conventional": "^19.8.1",
"@commitlint/config-workspace-scopes": "^19.8.1",
"@pkgr/utils": "^4.0.0"
},
"publishConfig": {
"access": "public"
}
}