{
  "name": "@web3-onboard/zeal",
  "version": "2.0.4",
  "description": "Zeal SDK wallet module for connecting to Web3-Onboard.",
  "keywords": [
    "Ethereum",
    "Web3",
    "EVM",
    "dapp",
    "Multichain",
    "Wallet",
    "Transaction",
    "Provider",
    "Hardware Wallet",
    "Notifications",
    "React",
    "MetaMask",
    "Connect Wallet",
    "Ethereum Hooks",
    "Blocknative",
    "Mempool",
    "pending",
    "confirmed",
    "Injected Wallet",
    "Crypto",
    "Crypto Wallet",
    "Zeal"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/blocknative/web3-onboard.git",
    "directory": "packages/zeal"
  },
  "homepage": "https://onboard.blocknative.com",
  "bugs": "https://github.com/blocknative/web3-onboard/issues",
  "module": "dist/index.js",
  "browser": "dist/index.js",
  "main": "dist/index.js",
  "type": "module",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc -w",
    "type-check": "tsc --noEmit"
  },
  "license": "MIT",
  "devDependencies": {
    "@ethersproject/providers": "^5.5.0",
    "@types/node": "^17.0.21",
    "typescript": "^4.5.5",
    "window": "^4.2.7"
  },
  "dependencies": {
    "@web3-onboard/common": "^2.3.3"
  }
}
