{
  "name": "@walletconnect/pos-client",
  "description": "POS Client for WalletConnect Protocol",
  "version": "1.0.10",
  "private": false,
  "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",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "module": "./dist/index.js",
      "default": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "wallet",
    "walletconnect",
    "walletkit",
    "pos"
  ],
  "sideEffects": false,
  "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/tmp",
    "test": "npm run test:pre; vitest run --dir test --reporter=verbose",
    "lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'",
    "prettier": "prettier --check '{src,test}/**/*.{js,ts,jsx,tsx}'"
  },
  "dependencies": {
    "@walletconnect/core": "2.23.10",
    "@walletconnect/jsonrpc-provider": "1.0.14",
    "@walletconnect/jsonrpc-utils": "1.0.8",
    "@walletconnect/logger": "3.0.2",
    "@walletconnect/sign-client": "2.23.10",
    "@walletconnect/types": "2.23.10",
    "@walletconnect/utils": "2.23.10"
  },
  "devDependencies": {
    "vitest": "3.2.4"
  }
}
