19 lines
393 B
JSON
19 lines
393 B
JSON
{
|
|
"name": "@mintel/husky-config",
|
|
"version": "1.8.0",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://npm.infra.mintel.me"
|
|
},
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./commitlint": "./commitlint.js",
|
|
"./lint-staged": "./lint-staged.js"
|
|
},
|
|
"dependencies": {
|
|
"@commitlint/config-conventional": "^20.4.0"
|
|
}
|
|
}
|