{
  "name": "@web3-onboard/sequence",
  "version": "2.0.8",
  "description": "Sequence is the smartest Web3 wallet. Easy, fun and secure.",
  "keywords": [
    "Ethereum",
    "Web3",
    "EVM",
    "dapp",
    "Multichain",
    "Wallet",
    "Transaction",
    "Provider",
    "Hardware Wallet",
    "Notifications",
    "React",
    "Svelte",
    "Vue",
    "Next",
    "Nuxt",
    "MetaMask",
    "Coinbase",
    "WalletConnect",
    "Ledger",
    "Trezor",
    "Connect Wallet",
    "Ethereum Hooks",
    "Blocknative",
    "Mempool",
    "pending",
    "confirmed",
    "Injected Wallet"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/blocknative/web3-onboard.git",
    "directory": "packages/core"
  },
  "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": {
    "typescript": "^4.5.5"
  },
  "dependencies": {
    "@web3-onboard/common": "^2.3.3",
    "0xsequence": "^0.43.1"
  },
  "peerDependencies": {
    "0xsequence": ">=0.43.0",
    "ethers": ">=5.5"
  }
}
