{
  "name": "@walletconnect/utils",
  "description": "Utilities for WalletConnect Protocol",
  "version": "2.10.2",
  "author": "WalletConnect, Inc. <walletconnect.com>",
  "homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
  "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",
  "sideEffects": false,
  "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",
    "test:pre": "rm -rf ./test/test.db",
    "test:run": "vitest run --dir test",
    "test": "npm run test:pre; npm run test:run",
    "test:ignoreUnhandled": "npm run test:pre; npm run test:run -- --dangerouslyIgnoreUnhandledErrors",
    "lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'",
    "prettier": "prettier --check '{src,test}/**/*.{js,ts,jsx,tsx}'"
  },
  "dependencies": {
    "@stablelib/chacha20poly1305": "1.0.1",
    "@stablelib/hkdf": "1.0.1",
    "@stablelib/random": "^1.0.2",
    "@stablelib/sha256": "1.0.1",
    "@stablelib/x25519": "^1.0.3",
    "@walletconnect/relay-api": "^1.0.9",
    "@walletconnect/safe-json": "^1.0.2",
    "@walletconnect/time": "^1.0.2",
    "@walletconnect/types": "2.10.2",
    "@walletconnect/window-getters": "^1.0.1",
    "@walletconnect/window-metadata": "^1.0.1",
    "detect-browser": "5.3.0",
    "query-string": "7.1.3",
    "uint8arrays": "^3.1.0"
  },
  "devDependencies": {
    "@types/lodash.isequal": "4.5.6"
  }
}
