UNPKG

git-webhook-handler2

Version:

Web handler / middleware for processing GitCode, GitHub, Gitee, Gitlab Webhooks

41 lines (40 loc) 904 B
{ "name": "git-webhook-handler2", "version": "1.0.2", "description": "Web handler / middleware for processing GitCode, GitHub, Gitee, Gitlab Webhooks", "main": "git-webhook-handler.js", "types": "git-webhook-handler.d.ts", "scripts": { "lint": "standard *.js", "test": "npm run lint && node test.js" }, "keywords": [ "node", "webhooks", "github", "gitcode", "gitee", "gitlab", "gitea", "gogs" ], "author": "StrivingRabbit", "repository": { "type": "git", "url": "https://github.com/StrivingRabbit/git-webhook-handler" }, "bugs": { "url": "https://github.com/StrivingRabbit/git-webhook-handler/issues" }, "license": "MIT", "dependencies": { "bl": "~4.0.0" }, "devDependencies": { "@types/node": "*", "run-series": "~1.1.8", "standard": "~14.3.1", "tape": "~4.11.0", "through2": "~3.0.1" } }