{
  "name": "@ar-agents/mercadopago",
  "version": "0.18.7",
  "description": "Mercado Pago Agent Toolkit for the Vercel AI SDK 6. 89 typed tools across the agent-relevant Mercado Pago API surface: Subscriptions, Payments, Checkout Pro, Marketplace OAuth, Order Management, Customers, Cards, Cuotas, QR, 3DS, Point devices, Webhooks, Stores+POS, Account/Balance/Settlements, Disputes, Lookups, Bank Accounts. Edge Runtime. Vercel KV adapters. OpenTelemetry. Deterministic idempotency. Programmatic HITL on irreversible ops.",
  "keywords": [
    "mercadopago",
    "mp",
    "ai-sdk",
    "vercel-ai",
    "vercel-ai-sdk",
    "agent",
    "agents",
    "agentic",
    "agentic-payments",
    "argentina",
    "argentine",
    "ar",
    "latam",
    "subscriptions",
    "preapproval",
    "checkout-pro",
    "payments",
    "webhook",
    "mcp",
    "edge-runtime",
    "cuotas",
    "qr-pago",
    "fraud-detection",
    "3ds",
    "marketplace",
    "oauth",
    "idempotency",
    "circuit-breaker",
    "opentelemetry"
  ],
  "license": "MIT",
  "author": "Nazareno Clemente <naza@naza.ar>",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/naza00000"
  },
  "homepage": "https://github.com/ar-agents/ar-agents/tree/main/packages/mercadopago",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ar-agents/ar-agents.git",
    "directory": "packages/mercadopago"
  },
  "bugs": {
    "url": "https://github.com/ar-agents/ar-agents/issues"
  },
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "mercadopago": "./bin/mercadopago.js"
  },
  "typesVersions": {
    "*": {
      "vercel-kv": [
        "./dist/vercel-kv.d.ts"
      ],
      "otel": [
        "./dist/otel.d.ts"
      ],
      "testing": [
        "./dist/testing.d.ts"
      ]
    }
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./vercel-kv": {
      "import": {
        "types": "./dist/vercel-kv.d.ts",
        "default": "./dist/vercel-kv.js"
      },
      "require": {
        "types": "./dist/vercel-kv.d.cts",
        "default": "./dist/vercel-kv.cjs"
      }
    },
    "./otel": {
      "import": {
        "types": "./dist/otel.d.ts",
        "default": "./dist/otel.js"
      },
      "require": {
        "types": "./dist/otel.d.cts",
        "default": "./dist/otel.cjs"
      }
    },
    "./testing": {
      "import": {
        "types": "./dist/testing.d.ts",
        "default": "./dist/testing.js"
      },
      "require": {
        "types": "./dist/testing.d.cts",
        "default": "./dist/testing.cjs"
      }
    },
    "./tools.manifest.json": "./tools.manifest.json"
  },
  "files": [
    "dist",
    "bin",
    "cookbook",
    "README.md",
    "AGENTS.md",
    "CHANGELOG.md",
    "MIGRATION.md",
    "LICENSE",
    "tools.manifest.json"
  ],
  "size-limit": [
    {
      "name": "ESM",
      "path": "dist/index.js",
      "limit": "50 KB",
      "ignore": [
        "node:crypto",
        "crypto"
      ]
    },
    {
      "name": "CJS",
      "path": "dist/index.cjs",
      "limit": "50 KB",
      "ignore": [
        "node:crypto",
        "crypto"
      ]
    }
  ],
  "peerDependencies": {
    "@opentelemetry/api": ">=1.0.0",
    "@vercel/kv": ">=2.0.0",
    "ai": ">=6.0.0",
    "zod": ">=3.0.0"
  },
  "peerDependenciesMeta": {
    "@opentelemetry/api": {
      "optional": true
    },
    "@vercel/kv": {
      "optional": true
    }
  },
  "devDependencies": {
    "@fast-check/vitest": "^0.4.1",
    "@opentelemetry/api": "^1.9.1",
    "@types/node": "^20.19.39",
    "@types/qrcode": "^1.5.6",
    "@vercel/kv": "^3.0.0",
    "ai": "^7.0.0",
    "fast-check": "^4.7.0",
    "msw": "^2.6.0",
    "tsup": "^8.3.5",
    "typescript": "^5.9.3",
    "vitest": "^2.1.8",
    "zod": "^4.4.3"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "qrcode": "^1.5.4",
    "@ar-agents/core": "^0.4.1"
  },
  "scripts": {
    "build": "tsup",
    "test": "vitest run --exclude='test/integration/**'",
    "test:integration": "vitest run test/integration/",
    "bench": "vitest bench --run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "lint": "echo 'no lint configured yet'",
    "validate": "publint && attw --pack .",
    "size": "size-limit",
    "clean": "rm -rf dist"
  }
}