1{ 2 "license": "BSD-3-Clause", 3 "private": true, 4 "scripts": { 5 "postinstall": "husky install" 6 }, 7 "devDependencies": { 8 "@commitlint/cli": "^14.1.0", 9 "@commitlint/config-conventional": "^14.1.0", 10 "commitizen": "^4.2.4", 11 "cz-conventional-changelog": "^3.3.0", 12 "husky": "^7.0.4" 13 } 14} 15