summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin/package.json
blob: a4074fbbc7747bb3db4db54affa0c55f7cdb228a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "@opencode-ai/plugin",
  "version": "0.3.113",
  "type": "module",
  "scripts": {
    "typecheck": "tsc --noEmit"
  },
  "exports": {
    ".": "./src/index.ts"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "typescript": "catalog:",
    "@hey-api/openapi-ts": "0.80.1",
    "@tsconfig/node22": "catalog:",
    "@opencode-ai/sdk": "workspace:*"
  }
}