package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "$schema": "https://json.schemastore.org/package.json",
  3. "version": "0.14.6",
  4. "name": "opencode",
  5. "type": "module",
  6. "private": true,
  7. "scripts": {
  8. "typecheck": "tsc --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. "@standard-schema/spec": "1.0.0",
  24. "@tsconfig/bun": "1.0.7",
  25. "@types/bun": "catalog:",
  26. "@types/turndown": "5.0.5",
  27. "@types/yargs": "17.0.33",
  28. "typescript": "catalog:",
  29. "vscode-languageserver-types": "3.17.5",
  30. "zod-to-json-schema": "3.24.5"
  31. },
  32. "dependencies": {
  33. "@clack/prompts": "1.0.0-alpha.1",
  34. "@hono/standard-validator": "0.1.5",
  35. "@hono/zod-validator": "catalog:",
  36. "@modelcontextprotocol/sdk": "1.15.1",
  37. "@openauthjs/openauth": "0.4.3",
  38. "@opencode-ai/plugin": "workspace:*",
  39. "@opencode-ai/sdk": "workspace:*",
  40. "@standard-schema/spec": "1.0.0",
  41. "@zip.js/zip.js": "2.7.62",
  42. "ai": "catalog:",
  43. "chokidar": "4.0.3",
  44. "decimal.js": "10.5.0",
  45. "diff": "8.0.2",
  46. "fuzzysort": "3.1.0",
  47. "gray-matter": "4.0.3",
  48. "hono": "catalog:",
  49. "hono-openapi": "1.0.7",
  50. "ignore": "7.0.5",
  51. "jsonc-parser": "3.3.1",
  52. "minimatch": "10.0.3",
  53. "open": "10.1.2",
  54. "remeda": "catalog:",
  55. "tree-sitter": "0.22.4",
  56. "tree-sitter-bash": "0.23.3",
  57. "turndown": "7.2.0",
  58. "ulid": "3.0.1",
  59. "vscode-jsonrpc": "8.2.1",
  60. "web-tree-sitter": "0.22.6",
  61. "xdg-basedir": "5.1.0",
  62. "yargs": "18.0.0",
  63. "zod": "catalog:"
  64. }
  65. }