{ "$schema": "https://json.schemastore.org/package.json", "version": "1.18.4", "name": "@opencode-ai/sdk", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/anomalyco/opencode.git", "directory": "packages/sdk" }, "publishConfig": { "access": "public" }, "files": [ "dist" ], "exports": { ".": "./src/index.ts", "./effect": "./src/effect/index.ts", "./workerd": "./src/workerd.ts", "./workerd/effect": "./src/effect/workerd.ts" }, "scripts": { "build": "bun run script/build.ts", "test": "bun test --timeout 5000", "typecheck": "tsgo -b", "verify:package": "bun run script/verify-package.ts" }, "dependencies": { "@opencode-ai/client": "workspace:*", "@opencode-ai/core": "workspace:*", "@opencode-ai/plugin": "workspace:*", "@opencode-ai/schema": "workspace:*", "@opencode-ai/server": "workspace:*", "@opencode-ai/util": "workspace:*", "effect": "catalog:" }, "devDependencies": { "@opencode-ai/ai": "workspace:*", "@opencode-ai/httpapi-codegen": "workspace:*", "@opencode-ai/protocol": "workspace:*", "@tsconfig/bun": "catalog:", "@types/bun": "catalog:", "@typescript/native-preview": "catalog:" } }