{
  "name": "@goat-sdk/wallet-evm",
  "version": "0.3.0",
  "sideEffects": false,
  "files": [
    "dist/**/*",
    "README.md",
    "package.json"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "dependencies": {
    "abitype": "^1.0.6",
    "viem": "2.23.4",
    "zod": "3.23.8",
    "@goat-sdk/core": "0.5.0"
  },
  "peerDependencies": {
    "@goat-sdk/core": "0.5.0"
  },
  "homepage": "https://ohmygoat.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/goat-sdk/goat.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/goat-sdk/goat/issues"
  },
  "keywords": [
    "ai",
    "agents",
    "web3"
  ],
  "scripts": {
    "build": "tsup",
    "clean": "rm -rf dist",
    "test": "vitest run --passWithNoTests"
  }
}