package.json 1.6 KB

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