package.json 670 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "@opencode-ai/console-function",
  3. "version": "0.14.7",
  4. "$schema": "https://json.schemastore.org/package.json",
  5. "private": true,
  6. "type": "module",
  7. "scripts": {
  8. "typecheck": "tsc --noEmit"
  9. },
  10. "devDependencies": {
  11. "@cloudflare/workers-types": "4.20250522.0",
  12. "@types/node": "catalog:",
  13. "openai": "5.11.0",
  14. "typescript": "catalog:"
  15. },
  16. "dependencies": {
  17. "@ai-sdk/anthropic": "2.0.0",
  18. "@ai-sdk/openai": "2.0.2",
  19. "@ai-sdk/openai-compatible": "1.0.1",
  20. "@hono/zod-validator": "catalog:",
  21. "@openauthjs/openauth": "0.0.0-20250322224806",
  22. "ai": "catalog:",
  23. "hono": "catalog:",
  24. "zod": "catalog:"
  25. }
  26. }