{ "name": "@octokit/webhooks-methods", "publishConfig": { "access": "public" }, "version": "4.0.0", "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": "^2.0.0", "@types/jest": "^29.0.0", "@types/node": "^18.0.0", "esbuild": "^0.18.0", "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": { "transform": { "^.+\\.(ts|tsx)$": [ "ts-jest", { "tsconfig": "test/tsconfig.test.json" } ] }, "coverageThreshold": { "global": { "statements": 100, "branches": 100, "functions": 100, "lines": 100 } }, "testPathIgnorePatterns": [ "/node_modules/", "/test/deno/" ] }, "engines": { "node": ">= 18" }, "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 }