{
  "name": "@perawallet/walletconnect",
  "version": "1.0.3",
  "description": "Modern, security-forward WalletConnect v1 client maintained by Pera Wallet",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/perawallet/pera-walletconnect-ts.git"
  },
  "files": [
    "dist",
    "NOTICE"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./types": {
      "import": {
        "types": "./dist/types/index.d.ts",
        "default": "./dist/types/index.js"
      },
      "require": {
        "types": "./dist/types/index.d.cts",
        "default": "./dist/types/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vite build && node scripts/fix-dts.cjs",
    "test": "vitest run",
    "test:consumer": "pnpm build && tsc -p test/consumer/tsconfig.json",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "lint": "oxlint",
    "format": "oxfmt",
    "format:check": "oxfmt --check",
    "prepack": "pnpm build"
  },
  "dependencies": {
    "@noble/ciphers": "^2.0.0",
    "@noble/hashes": "^2.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@types/ws": "^8.5.0",
    "@vitest/coverage-v8": "^4.0.0",
    "@walletconnect/client": "1.8.0",
    "@walletconnect/crypto": "1.0.3",
    "eslint-plugin-unused-imports": "4.4.1",
    "oxfmt": "^0.45.0",
    "oxlint": "^1.0.0",
    "oxlint-tsgolint": "^0.23.0",
    "publint": "^0.3.0",
    "typescript": "~5.9.0",
    "vite": "^7.0.0",
    "vite-plugin-dts": "^4.0.0",
    "vitest": "^4.0.0",
    "ws": "^8.20.0"
  },
  "engines": {
    "node": ">=22"
  }
}
