package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "$schema": "https://json.schemastore.org/package.json",
  3. "version": "0.5.5",
  4. "name": "opencode",
  5. "type": "module",
  6. "private": true,
  7. "scripts": {
  8. "typecheck": "tsc --noEmit",
  9. "dev": "bun run --conditions=development ./src/index.ts"
  10. },
  11. "bin": {
  12. "opencode": "./bin/opencode"
  13. },
  14. "exports": {
  15. "./*": "./src/*.ts"
  16. },
  17. "devDependencies": {
  18. "@ai-sdk/amazon-bedrock": "2.2.10",
  19. "@octokit/webhooks-types": "7.6.1",
  20. "@standard-schema/spec": "1.0.0",
  21. "@tsconfig/bun": "1.0.7",
  22. "@types/bun": "latest",
  23. "@types/turndown": "5.0.5",
  24. "@types/yargs": "17.0.33",
  25. "typescript": "catalog:",
  26. "vscode-languageserver-types": "3.17.5",
  27. "zod-to-json-schema": "3.24.5"
  28. },
  29. "dependencies": {
  30. "@clack/prompts": "1.0.0-alpha.1",
  31. "@hono/zod-validator": "catalog:",
  32. "@modelcontextprotocol/sdk": "1.15.1",
  33. "@openauthjs/openauth": "0.4.3",
  34. "@opencode-ai/plugin": "workspace:*",
  35. "@opencode-ai/sdk": "workspace:*",
  36. "@standard-schema/spec": "1.0.0",
  37. "@zip.js/zip.js": "2.7.62",
  38. "ai": "catalog:",
  39. "decimal.js": "10.5.0",
  40. "diff": "8.0.2",
  41. "gray-matter": "4.0.3",
  42. "hono": "catalog:",
  43. "hono-openapi": "0.4.8",
  44. "isomorphic-git": "1.32.1",
  45. "jsonc-parser": "3.3.1",
  46. "minimatch": "10.0.3",
  47. "open": "10.1.2",
  48. "remeda": "catalog:",
  49. "tree-sitter": "0.22.4",
  50. "tree-sitter-bash": "0.23.3",
  51. "turndown": "7.2.0",
  52. "ulid": "3.0.1",
  53. "vscode-jsonrpc": "8.2.1",
  54. "web-tree-sitter": "0.22.6",
  55. "xdg-basedir": "5.1.0",
  56. "yargs": "18.0.0",
  57. "zod": "catalog:",
  58. "zod-openapi": "4.1.0"
  59. }
  60. }