1{ 2 "private": true, 3 "scripts": { 4 "postinstall": "husky install" 5 }, 6 "devDependencies": { 7 "commitizen": "^4.2.2", 8 "cz-conventional-changelog": "^3.3.0", 9 "husky": "^5.0.4" 10 } 11} 12