package.json 2.7 KB

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