{
  "name": "@axiom-crypto/experimental",
  "version": "2.2.43",
  "description": "SDK to build on top of Axiom, the ZK Coprocessor for Ethereum.",
  "author": "Intrinsic Technologies",
  "license": "MIT",
  "main": "index.js",
  "types": "index.d.ts",
  "keywords": [
    "axiom",
    "ethereum",
    "zero knowledge",
    "zk",
    "coprocessor",
    "crypto"
  ],
  "dependencies": {
    "@axiom-crypto/halo2-lib-js": "0.2.10",
    "@axiom-crypto/halo2-wasm": "0.2.7",
    "@axiom-crypto/tools": "^0.3.30",
    "axios": "^1.4.0",
    "bs58": "^5.0.0",
    "ethers": "^6.8.0",
    "merkletreejs": "^0.3.10"
  }
}