{
  "name": "@nillion/client-payments",
  "license": "MIT",
  "author": "devsupport@nillion.com",
  "version": "0.1.0",
  "homepage": "https://nillion.pub/client-ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NillionNetwork/client-ts.git"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./src/index.ts",
      "import": "./dist/index.mjs"
    }
  },
  "scripts": {
    "clean": "rm -rf dist dist-test",
    "build": "node esbuild.config.mjs",
    "build:watch": "node esbuild.config.mjs --watch",
    "build:proto": "npx buf generate",
    "test": "npx jasmine-browser-runner runSpecs --config=jasmine.config.mjs",
    "test:build": "npx webpack --config webpack.config.mjs",
    "test:build:watch": "npx webpack --config webpack.config.mjs --watch",
    "test:serve": "npx jasmine-browser-runner serve --config=jasmine.config.mjs"
  },
  "dependencies": {
    "@bufbuild/protobuf": "^2.1.0",
    "@cosmjs/proto-signing": "^0.32.4",
    "@cosmjs/stargate": "^0.32.4",
    "@nillion/client-core": "0.1.0",
    "debug": "^4.3.7",
    "effect": "3.9.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@bufbuild/buf": "^1.44.0",
    "@bufbuild/protoc-gen-es": "^2.1.0",
    "@keplr-wallet/types": "^0.12.130",
    "@types/debug": "^4.1.12",
    "browserslist": "^4.24.0",
    "esbuild-plugin-browserslist": "^0.15.0"
  },
  "files": [
    "dist",
    "src"
  ]
}
