summaryrefslogtreecommitdiffhomepage
path: root/js/package.json
blob: 3703c10b0df50a8d21999a5bc5566e0ca2d7f0d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "opencode",
  "type": "module",
  "private": true,
  "devDependencies": {
    "@tsconfig/bun": "^1.0.7",
    "@types/bun": "latest",
    "@types/react": "18",
    "ink": "^5.2.1",
    "ink-text-input": "^6.0.0",
    "react": "^18.0.0"
  },
  "peerDependencies": {
    "typescript": "5"
  },
  "dependencies": {
    "@ai-sdk/anthropic": "^2.0.0-alpha.2",
    "@flystorage/file-storage": "^1.1.0",
    "@flystorage/local-fs": "^1.1.0",
    "@hono/zod-validator": "^0.5.0",
    "ai": "^5.0.0-alpha.2",
    "clipanion": "^4.0.0-rc.4",
    "hono": "^4.7.10",
    "hono-openapi": "^0.4.8",
    "zod": "^3.25.3",
    "zod-openapi": "^4.2.4"
  }
}