mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-06 05:02:22 -05:00
17 lines
324 B
JSON
17 lines
324 B
JSON
{
|
|
"name": "@pnpm-private/tools",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^9.1.1",
|
|
"@commitlint/config-conventional": "^9.1.1",
|
|
"@commitlint/prompt-cli": "^9.1.1",
|
|
"husky": "^4.2.5"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"commit-msg": "commitlint -e"
|
|
}
|
|
}
|
|
}
|