mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 11:14:23 +01:00
19 lines
426 B
JSON
19 lines
426 B
JSON
{
|
|
"name": "@opencode-ai/function",
|
|
"version": "0.15.4",
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"typescript": "catalog:"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/auth-app": "8.0.1",
|
|
"@octokit/rest": "22.0.0",
|
|
"hono": "catalog:",
|
|
"jose": "6.0.11"
|
|
}
|
|
}
|