blob: 04f5ffbcf41e278160a713ec52b1912f8ec77051 [file] [log] [blame]
Chris Kay46e17f92020-12-09 12:56:27 +00001{
2 "private": true,
3 "scripts": {
4 "postinstall": "husky install"
5 },
6 "devDependencies": {
Chris Kay98b26e32020-12-09 16:52:03 +00007 "@commitlint/cli": "^11.0.0",
8 "@commitlint/config-conventional": "^11.0.0",
Chris Kay1c8a4962020-12-09 14:35:46 +00009 "commitizen": "^4.2.2",
10 "cz-conventional-changelog": "^3.3.0",
Chris Kay46e17f92020-12-09 12:56:27 +000011 "husky": "^5.0.4"
12 }
13}