summaryrefslogtreecommitdiffhomepage
path: root/packages/shared/package.json
blob: 1bb1ca47ef76549dc5e0e6c4755129a6d2b78c76 (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
29
30
31
{
  "$schema": "https://json.schemastore.org/package.json",
  "version": "1.4.6",
  "name": "@opencode-ai/shared",
  "type": "module",
  "license": "MIT",
  "private": true,
  "scripts": {},
  "bin": {
    "opencode": "./bin/opencode"
  },
  "exports": {
    "./*": "./src/*.ts"
  },
  "imports": {},
  "devDependencies": {
    "@types/semver": "catalog:"
  },
  "dependencies": {
    "@effect/platform-node": "catalog:",
    "@npmcli/arborist": "catalog:",
    "effect": "catalog:",
    "mime-types": "3.0.2",
    "minimatch": "10.2.5",
    "semver": "catalog:",
    "zod": "catalog:"
  },
  "overrides": {
    "drizzle-orm": "catalog:"
  }
}