package.json 652 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@opencode-ai/console-function",
  3. "version": "1.18.15",
  4. "$schema": "https://json.schemastore.org/package.json",
  5. "private": true,
  6. "type": "module",
  7. "license": "MIT",
  8. "scripts": {
  9. "typecheck": "tsgo --noEmit"
  10. },
  11. "devDependencies": {
  12. "@cloudflare/workers-types": "catalog:",
  13. "@tsconfig/node22": "22.0.2",
  14. "@types/node": "catalog:",
  15. "typescript": "catalog:",
  16. "@typescript/native-preview": "catalog:"
  17. },
  18. "dependencies": {
  19. "@opencode-ai/console-core": "workspace:*",
  20. "@opencode-ai/console-resource": "workspace:*",
  21. "@openauthjs/openauth": "0.0.0-20250322224806",
  22. "zod": "catalog:"
  23. }
  24. }