{ "$schema": "https://json.schemastore.org/package.json", "version": "1.14.25", "name": "@opencode-ai/llm", "type": "module", "license": "MIT", "private": true, "scripts": { "test": "bun test --timeout 30000", "typecheck": "tsgo --noEmit" }, "exports": { ".": "./src/index.ts", "./*": "./src/*.ts" }, "devDependencies": { "@effect/platform-node": "catalog:", "@tsconfig/bun": "catalog:", "@types/bun": "catalog:", "@typescript/native-preview": "catalog:" }, "dependencies": { "effect": "catalog:" } }