{
  "name": "@haven_ai/sdk",
  "version": "0.4.0-alpha.0",
  "description": "TypeScript SDK for Haven — give AI agents budgeted, non-custodial payment ability. Pay x402 (HTTP 402) APIs in USDC within on-chain-enforced spending limits; the agent never holds funds or keys.",
  "engines": {
    "node": ">=22"
  },
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist",
    "README.md",
    "examples"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "haven",
    "ai-agent",
    "agent-payments",
    "x402",
    "402",
    "payments",
    "spending-limit",
    "budget",
    "usdc",
    "non-custodial",
    "mcp",
    "agentic-commerce",
    "web3"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/d-hinders/Haven-AI.git",
    "directory": "packages/sdk"
  },
  "dependencies": {
    "ethers": "^6.13.0",
    "viem": "^2.51.0",
    "x402": "^1.2.0"
  },
  "devDependencies": {
    "@x402/core": "2.17.0",
    "tsup": "^8.0.0",
    "typescript": "^5.7.0",
    "vitest": "^3.2.4"
  },
  "homepage": "https://github.com/d-hinders/Haven-AI"
}
