1 | {
|
2 | "name": "@octokit/webhooks",
|
3 | "version": "13.3.0",
|
4 | "description": "GitHub webhook events toolset for Node.js",
|
5 | "keywords": [],
|
6 | "repository": "github:octokit/webhooks.js",
|
7 | "license": "MIT",
|
8 | "author": "Gregor Martynus (https://twitter.com/gr2m)",
|
9 | "type": "module",
|
10 | "dependencies": {
|
11 | "@octokit/openapi-webhooks-types": "8.3.0",
|
12 | "@octokit/request-error": "^6.0.1",
|
13 | "@octokit/webhooks-methods": "^5.0.0"
|
14 | },
|
15 | "devDependencies": {
|
16 | "@octokit/openapi-webhooks": "8.3.0",
|
17 | "@octokit/tsconfig": "^3.0.0",
|
18 | "@types/node": "^20.0.0",
|
19 | "@vitest/coverage-v8": "^2.0.2",
|
20 | "esbuild": "^0.23.0",
|
21 | "express": "^4.17.1",
|
22 | "glob": "^11.0.0",
|
23 | "prettier": "3.3.3",
|
24 | "prettier-plugin-packagejson": "^2.2.9",
|
25 | "ts-node": "^10.0.0",
|
26 | "typescript": "^5.0.0",
|
27 | "vitest": "^2.0.2"
|
28 | },
|
29 | "engines": {
|
30 | "node": ">= 18"
|
31 | },
|
32 | "publishConfig": {
|
33 | "access": "public",
|
34 | "provenance": true
|
35 | },
|
36 | "files": [
|
37 | "dist-*/**",
|
38 | "bin/**"
|
39 | ],
|
40 | "types": "dist-types/index.d.ts",
|
41 | "exports": {
|
42 | ".": {
|
43 | "types": "./dist-types/index.d.ts",
|
44 | "import": "./dist-bundle/index.js",
|
45 | "default": "./dist-bundle/index.js"
|
46 | }
|
47 | },
|
48 | "module": "dist-src/index.js",
|
49 | "sideEffects": false
|
50 | }
|