{
    "name": "@buidlrrr/rain-sdk",
    "version": "2.0.0",
    "type": "module",
    "description": "Rain SDK",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "exports": {
        ".": {
            "import": "./dist/index.js",
            "types": "./dist/index.d.ts"
        }
    },
    "files": [
        "dist",
        "README.md",
        "AGENTS.md",
        "CHANGELOG.md"
    ],
    "scripts": {
        "build": "tsc",
        "dev": "tsc -w",
        "test": "vitest run",
        "test:watch": "vitest",
        "test:coverage": "vitest run --coverage",
        "test:integration": "tsx scripts/test-all.ts",
        "prepublishOnly": "npm run build"
    },
    "keywords": [
        "web3",
        "account-abstraction",
        "smart-account",
        "rain",
        "viem",
        "alchemy"
    ],
    "author": "Rain Protocol",
    "license": "MIT",
    "peerDependencies": {
        "@account-kit/infra": "^4.48.0",
        "@account-kit/wallet-client": "^0.1.0-alpha.10",
        "@alchemy/aa-alchemy": "^3.0.0",
        "@alchemy/aa-core": "^3.0.0",
        "viem": "^2.0.0"
    },
    "peerDependenciesMeta": {
        "@account-kit/infra": {
            "optional": true
        },
        "@account-kit/wallet-client": {
            "optional": true
        },
        "@alchemy/aa-alchemy": {
            "optional": true
        },
        "@alchemy/aa-core": {
            "optional": true
        }
    },
    "dependencies": {
        "ethers": "^6.16.0",
        "socket.io-client": "^4.8.3",
        "zod": "^3.25.76"
    },
    "devDependencies": {
        "tsx": "^4.21.0",
        "typescript": "^5.9.3",
        "vitest": "^4.0.18"
    }
}
