package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "$schema": "https://json.schemastore.org/package.json",
  3. "version": "0.3.113",
  4. "name": "opencode",
  5. "type": "module",
  6. "private": true,
  7. "scripts": {
  8. "typecheck": "tsc --noEmit",
  9. "dev": "bun run --conditions=development ./src/index.ts"
  10. },
  11. "bin": {
  12. "opencode": "./bin/opencode"
  13. },
  14. "exports": {
  15. "./*": "./src/*.ts"
  16. },
  17. "devDependencies": {
  18. "@ai-sdk/amazon-bedrock": "2.2.10",
  19. "@ai-sdk/anthropic": "1.2.12",
  20. "@octokit/webhooks-types": "7.6.1",
  21. "@standard-schema/spec": "1.0.0",
  22. "@tsconfig/bun": "1.0.7",
  23. "@types/bun": "latest",
  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. "@actions/core": "1.11.1",
  32. "@actions/github": "6.0.1",
  33. "@clack/prompts": "1.0.0-alpha.1",
  34. "@hono/zod-validator": "0.4.2",
  35. "@modelcontextprotocol/sdk": "1.15.1",
  36. "@octokit/graphql": "9.0.1",
  37. "@octokit/rest": "22.0.0",
  38. "@openauthjs/openauth": "0.4.3",
  39. "@opencode-ai/plugin": "workspace:*",
  40. "@opencode-ai/sdk": "workspace:*",
  41. "@standard-schema/spec": "1.0.0",
  42. "@zip.js/zip.js": "2.7.62",
  43. "ai": "catalog:",
  44. "decimal.js": "10.5.0",
  45. "diff": "8.0.2",
  46. "gray-matter": "4.0.3",
  47. "hono": "catalog:",
  48. "hono-openapi": "0.4.8",
  49. "isomorphic-git": "1.32.1",
  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. "vscode-jsonrpc": "8.2.1",
  58. "xdg-basedir": "5.1.0",
  59. "yargs": "18.0.0",
  60. "zod": "catalog:",
  61. "zod-openapi": "4.1.0"
  62. }
  63. }