{
  "name": "@walletconnect/signer-connection",
  "description": "Signer Connection for WalletConnect Protocol",
  "version": "2.23.7",
  "author": "WalletConnect, Inc. <walletconnect.com>",
  "homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
  "license": "SEE LICENSE IN LICENSE.md",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "unpkg": "dist/index.umd.js",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "module": "./dist/index.js",
      "default": "./dist/index.cjs"
    }
  },
  "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": {
    "@walletconnect/jsonrpc-types": "1.0.4",
    "@walletconnect/jsonrpc-utils": "1.0.8",
    "@walletconnect/sign-client": "2.23.7",
    "@walletconnect/types": "2.23.7",
    "@walletconnect/utils": "2.23.7",
    "events": "3.3.0",
    "uint8arrays": "3.1.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WalletConnect/walletconnect-monorepo.git",
    "directory": "providers/signer-connection"
  },
  "publishConfig": {
    "provenance": true
  }
}
