2
0

package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "$schema": "https://json.schemastore.org/package.json",
  3. "version": "0.12.1",
  4. "name": "opencode",
  5. "type": "module",
  6. "private": true,
  7. "scripts": {
  8. "typecheck": "tsc --noEmit",
  9. "build": "./script/build.ts",
  10. "dev": "bun run --conditions=development ./src/index.ts"
  11. },
  12. "bin": {
  13. "opencode": "./bin/opencode"
  14. },
  15. "exports": {
  16. "./*": "./src/*.ts"
  17. },
  18. "devDependencies": {
  19. "@ai-sdk/amazon-bedrock": "2.2.10",
  20. "@octokit/webhooks-types": "7.6.1",
  21. "@standard-schema/spec": "1.0.0",
  22. "@tsconfig/bun": "1.0.7",
  23. "@types/bun": "catalog:",
  24. "@types/turndown": "5.0.5",
  25. "@types/yargs": "17.0.33",
  26. "typescript": "catalog:",
  27. "vscode-languageserver-types": "3.17.5",
  28. "zod-to-json-schema": "3.24.5"
  29. },
  30. "dependencies": {
  31. "@clack/prompts": "1.0.0-alpha.1",
  32. "@hono/standard-validator": "0.1.5",
  33. "@hono/zod-validator": "catalog:",
  34. "@modelcontextprotocol/sdk": "1.15.1",
  35. "@openauthjs/openauth": "0.4.3",
  36. "@opencode-ai/plugin": "workspace:*",
  37. "@opencode-ai/sdk": "workspace:*",
  38. "@standard-schema/spec": "1.0.0",
  39. "@zip.js/zip.js": "2.7.62",
  40. "ai": "catalog:",
  41. "chokidar": "4.0.3",
  42. "decimal.js": "10.5.0",
  43. "diff": "8.0.2",
  44. "gray-matter": "4.0.3",
  45. "hono": "catalog:",
  46. "hono-openapi": "1.0.7",
  47. "ignore": "7.0.5",
  48. "jsonc-parser": "3.3.1",
  49. "minimatch": "10.0.3",
  50. "open": "10.1.2",
  51. "remeda": "catalog:",
  52. "tree-sitter": "0.22.4",
  53. "tree-sitter-bash": "0.23.3",
  54. "turndown": "7.2.0",
  55. "ulid": "3.0.1",
  56. "vscode-jsonrpc": "8.2.1",
  57. "web-tree-sitter": "0.22.6",
  58. "xdg-basedir": "5.1.0",
  59. "yargs": "18.0.0",
  60. "zod": "catalog:"
  61. }
  62. }