mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-05 20:51:36 -05:00
16 lines
298 B
JSON
16 lines
298 B
JSON
{
|
|
"name": "@pnpm-private/tools",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@commitlint/cli": "8.3.5",
|
|
"@commitlint/config-conventional": "8.3.4",
|
|
"@commitlint/prompt-cli": "8.3.5",
|
|
"husky": "4.2.4"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"commit-msg": "commitlint -e"
|
|
}
|
|
}
|
|
}
|