package.json 848 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@opencode-ai/console-function",
  3. "version": "1.0.179",
  4. "$schema": "https://json.schemastore.org/package.json",
  5. "private": true,
  6. "type": "module",
  7. "scripts": {
  8. "typecheck": "tsgo --noEmit"
  9. },
  10. "devDependencies": {
  11. "@cloudflare/workers-types": "catalog:",
  12. "@tsconfig/node22": "22.0.2",
  13. "@types/node": "catalog:",
  14. "openai": "5.11.0",
  15. "typescript": "catalog:",
  16. "@typescript/native-preview": "catalog:"
  17. },
  18. "dependencies": {
  19. "@ai-sdk/anthropic": "2.0.0",
  20. "@ai-sdk/openai": "2.0.2",
  21. "@ai-sdk/openai-compatible": "1.0.1",
  22. "@hono/zod-validator": "catalog:",
  23. "@opencode-ai/console-core": "workspace:*",
  24. "@opencode-ai/console-resource": "workspace:*",
  25. "@openauthjs/openauth": "0.0.0-20250322224806",
  26. "ai": "catalog:",
  27. "hono": "catalog:",
  28. "zod": "catalog:"
  29. }
  30. }