package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "$schema": "https://json.schemastore.org/package.json",
  3. "version": "0.15.18",
  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 ./src/index.ts"
  12. },
  13. "bin": {
  14. "opencode": "./bin/opencode"
  15. },
  16. "exports": {
  17. "./*": "./src/*.ts"
  18. },
  19. "devDependencies": {
  20. "@ai-sdk/amazon-bedrock": "2.2.10",
  21. "@ai-sdk/google-vertex": "3.0.16",
  22. "@octokit/webhooks-types": "7.6.1",
  23. "@parcel/watcher-win32-x64": "2.5.1",
  24. "@standard-schema/spec": "1.0.0",
  25. "@tsconfig/bun": "catalog:",
  26. "@types/bun": "catalog:",
  27. "@types/turndown": "5.0.5",
  28. "@types/yargs": "17.0.33",
  29. "typescript": "catalog:",
  30. "@typescript/native-preview": "catalog:",
  31. "vscode-languageserver-types": "3.17.5",
  32. "@opencode-ai/script": "workspace:*"
  33. },
  34. "dependencies": {
  35. "@actions/core": "1.11.1",
  36. "@actions/github": "6.0.1",
  37. "@agentclientprotocol/sdk": "0.4.9",
  38. "@clack/prompts": "1.0.0-alpha.1",
  39. "@hono/standard-validator": "0.1.5",
  40. "@hono/zod-validator": "catalog:",
  41. "@modelcontextprotocol/sdk": "1.15.1",
  42. "@octokit/graphql": "9.0.2",
  43. "@octokit/rest": "22.0.0",
  44. "@openauthjs/openauth": "catalog:",
  45. "@opencode-ai/plugin": "workspace:*",
  46. "@opencode-ai/script": "workspace:*",
  47. "@opencode-ai/sdk": "workspace:*",
  48. "@parcel/watcher": "2.5.1",
  49. "@pierre/precision-diffs": "catalog:",
  50. "@standard-schema/spec": "1.0.0",
  51. "@zip.js/zip.js": "2.7.62",
  52. "ai": "catalog:",
  53. "chokidar": "4.0.3",
  54. "decimal.js": "10.5.0",
  55. "diff": "catalog:",
  56. "fuzzysort": "3.1.0",
  57. "gray-matter": "4.0.3",
  58. "hono": "catalog:",
  59. "hono-openapi": "1.0.7",
  60. "ignore": "7.0.5",
  61. "jsonc-parser": "3.3.1",
  62. "minimatch": "10.0.3",
  63. "open": "10.1.2",
  64. "remeda": "catalog:",
  65. "tree-sitter": "0.22.4",
  66. "tree-sitter-bash": "0.23.3",
  67. "turndown": "7.2.0",
  68. "ulid": "3.0.1",
  69. "vscode-jsonrpc": "8.2.1",
  70. "web-tree-sitter": "0.22.6",
  71. "xdg-basedir": "5.1.0",
  72. "yargs": "18.0.0",
  73. "zod": "catalog:",
  74. "zod-to-json-schema": "3.24.5"
  75. }
  76. }