1 2 3 4 5 6 7 8 9 10 11
{ "private": true, "scripts": { "prepare": "husky" }, "devDependencies": { "@commitlint/cli": "^20.4.1", "@commitlint/config-conventional": "^20.4.1", "husky": "^9.1.7" } }