{ "hooks": { "pre-commit": "npm run lint", "commit-msg": "npm run commitmsg", "pre-push": "npm run test" } }