{
  "name": "fluid-wallet-agentkit",
  "version": "1.8.1",
  "description": "Fluid Wallet AgentKit — SDK for the agent economy. MCP compatible. Know Your Agent (KYA) identity via UAI + Pauli Keys. Agentic payments via FADP, swaps via SOR, batch send, and agent skills on Base.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "fluid-wallet": "dist/cli/setup.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "fluid-wallet",
    "agentkit",
    "ai-agent",
    "crypto",
    "web3",
    "mcp",
    "mcp-compatible",
    "model-context-protocol",
    "agent-economy",
    "know-your-agent",
    "kya",
    "fadp",
    "uai",
    "pauli-keys",
    "base-chain",
    "agentic"
  ],
  "license": "MIT",
  "dependencies": {
    "node-fetch": "^3.3.2",
    "readline": "^1.3.0"
  },
  "devDependencies": {
    "typescript": "^5.0.0",
    "@types/node": "^20.0.0"
  }
}
