{ "commitMessage": "chore(ver): v%s", "scripts": { "postcommit": "git push && git push --tags && npm publish", "precommit": "conventional-changelog -p angular -i CHANGELOG.md -s && git add ." } }