{
  "name": "@agoric/client-utils",
  "version": "0.2.0",
  "description": "Utilities for building Agoric clients",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "dist/main.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "yarn run -T tsc --build tsconfig.build.json",
    "codegen": "scripts/codegen.cjs",
    "prepack": "yarn run -T tsc --build tsconfig.build.json",
    "postpack": "git clean -f '*.d.*ts*' '*.tsbuildinfo'",
    "test": "ava",
    "test:c8": "c8 --all ${C8_OPTIONS:-} ava",
    "test:xs": "exit 0",
    "lint-fix": "yarn lint:eslint --fix",
    "lint": "yarn run -T run-s --continue-on-error 'lint:*'",
    "lint:eslint": "yarn run -T eslint .",
    "lint:types": "yarn run -T tsc"
  },
  "devDependencies": {
    "@cosmology/telescope": "^1.12.21",
    "ava": "^5.3.0",
    "c8": "^10.1.3",
    "rimraf": "^6.0.1",
    "ts-blank-space": "^0.6.2"
  },
  "dependencies": {
    "@agoric/casting": "0.5.0",
    "@agoric/cosmic-proto": "0.5.0",
    "@agoric/ertp": "0.17.0",
    "@agoric/internal": "0.4.0",
    "@agoric/smart-wallet": "0.6.0",
    "@agoric/vats": "0.16.0",
    "@cosmjs/crypto": "^0.36.0",
    "@cosmjs/proto-signing": "^0.36.0",
    "@cosmjs/stargate": "^0.36.0",
    "@cosmjs/tendermint-rpc": "^0.36.0",
    "@endo/base64": "^1.0.12",
    "@endo/common": "^1.2.13",
    "@endo/errors": "^1.2.13",
    "@endo/marshal": "^1.8.0",
    "@endo/pass-style": "^1.6.3",
    "@endo/patterns": "^1.7.0",
    "@endo/promise-kit": "^1.1.13"
  },
  "ava": {
    "extensions": {
      "js": true,
      "ts": "module"
    },
    "files": [
      "test/**/*.test.*"
    ],
    "nodeArguments": [
      "--import=ts-blank-space/register",
      "--no-warnings"
    ],
    "require": [
      "@endo/init/legacy.js"
    ],
    "timeout": "20m"
  },
  "typeCoverage": {
    "atLeast": 93.39
  },
  "engines": {
    "node": "^20.9 || ^22.11"
  },
  "gitHead": "0922d0447ab8fae9d2d87415964403330b5ca313"
}
