{
  "name": "@web3modal/wallet",
  "version": "5.1.11",
  "type": "module",
  "main": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "files": [
    "dist",
    "!tsconfig.tsbuildinfo"
  ],
  "dependencies": {
    "@walletconnect/logger": "2.1.2",
    "zod": "3.22.4",
    "@web3modal/common": "5.1.11",
    "@web3modal/polyfills": "5.1.11"
  },
  "keywords": [
    "web3",
    "crypto",
    "ethereum",
    "web3modal",
    "walletconnect",
    "lit",
    "webcomponents"
  ],
  "author": "WalletConnect <walletconnect.com>",
  "license": "Apache-2.0",
  "homepage": "https://github.com/web3modal/web3modal",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/web3modal/web3modal.git"
  },
  "bugs": {
    "url": "https://github.com/web3modal/web3modal/issues"
  },
  "devDependencies": {
    "jsdom": "24.1.0",
    "vitest": "2.0.3",
    "@vitest/coverage-v8": "2.0.5"
  },
  "scripts": {
    "build:clean": "rm -rf dist",
    "build": "tsc --build",
    "watch": "tsc --watch",
    "typecheck": "tsc --noEmit",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "test": "vitest run --dir tests"
  }
}