package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "$schema": "https://json.schemastore.org/package.json",
  3. "version": "0.13.7",
  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. "fuzzysort": "3.1.0",
  46. "gray-matter": "4.0.3",
  47. "hono": "catalog:",
  48. "hono-openapi": "1.0.7",
  49. "ignore": "7.0.5",
  50. "jsonc-parser": "3.3.1",
  51. "minimatch": "10.0.3",
  52. "open": "10.1.2",
  53. "remeda": "catalog:",
  54. "tree-sitter": "0.22.4",
  55. "tree-sitter-bash": "0.23.3",
  56. "turndown": "7.2.0",
  57. "ulid": "3.0.1",
  58. "vscode-jsonrpc": "8.2.1",
  59. "web-tree-sitter": "0.22.6",
  60. "xdg-basedir": "5.1.0",
  61. "yargs": "18.0.0",
  62. "zod": "catalog:"
  63. }
  64. }