{
  "name": "@web3auth/web3auth-wagmi-connector",
  "version": "7.0.0",
  "description": "wagmi connector to connect with web3auth SDK",
  "sideEffects": false,
  "main": "dist/lib.cjs/index.js",
  "jsdelivr": "dist/web3authWagmiConnector.umd.min.js",
  "types": "dist/types/index.d.ts",
  "repository": "https://github.com/Web3Auth/web3auth-wagmi-connector",
  "license": "ISC",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/lib.esm/index.js",
      "require": "./dist/lib.cjs/index.js"
    }
  },
  "keywords": [
    "web3Auth/wagmi",
    "wagmi",
    "web3Auth",
    "blockchain",
    "ethereum"
  ],
  "scripts": {
    "dev": "torus-scripts start",
    "build": "torus-scripts build",
    "release": "torus-scripts release",
    "lint": "eslint --fix 'src/**/*.ts'",
    "prepack": "npm run build",
    "pre-commit": "lint-staged --cwd ."
  },
  "devDependencies": {
    "@changesets/cli": "^2.27.8",
    "@toruslabs/config": "^2.2.0",
    "@toruslabs/eslint-config-typescript": "^3.3.3",
    "@toruslabs/torus-scripts": "^6.1.2",
    "@types/node": "^20",
    "@wagmi/core": "^2.13.5",
    "@web3auth/base": "^9.0.1",
    "@web3auth/modal": "^9.0.1",
    "@web3auth/no-modal": "^9.0.1",
    "@web3auth/auth-adapter": "^9.0.1",
    "changeset": "^0.2.6",
    "cross-env": "^7.0.3",
    "eslint": "^8.56.0",
    "husky": "^9.1.6",
    "lint-staged": "^15.2.10",
    "prettier": "^3.3.3",
    "rimraf": "^6.0.1",
    "ts-node": "^10.9.2",
    "tslib": "^2.7.0",
    "typescript": "^5.6.2",
    "viem": "^2.21.9"
  },
  "peerDependencies": {
    "@wagmi/core": "^2.x",
    "@web3auth/base": "^9.x",
    "@web3auth/modal": "^9.x",
    "@web3auth/no-modal": "^9.x",
    "@web3auth/auth-adapter": "^9.x",
    "viem": "^2.x"
  },
  "peerDependenciesMeta": {
    "@web3auth/modal": {
      "optional": true
    }
  },
  "lint-staged": {
    "!(*d).ts": [
      "eslint --cache --fix",
      "prettier --write"
    ]
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18.x",
    "npm": ">=9.x"
  }
}
