{
  "name": "@funkit/wagmi-tools",
  "version": "3.0.48",
  "keywords": [
    "funkit",
    "tools",
    "connect",
    "wagmi",
    "connector",
    "web3"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fun-xyz/funkit.git",
    "directory": "packages/wagmi-tools"
  },
  "publishConfig": {
    "access": "public"
  },
  "description": "Funkit Wagmi Tools",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist/**/*",
    "LICENSE",
    "README.md"
  ],
  "author": "https://fun.xyz/",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^20.17.3",
    "@types/react": "^18.3.0",
    "typescript": "^5.8.2",
    "vitest": "^3.0.9"
  },
  "peerDependencies": {
    "react": "^18.3.0",
    "react-dom": "^18.3.0",
    "viem": "2.x"
  },
  "dependencies": {
    "@wagmi/core": "2.17.2",
    "@funkit/core": "2.3.26",
    "@funkit/chains": "0.3.1"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "node build.js && tsc --emitDeclarationOnly",
    "build:watch": "node build.js --watch",
    "clean": "rm -rf ./dist",
    "dev": "pnpm run watch",
    "lint": "biome check",
    "lint:fix": "biome check --fix",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  }
}