{
  "name": "@zkp2p/cash",
  "version": "0.6.0",
  "description": "Peer Cash - offramp-only SDK for routing Relay or NEAR Intents assets to Base USDC, then cashing out to fiat at zero-spread Chainlink market rates.",
  "license": "MIT",
  "author": "Peer (https://peer.xyz)",
  "type": "module",
  "sideEffects": false,
  "engines": {
    "node": ">=22"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/zkp2p/peer-cash#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zkp2p/peer-cash.git"
  },
  "bugs": {
    "url": "https://github.com/zkp2p/peer-cash/issues"
  },
  "keywords": [
    "zkp2p",
    "peer",
    "offramp",
    "usdc",
    "base",
    "crypto-to-fiat",
    "venmo",
    "chainlink",
    "viem",
    "agent",
    "payments",
    "sdk",
    "near-intents",
    "zcash"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "react": [
        "./dist/react.d.ts"
      ],
      "tools": [
        "./dist/tools.d.ts"
      ]
    }
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./react": {
      "import": {
        "types": "./dist/react.d.ts",
        "default": "./dist/react.js"
      },
      "require": {
        "types": "./dist/react.d.cts",
        "default": "./dist/react.cjs"
      }
    },
    "./tools": {
      "import": {
        "types": "./dist/tools.d.ts",
        "default": "./dist/tools.js"
      },
      "require": {
        "types": "./dist/tools.d.cts",
        "default": "./dist/tools.cjs"
      }
    }
  },
  "files": [
    "dist",
    "docs",
    "examples",
    "skills",
    "AGENTS.md",
    "README.md",
    "LICENSE",
    "llms.txt"
  ],
  "scripts": {
    "build": "tsup",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src test examples scripts",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "test": "vitest run",
    "test:watch": "vitest",
    "audit": "bun audit --production",
    "pack:check": "bun scripts/check-packed-package.ts",
    "verify:production-crosschain-relay": "bun scripts/verify-production-crosschain-relay.ts",
    "verify:production-maker": "bun scripts/verify-production-maker.ts",
    "prepack": "bun run build",
    "ci": "bun run typecheck && bun run lint && bun run format:check && bun run test && bun run audit && bun run build && bun run pack:check"
  },
  "dependencies": {
    "@relayprotocol/relay-sdk": "^7.0.1",
    "@zkp2p/sdk": "0.14.2-rc.4",
    "zod": "^4.4.3"
  },
  "peerDependencies": {
    "react": ">=18",
    "viem": ">=2.37.3 <3"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    }
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/node": "^22.20.1",
    "@types/react": "^19.2.18",
    "@types/react-test-renderer": "19.1.0",
    "eslint": "^10.8.1",
    "eslint-config-prettier": "^10.1.8",
    "hono": "^4.13.3",
    "mppx": "^0.8.17",
    "prettier": "^3.9.6",
    "react": "^19.2.8",
    "react-test-renderer": "19.2.8",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.67.0",
    "viem": "^2.55.15",
    "vitest": "^4.1.10"
  }
}
