{ "$schema": "https://json.schemastore.org/package.json", "name": "@opencode-ai/sdk", "version": "1.0.68", "type": "module", "scripts": { "typecheck": "tsgo --noEmit", "build": "./script/build.ts" }, "exports": { ".": "./src/index.ts", "./client": "./src/client.ts", "./server": "./src/server.ts" }, "files": [ "dist" ], "devDependencies": { "@hey-api/openapi-ts": "0.81.0", "@tsconfig/node22": "catalog:", "@types/node": "catalog:", "typescript": "catalog:", "@typescript/native-preview": "catalog:" }, "dependencies": {}, "publishConfig": { "directory": "dist" } }