opencode_offline/packages/function/package.json

20 lines
461 B
JSON
Raw Normal View History

2025-05-24 02:17:45 +08:00
{
2025-10-05 09:33:39 +08:00
"name": "@opencode-ai/function",
2025-12-16 04:28:44 +08:00
"version": "1.0.158",
2025-05-24 02:17:45 +08:00
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"devDependencies": {
"@cloudflare/workers-types": "catalog:",
2025-10-17 10:27:28 +08:00
"@tsconfig/node22": "22.0.2",
2025-08-05 09:08:28 +08:00
"@types/node": "catalog:",
"typescript": "catalog:"
},
"dependencies": {
"@octokit/auth-app": "8.0.1",
2025-07-11 06:55:13 +08:00
"@octokit/rest": "22.0.0",
2025-07-30 04:39:48 +08:00
"hono": "catalog:",
"jose": "6.0.11"
2025-05-24 02:17:45 +08:00
}
}