summaryrefslogtreecommitdiffhomepage
path: root/packages/function/package.json
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-07-11 05:01:27 +0800
committerFrank <[email protected]>2025-07-11 05:01:27 +0800
commit1c4fd7f28ff776953c8f3b191dc19243e6c6c8d1 (patch)
tree10f64998872a9d459f7a0deb861c129f81ceea0a /packages/function/package.json
parent85805d2c38d0c2e4ddbdc749b5404f316b209c90 (diff)
downloadopencode-1c4fd7f28ff776953c8f3b191dc19243e6c6c8d1.tar.gz
opencode-1c4fd7f28ff776953c8f3b191dc19243e6c6c8d1.zip
Api: add endpoint for getting github app token
Diffstat (limited to 'packages/function/package.json')
-rw-r--r--packages/function/package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/function/package.json b/packages/function/package.json
index 81a1edc92..c033fa058 100644
--- a/packages/function/package.json
+++ b/packages/function/package.json
@@ -8,5 +8,9 @@
"@cloudflare/workers-types": "4.20250522.0",
"typescript": "catalog:",
"@types/node": "catalog:"
+ },
+ "dependencies": {
+ "@octokit/auth-app": "8.0.1",
+ "jose": "6.0.11"
}
}