{
  "name": "@inventivetalent/express-github-webhook",
  "version": "1.0.3",
  "description": "Express middleware to validate GitHub webhooks",
  "license": "MIT",
  "main": "dist/src/index.js",
  "typings": "dist/src/index",
  "author": {
    "name": "Haylee Schäfer",
    "email": "mail@inventivetalent.org",
    "url": "https://inventivetalent.dev"
  },
  "homepage": "https://github.com/InventivetalentDev/express-github-webhook#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/InventivetalentDev/express-github-webhook"
  },
  "bugs": "https://github.com/InventivetalentDev/express-github-webhook/issues",
  "scripts": {
    "clean": "rm -rf dist",
    "test": "mocha -r ts-node/register test/**.ts",
    "compile": "tsc",
    "build": "npm run clean && npm run compile"
  },
  "dependencies": {
    "express": "^4.17.1"
  },
  "devDependencies": {
    "@types/chai": "^4.2.18",
    "@types/express": "^4.17.12",
    "@types/mocha": "^8.2.2",
    "@types/node": "^15.12.1",
    "chai": "^4.3.4",
    "mocha": "^8.4.0",
    "ts-node": "^10.0.0",
    "typescript": "^4.3.2"
  }
}
