{
  "name": "@axiom-crypto/client",
  "version": "2.1.1",
  "author": "Intrinsic Technologies",
  "license": "MIT",
  "description": "Client SDK to write custom queries for Axiom, the ZK Coprocessor for Ethereum.",
  "main": "index.js",
  "types": "index.d.ts",
  "browser": "web/index.js",
  "keywords": [
    "axiom",
    "ethereum",
    "zero knowledge",
    "zk",
    "coprocessor",
    "crypto"
  ],
  "dependencies": {
    "@axiom-crypto/circuit": "2.1.1",
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "prompts": "^2.4.2",
    "viem": "2.8.18"
  },
  "bin": {
    "axiom": "./cli/index.js"
  }
}