mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 11:14:23 +01:00
20 lines
379 B
JSON
20 lines
379 B
JSON
{
|
|
"name": "github",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/bun": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "1.11.1",
|
|
"@actions/github": "6.0.1",
|
|
"@octokit/graphql": "9.0.1",
|
|
"@octokit/rest": "22.0.0",
|
|
"@opencode-ai/sdk": "0.5.4"
|
|
}
|
|
}
|