mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 09:10:07 +08:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "@octokit/webhooks",
|
|
"version": "14.0.0",
|
|
"description": "GitHub webhook events toolset for Node.js",
|
|
"keywords": [],
|
|
"repository": "github:octokit/webhooks.js",
|
|
"license": "MIT",
|
|
"author": "Gregor Martynus (https://twitter.com/gr2m)",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@octokit/openapi-webhooks-types": "11.0.0",
|
|
"@octokit/request-error": "^7.0.0",
|
|
"@octokit/webhooks-methods": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/openapi-webhooks": "11.0.0",
|
|
"@octokit/tsconfig": "^4.0.0",
|
|
"@types/express": "^5.0.1",
|
|
"@types/node": "^22.0.0",
|
|
"@vitest/coverage-v8": "^3.0.0",
|
|
"esbuild": "^0.25.0",
|
|
"express": "^5.1.0",
|
|
"get-port": "^7.1.0",
|
|
"prettier": "3.5.3",
|
|
"prettier-plugin-packagejson": "^2.2.9",
|
|
"tsx": "^4.19.3",
|
|
"typescript": "^5.0.0",
|
|
"vitest": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 20"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true
|
|
},
|
|
"files": [
|
|
"dist-*/**",
|
|
"bin/**"
|
|
],
|
|
"types": "dist-types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist-types/index.d.ts",
|
|
"import": "./dist-bundle/index.js",
|
|
"default": "./dist-bundle/index.js"
|
|
},
|
|
"./types": {
|
|
"types": "./dist-types/types.d.ts"
|
|
}
|
|
},
|
|
"source": "dist-src/index.js",
|
|
"sideEffects": false
|
|
}
|