{ "hooks": { "pre-commit": "npm run lint", "pre-push": "npm run test && npm version minor" } }