package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "$schema": "https://json.schemastore.org/package.json",
  3. "version": "1.0.68",
  4. "name": "opencode",
  5. "type": "module",
  6. "private": true,
  7. "scripts": {
  8. "typecheck": "tsgo --noEmit",
  9. "test": "bun test",
  10. "build": "./script/build.ts",
  11. "dev": "bun run --conditions=browser ./src/index.ts",
  12. "random": "echo 'Random script updated at $(date)'",
  13. "build:webgui": "cd webgui && bun run build"
  14. },
  15. "bin": {
  16. "opencode": "./bin/opencode"
  17. },
  18. "exports": {
  19. "./*": "./src/*.ts"
  20. },
  21. "devDependencies": {
  22. "@ai-sdk/amazon-bedrock": "2.2.10",
  23. "@ai-sdk/google-vertex": "3.0.16",
  24. "@babel/core": "7.28.4",
  25. "@octokit/webhooks-types": "7.6.1",
  26. "@parcel/watcher-darwin-arm64": "2.5.1",
  27. "@parcel/watcher-darwin-x64": "2.5.1",
  28. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  29. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  30. "@parcel/watcher-win32-x64": "2.5.1",
  31. "@standard-schema/spec": "1.0.0",
  32. "@tsconfig/bun": "catalog:",
  33. "@types/babel__core": "7.20.5",
  34. "@types/bun": "catalog:",
  35. "@types/turndown": "5.0.5",
  36. "@types/yargs": "17.0.33",
  37. "typescript": "catalog:",
  38. "@typescript/native-preview": "catalog:",
  39. "vscode-languageserver-types": "3.17.5",
  40. "why-is-node-running": "3.2.2",
  41. "zod-to-json-schema": "3.24.5",
  42. "@opencode-ai/script": "workspace:*"
  43. },
  44. "dependencies": {
  45. "@actions/core": "1.11.1",
  46. "@actions/github": "6.0.1",
  47. "@agentclientprotocol/sdk": "0.5.1",
  48. "@clack/prompts": "1.0.0-alpha.1",
  49. "@hono/standard-validator": "0.1.5",
  50. "@hono/zod-validator": "catalog:",
  51. "@iarna/toml": "2.2.5",
  52. "@modelcontextprotocol/sdk": "1.15.1",
  53. "@octokit/graphql": "9.0.2",
  54. "@octokit/rest": "22.0.0",
  55. "@openauthjs/openauth": "catalog:",
  56. "@opencode-ai/plugin": "workspace:*",
  57. "@opencode-ai/script": "workspace:*",
  58. "@opencode-ai/sdk": "workspace:*",
  59. "@opentui/core": "0.1.45",
  60. "@opentui/solid": "0.1.45",
  61. "@parcel/watcher": "2.5.1",
  62. "@pierre/precision-diffs": "catalog:",
  63. "@solid-primitives/event-bus": "1.1.2",
  64. "@standard-schema/spec": "1.0.0",
  65. "@zip.js/zip.js": "2.7.62",
  66. "ai": "catalog:",
  67. "chokidar": "4.0.3",
  68. "clipboardy": "4.0.0",
  69. "decimal.js": "10.5.0",
  70. "diff": "catalog:",
  71. "fuzzysort": "3.1.0",
  72. "gray-matter": "4.0.3",
  73. "hono": "catalog:",
  74. "hono-openapi": "1.1.1",
  75. "ignore": "7.0.5",
  76. "jsonc-parser": "3.3.1",
  77. "minimatch": "10.0.3",
  78. "open": "10.1.2",
  79. "partial-json": "0.1.7",
  80. "remeda": "catalog:",
  81. "solid-js": "catalog:",
  82. "strip-ansi": "7.1.2",
  83. "tree-sitter-bash": "0.25.0",
  84. "turndown": "7.2.0",
  85. "ulid": "catalog:",
  86. "vscode-jsonrpc": "8.2.1",
  87. "web-tree-sitter": "0.25.10",
  88. "xdg-basedir": "5.1.0",
  89. "yargs": "18.0.0",
  90. "zod": "catalog:",
  91. "zod-to-json-schema": "3.24.5"
  92. }
  93. }