package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "$schema": "https://json.schemastore.org/package.json",
  3. "version": "0.15.3",
  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. "zod-to-json-schema": "3.24.5",
  33. "@opencode-ai/script": "workspace:*"
  34. },
  35. "dependencies": {
  36. "@clack/prompts": "1.0.0-alpha.1",
  37. "@hono/standard-validator": "0.1.5",
  38. "@hono/zod-validator": "catalog:",
  39. "@modelcontextprotocol/sdk": "1.15.1",
  40. "@openauthjs/openauth": "catalog:",
  41. "@opencode-ai/plugin": "workspace:*",
  42. "@opencode-ai/script": "workspace:*",
  43. "@opencode-ai/sdk": "workspace:*",
  44. "@parcel/watcher": "2.5.1",
  45. "@standard-schema/spec": "1.0.0",
  46. "@zip.js/zip.js": "2.7.62",
  47. "ai": "catalog:",
  48. "chokidar": "4.0.3",
  49. "decimal.js": "10.5.0",
  50. "diff": "catalog:",
  51. "fuzzysort": "3.1.0",
  52. "gray-matter": "4.0.3",
  53. "hono": "catalog:",
  54. "hono-openapi": "1.0.7",
  55. "ignore": "7.0.5",
  56. "jsonc-parser": "3.3.1",
  57. "minimatch": "10.0.3",
  58. "open": "10.1.2",
  59. "remeda": "catalog:",
  60. "tree-sitter": "0.22.4",
  61. "tree-sitter-bash": "0.23.3",
  62. "turndown": "7.2.0",
  63. "ulid": "3.0.1",
  64. "vscode-jsonrpc": "8.2.1",
  65. "web-tree-sitter": "0.22.6",
  66. "xdg-basedir": "5.1.0",
  67. "yargs": "18.0.0",
  68. "zod": "catalog:"
  69. }
  70. }