aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 548933402299026adb1fecb97314df0c6deca0e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "private": true,
  "scripts": {
    "postinstall": "husky install"
  },
  "devDependencies": {
    "@commitlint/cli": "^14.1.0",
    "@commitlint/config-conventional": "^14.1.0",
    "commitizen": "^4.2.4",
    "cz-conventional-changelog": "^3.3.0",
    "husky": "^5.0.4"
  }
}