{ "$schema": "https://json.schemastore.org/package.json", "name": "@opencode-ai/httpapi-codegen", "private": true, "type": "module", "exports": { ".": "./src/index.ts" }, "scripts": { "test": "bun test --timeout 5000 --only-failures", "typecheck": "tsgo --noEmit" }, "dependencies": { "effect": "catalog:", "prettier": "3.6.2" }, "devDependencies": { "@tsconfig/bun": "catalog:", "@types/bun": "catalog:", "@typescript/native-preview": "catalog:" } }