{ "$schema": "https://json.schemastore.org/package.json", "name": "@opencode-ai/schema", "version": "1.17.11", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/anomalyco/opencode.git", "directory": "packages/schema" }, "publishConfig": { "access": "public" }, "files": [ "dist" ], "exports": { ".": "./src/index.ts", "./*": "./src/*.ts" }, "scripts": { "build": "bun run script/build.ts", "typecheck": "tsgo --noEmit" }, "dependencies": { "effect": "catalog:" }, "devDependencies": { "@tsconfig/bun": "catalog:", "@types/bun": "catalog:", "@typescript/native-preview": "catalog:", "typescript": "catalog:" } }