mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-25 11:44:22 +01:00
wip: github actions
This commit is contained in:
19
sdks/github/package.json
Normal file
19
sdks/github/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user