summaryrefslogtreecommitdiffhomepage
path: root/github/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'github/package.json')
-rw-r--r--github/package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/github/package.json b/github/package.json
new file mode 100644
index 000000000..3be63d331
--- /dev/null
+++ b/github/package.json
@@ -0,0 +1,19 @@
+{
+ "name": "github",
+ "module": "index.ts",
+ "type": "module",
+ "private": true,
+ "devDependencies": {
+ "@types/bun": "latest"
+ },
+ "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"
+ }
+}