{
  "name": "@hashgraph/hedera-wallet-connect",
  "version": "2.1.3",
  "description": "A library to facilitate integrating Hedera with WalletConnect",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hashgraph/hedera-wallet-connect.git"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "author": "Hgraph <support@hgraph.com>",
  "keywords": [
    "hedera",
    "walletconnect",
    "reown",
    "hashgraph",
    "hbar",
    "evm",
    "smart contracts"
  ],
  "license": "Apache-2.0",
  "scripts": {
    "build": "rimraf dist && tsc",
    "watch": "nodemon --watch src/ --ext ts --exec \"npm run build\"",
    "test": "jest --coverage",
    "prepublishOnly": "rm -Rf dist && npm run test && npm run build",
    "prettier:check": "prettier --check ./src/",
    "prettier:fix": "prettier --write ./src/"
  },
  "peerDependencies": {
    "@hiero-ledger/proto": "^2.25.0",
    "@hiero-ledger/sdk": "2.79.0",
    "@reown/appkit": "^1.8.10",
    "@reown/appkit-controllers": "^1.8.10",
    "@reown/walletkit": "^1.2.8",
    "@walletconnect/modal": "^2.7.0",
    "ethers": "^6.13.5"
  },
  "devDependencies": {
    "@swc/jest": "^0.2.37",
    "@types/jest": "^30.0.0",
    "jest": "^30.0.3",
    "nodemon": "^3.1.10",
    "prettier": "^3.8.1",
    "ts-node": "^10.9.2",
    "typescript": "^6.0.2"
  }
}
