diff options
| author | Frank <[email protected]> | 2025-07-13 23:59:25 +0800 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-07-13 23:59:25 +0800 |
| commit | 7361a02ef33c8e5831b72bde8d958e654f57ab96 (patch) | |
| tree | 1d975835aed9202d0cb7151ad7c2fe9c84d69cf9 /sdks/github/package.json | |
| parent | d465f150fc418ca47b2e63558a31274ea14621b5 (diff) | |
| download | opencode-7361a02ef33c8e5831b72bde8d958e654f57ab96.tar.gz opencode-7361a02ef33c8e5831b72bde8d958e654f57ab96.zip | |
wip: github actions
Diffstat (limited to 'sdks/github/package.json')
| -rw-r--r-- | sdks/github/package.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sdks/github/package.json b/sdks/github/package.json new file mode 100644 index 000000000..e1b9222eb --- /dev/null +++ b/sdks/github/package.json @@ -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" + } +} |
