mirror of
https://github.com/sst/opencode.git
synced 2025-08-31 18:27:22 +00:00
18 lines
426 B
JSON
18 lines
426 B
JSON
{
|
|
"name": "@opencode/function",
|
|
"version": "0.5.5",
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "4.20250522.0",
|
|
"@types/node": "catalog:",
|
|
"typescript": "catalog:"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/auth-app": "8.0.1",
|
|
"@octokit/rest": "22.0.0",
|
|
"hono": "catalog:",
|
|
"jose": "6.0.11"
|
|
}
|
|
}
|