This commit is contained in:
Dax Raad
2025-07-23 22:57:44 -04:00
parent b7447dc2d2
commit 66352796ff
25 changed files with 2005 additions and 0 deletions

19
sdks/github/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "github",
"type": "module",
"private": true,
"devDependencies": {
"@octokit/webhooks-types": "^7.6.1",
"@types/bun": "latest",
"@types/node": "^24.0.10"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.1",
"@octokit/graphql": "^9.0.1",
"@octokit/rest": "^22.0.0"
}
}