{
  "name": "agentwallet-mastra-plugin",
  "version": "1.0.2",
  "description": "Non-custodial wallet + x402 payments for Mastra agents",
  "keywords": [
    "mastra",
    "ai-agent",
    "wallet",
    "x402",
    "usdc",
    "payments",
    "web3",
    "non-custodial",
    "base",
    "cctp",
    "spend-limits",
    "agentwallet"
  ],
  "author": "AI Agent Economy <max@ai-agent-economy.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/up2itnow0822/agent-wallet-sdk.git",
    "directory": "plugins/mastra"
  },
  "homepage": "https://github.com/up2itnow0822/agent-wallet-sdk#readme",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "prepublishOnly": "npm run typecheck && npm run build && npm run test"
  },
  "peerDependencies": {
    "@mastra/core": ">=0.10.0",
    "agentwallet-sdk": ">=2.4.0",
    "zod": ">=3.0.0"
  },
  "peerDependenciesMeta": {
    "agentwallet-sdk": {
      "optional": false
    }
  },
  "devDependencies": {
    "@mastra/core": "^0.10.5",
    "@types/node": "^22.0.0",
    "agentwallet-sdk": "^2.4.1",
    "tsup": "^8.3.5",
    "typescript": "^5.7.3",
    "viem": "^2.21.54",
    "vitest": "^3.0.5",
    "zod": "^3.24.1"
  },
  "bugs": {
    "url": "https://github.com/up2itnow0822/agent-wallet-sdk/issues"
  }
}