{ "name": "@unionlabs/client", "version": "0.0.26", "homepage": "https://union.build", "description": "Union Labs cross-chain transfers client", "type": "module", "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "default": "./dist/index.mjs" }, "./package.json": "./package.json" }, "files": ["dist", "LICENSE", "README.md", "package.json"], "scripts": { "build": "tsup --config='tsup.config.ts'", "typecheck": "tsc --project tsconfig.json --noEmit", "publish-jsr": "bun ./scripts/publish.ts", "publish-jsr-dry-run": "DRY_RUN=1 bun ./scripts/publish.ts", "test": "vitest --run", "test:typecheck": "vitest --typecheck.only", "check-package": "bunx publint@latest --strict && bunx @arethetypeswrong/cli --pack --ignore-rules 'cjs-resolves-to-esm'", "clean": "rm -rf dist node_modules", "postinstall": "patch-package", "prepublish": "bun run build" }, "dependencies": { "@cosmjs/tendermint-rpc": "^0.32.4", "@cosmjs/cosmwasm-stargate": "0.32.4", "@cosmjs/proto-signing": "^0.32.4", "@cosmjs/stargate": "0.32.4", "@cosmjs/amino": "^0.32.4", "@scure/base": "^1.1.8", "patch-package": "^8.0.0", "neverthrow": "^8.0.0", "ofetch": "^1.3.4", "viem": "^2.21.8" }, "devDependencies": { "@total-typescript/ts-reset": "^0.6.1", "@types/bun": "^1.1.9", "@types/node": "^22.5.5", "consola": "^3.2.3", "cosmjs-types": "^0.9.0", "jsr": "^0.13.2", "tsup": "^8.3.0", "tsx": "^4.19.1", "typescript": "^5.6.2", "vite-tsconfig-paths": "^5.0.1", "vitest": "^2.1.1" }, "repository": { "type": "git", "url": "git+https://github.com/unionlabs/union.git", "directory": "typescript-sdk" }, "license": "MIT", "engineStrict": true, "sideEffects": false, "publishConfig": { "access": "public" } }