package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "$schema": "https://json.schemastore.org/package.json",
  3. "version": "0.4.26",
  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. "@octokit/webhooks-types": "7.6.1",
  20. "@standard-schema/spec": "1.0.0",
  21. "@tsconfig/bun": "1.0.7",
  22. "@types/bun": "latest",
  23. "@types/turndown": "5.0.5",
  24. "@types/yargs": "17.0.33",
  25. "typescript": "catalog:",
  26. "vscode-languageserver-types": "3.17.5",
  27. "zod-to-json-schema": "3.24.5"
  28. },
  29. "dependencies": {
  30. "@actions/core": "1.11.1",
  31. "@actions/github": "6.0.1",
  32. "@clack/prompts": "1.0.0-alpha.1",
  33. "@hono/zod-validator": "catalog:",
  34. "@modelcontextprotocol/sdk": "1.15.1",
  35. "@octokit/graphql": "9.0.1",
  36. "@octokit/rest": "22.0.0",
  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. "decimal.js": "10.5.0",
  44. "diff": "8.0.2",
  45. "gray-matter": "4.0.3",
  46. "hono": "catalog:",
  47. "hono-openapi": "0.4.8",
  48. "isomorphic-git": "1.32.1",
  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. "vscode-jsonrpc": "8.2.1",
  57. "xdg-basedir": "5.1.0",
  58. "yargs": "18.0.0",
  59. "zod": "catalog:",
  60. "zod-openapi": "4.1.0"
  61. }
  62. }