cloudaxe-opencode/packages/function/package.json

21 lines
482 B
JSON
Raw Normal View History

2025-05-23 18:17:45 +00:00
{
2025-10-05 01:33:39 +00:00
"name": "@opencode-ai/function",
2026-01-23 02:38:33 +00:00
"version": "1.1.33",
2025-05-23 18:17:45 +00:00
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"license": "MIT",
2025-05-23 18:17:45 +00:00
"devDependencies": {
"@cloudflare/workers-types": "catalog:",
2025-10-17 02:27:28 +00:00
"@tsconfig/node22": "22.0.2",
2025-08-05 01:08:28 +00:00
"@types/node": "catalog:",
"typescript": "catalog:"
},
"dependencies": {
"@octokit/auth-app": "8.0.1",
"@octokit/rest": "catalog:",
2025-07-29 20:39:48 +00:00
"hono": "catalog:",
"jose": "6.0.11"
2025-05-23 18:17:45 +00:00
}
}