{
  "name": "@octokit/webhooks-methods",
  "publishConfig": {
    "access": "public"
  },
  "version": "3.0.3",
  "description": "Methods to handle GitHub Webhook requests",
  "repository": "github:octokit/webhooks-methods.js",
  "keywords": [
    "github",
    "api",
    "sdk",
    "toolkit"
  ],
  "author": "Gregor Martynus (https://dev.to/gr2m)",
  "license": "MIT",
  "devDependencies": {
    "@octokit/tsconfig": "^1.0.2",
    "@pika/plugin-ts-standard-pkg": "^0.9.2",
    "@types/jest": "^29.0.0",
    "@types/node": "^18.0.0",
    "esbuild": "^0.17.19",
    "glob": "^10.2.6",
    "jest": "^29.0.0",
    "prettier": "2.8.8",
    "puppeteer": "^20.0.0",
    "semantic-release": "^21.0.0",
    "semantic-release-plugin-update-version-in-files": "^1.1.0",
    "ts-jest": "^29.0.0",
    "typescript": "^5.0.0"
  },
  "jest": {
    "preset": "ts-jest",
    "coverageThreshold": {
      "global": {
        "statements": 100,
        "branches": 100,
        "functions": 100,
        "lines": 100
      }
    },
    "testPathIgnorePatterns": [
      "<rootDir>/node_modules/",
      "<rootDir>/test/deno/"
    ]
  },
  "engines": {
    "node": ">= 14"
  },
  "files": [
    "dist-*/**"
  ],
  "main": "dist-node/index.js",
  "browser": "dist-web/index.js",
  "types": "dist-types/index.d.ts",
  "module": "dist-src/index.js",
  "sideEffects": false
}
