package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "$schema": "https://json.schemastore.org/package.json",
  3. "version": "0.0.0",
  4. "name": "opencode",
  5. "type": "module",
  6. "private": true,
  7. "scripts": {
  8. "typecheck": "tsc --noEmit",
  9. "dev": "bun run ./src/index.ts"
  10. },
  11. "exports": {
  12. "./*": "./src/*.ts"
  13. },
  14. "devDependencies": {
  15. "@ai-sdk/amazon-bedrock": "2.2.10",
  16. "@ai-sdk/anthropic": "1.2.12",
  17. "@tsconfig/bun": "1.0.7",
  18. "@types/bun": "latest",
  19. "@types/turndown": "5.0.5",
  20. "@types/yargs": "17.0.33",
  21. "typescript": "catalog:",
  22. "zod-to-json-schema": "3.24.5"
  23. },
  24. "dependencies": {
  25. "@clack/prompts": "0.11.0",
  26. "@flystorage/file-storage": "1.1.0",
  27. "@flystorage/local-fs": "1.1.0",
  28. "@hono/zod-validator": "0.5.0",
  29. "@openauthjs/openauth": "0.4.3",
  30. "@standard-schema/spec": "1.0.0",
  31. "ai": "catalog:",
  32. "decimal.js": "10.5.0",
  33. "diff": "8.0.2",
  34. "env-paths": "3.0.0",
  35. "hono": "4.7.10",
  36. "hono-openapi": "0.4.8",
  37. "open": "10.1.2",
  38. "remeda": "2.22.3",
  39. "ts-lsp-client": "1.0.3",
  40. "turndown": "7.2.0",
  41. "vscode-jsonrpc": "8.2.1",
  42. "vscode-languageclient": "8",
  43. "xdg-basedir": "5.1.0",
  44. "yargs": "18.0.0",
  45. "zod": "catalog:",
  46. "zod-openapi": "4.2.4",
  47. "zod-validation-error": "3.5.2"
  48. }
  49. }