{
  "name": "@walletconnect/auth-client",
  "description": "Auth Client for WalletConnect Protocol",
  "version": "2.1.2",
  "author": "WalletConnect, Inc. <walletconnect.com>",
  "homepage": "https://github.com/WalletConnect/auth-client-js/",
  "license": "Apache-2.0",
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.js",
  "unpkg": "dist/index.umd.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "wallet",
    "walletconnect"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "build:pre": "npm run clean",
    "build:types": "tsc",
    "build:source": "rollup --config rollup.config.js",
    "build": "npm run build:pre; npm run build:source; npm run build:types",
    "lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'",
    "prettier": "prettier --check '{src,test}/**/*.{js,ts,jsx,tsx}'",
    "prettier:write": "prettier --check '{src,test}/**/*.{js,ts,jsx,tsx}' --write",
    "test:pre": "rm -rf ./test/test.db",
    "test:run": "vitest run --dir test",
    "test": "npm run test:pre; npm run test:run",
    "test:watch": "vitest watch --dir test",
    "canary": "vitest run --dir test/canary",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=16"
  },
  "dependencies": {
    "@ethersproject/hash": "^5.7.0",
    "@ethersproject/transactions": "^5.7.0",
    "@stablelib/random": "^1.0.2",
    "@stablelib/sha256": "^1.0.1",
    "@walletconnect/core": "^2.10.1",
    "@walletconnect/events": "^1.0.1",
    "@walletconnect/heartbeat": "^1.2.1",
    "@walletconnect/jsonrpc-utils": "^1.0.8",
    "@walletconnect/logger": "^2.0.1",
    "@walletconnect/time": "^1.0.2",
    "@walletconnect/utils": "^2.10.1",
    "events": "^3.3.0",
    "isomorphic-unfetch": "^3.1.0"
  },
  "devDependencies": {
    "@ethersproject/wallet": "^5.7.0",
    "@walletconnect/types": "^2.10.1",
    "aws-sdk": "^2.1169.0",
    "lokijs": "^1.5.12"
  }
}
