{"library":"express-github-webhook","install":[{"cmd":"npm install express-github-webhook","imports":["const GithubWebHook = require('express-github-webhook');","const webhookHandler = GithubWebHook({ secret: 'mysecret' });","webhookHandler.on('push', function(repo, data) { ... });"]},{"cmd":"yarn add express-github-webhook","imports":[]},{"cmd":"pnpm add express-github-webhook","imports":[]}]}