{ "name": "@unionlabs/client", "version": "0.1.3", "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", "test": "vitest --run", "prepublish": "bun run build", "knip": "knip --config='knip.json'", "clean": "rm -rf dist node_modules", "test:typecheck": "vitest --typecheck.only", "typedoc": "bunx typedoc@latest --out .docs ./src/mod.ts", "check": "tsc --noEmit", "check-package": "bunx publint --strict && bunx @arethetypeswrong/cli@latest --pack --ignore-rules 'cjs-resolves-to-esm'" }, "peerDependencies": { "viem": "^2" }, "dependencies": { "@aptos-labs/ts-sdk": "1.35.0", "@cosmjs/amino": "^0.33.0", "@cosmjs/cosmwasm-stargate": "0.33.0", "@cosmjs/proto-signing": "^0.33.0", "@cosmjs/stargate": "0.33.0", "@cosmjs/tendermint-rpc": "^0.33.0", "@scure/base": "^1.2.4", "graphql-request": "^7.1.2", "neverthrow": "^8.1.1", "ofetch": "^1.4.1", "ox": "^0.6.9", "tsconfig-paths": "^4.2.0" }, "devDependencies": { "@total-typescript/ts-reset": "^0.6.1", "@types/bun": "^1.2.2", "@types/node": "^22.13.1", "consola": "^3.4.0", "cosmjs-types": "^0.9.0", "got": "^14.4.6", "gql.tada": "^1.8.10", "jsr": "^0.13.3", "knip": "^5.43.6", "tsup": "^8.3.6", "tsx": "^4.19.2", "viem": "^2.22.21", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.0.5" }, "repository": { "type": "git", "url": "git+https://github.com/unionlabs/union.git", "directory": "typescript-sdk" }, "license": "MIT", "engineStrict": true, "sideEffects": false, "publishConfig": { "access": "public" }, "keywords": ["web3", "cross-chain", "ibc"] }