package.json 282 Bytes
Newer Older
1
2
3
4
5
6
{
  "private": true,
  "scripts": {
    "postinstall": "husky install"
  },
  "devDependencies": {
Chris Kay's avatar
Chris Kay committed
7
8
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
Chris Kay's avatar
Chris Kay committed
9
10
    "commitizen": "^4.2.2",
    "cz-conventional-changelog": "^3.3.0",
11
12
13
    "husky": "^5.0.4"
  }
}