@octokit/openapi-webhooks
Version:
GitHub's official Webhooks OpenAPI spec with Octokit extensions
34 lines (33 loc) • 720 B
JSON
{
"name": "@octokit/openapi-webhooks",
"version": "12.1.0",
"description": "GitHub's official Webhooks OpenAPI spec with Octokit extensions",
"main": "index.js",
"types": "types.d.ts",
"files": [
"generated/*",
"index.js",
"types.d.ts"
],
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/octokit/openapi-webhooks.git",
"directory": "packages/openapi-webhooks"
},
"keywords": [
"github",
"openapi",
"octokit",
"webhooks"
],
"author": "wolfy1339 <webmaster@wolfy1339.com>",
"license": "MIT",
"publishConfig": {
"access": "public",
"provenance": true
},
"engines": {
"node": "^18.20.0 || >= 20.10.0"
}
}