{
  "name": "@hanzo/commerce",
  "version": "7.6.1",
  "description": "e-commerce framework.",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public",
    "scope": "@hanzo"
  },
  "author": "Hanzo AI, Inc.",
  "license": "BSD-3-Clause",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hanzoai/ui.git",
    "directory": "pkg/commerce"
  },
  "keywords": [
    "cart",
    "hanzoai",
    "hanzo"
  ],
  "scripts": {
    "lat": "npm show @hanzo/commerce version",
    "pub": "npm publish",
    "tc": "tsc",
    "build": "tsc --outDir dist --declaration --emitDeclarationOnly false --module ESNext --esModuleInterop true --skipLibCheck true --sourceMap true"
  },
  "exports": {
    ".": "./index.ts",
    "./types": "./types/index.ts",
    "./client": "./client.ts",
    "./billing": "./billing.ts",
    "./debug": "./service/debug.ts"
  },
  "dependencies": {
    "ethers": "^6.12.0",
    "next-usequerystate": "^1.17.1"
  },
  "peerDependencies": {
    "@hanzo/ui": ">=5.0.0",
    "@hookform/resolvers": "^3.3.4",
    "@radix-ui/react-radio-group": "^1.1.3",
    "lucide-react": ">=0.456.0",
    "mobx": "^6.12.3",
    "mobx-react-lite": "^4.0.7",
    "mobx-utils": "^6.0.8",
    "next": ">=14.2.16",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "react-hook-form": ">=7.51.4",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/react": "18.3.12",
    "@types/react-dom": "18.3.1",
    "cross-fetch": "^4.0.0",
    "typescript": "5.6.3"
  }
}
