{
  "name": "nomos-x402-buyer-quickstart",
  "version": "1.0.0",
  "description": "Buy one governed NOMOS full-chain verification via x402 v2 (PAYMENT-SIGNATURE, USDC on Base) and cryptographically verify the signed execution receipt.",
  "type": "module",
  "private": true,
  "scripts": {
    "start": "node buyer_quickstart.mjs",
    "test": "node test/offline_compat_test.mjs"
  },
  "dependencies": {
    "@x402/core": "2.19.0",
    "@x402/evm": "2.19.0",
    "@x402/fetch": "2.19.0",
    "viem": "2.48.11"
  }
}
