mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 14:44:46 +00:00
21 lines
407 B
JSON
21 lines
407 B
JSON
{
|
|
"name": "github",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"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": "catalog:",
|
|
"@opencode-ai/sdk": "workspace:*"
|
|
}
|
|
}
|