{
  "name": "@gear-js/wallet-connect",
  "version": "0.4.1",
  "type": "module",
  "description": "React library to connect Substrate based wallets to Gear dApps",
  "author": "Gear Technologies",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/gear-tech/gear-js/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gear-tech/gear-js.git"
  },
  "keywords": [
    "gear",
    "gear-js"
  ],
  "homepage": "https://github.com/gear-tech/gear-js/tree/main/utils/wallet-connect#readme",
  "scripts": {
    "start": "npx vite",
    "build": "npx vite build",
    "preview": "npx vite preview",
    "clean": "echo \"clean @gear-js/wallet-connect\" && rm -rf dist"
  },
  "peerDependencies": {
    "@gear-js/react-hooks": "^0.16.0",
    "@gear-js/ui": "^0.7.0",
    "@gear-js/vara-ui": "^0.3.1",
    "@polkadot/react-identicon": "^3.12.2",
    "react": "^19",
    "react-dom": "^19"
  },
  "peerDependenciesMeta": {
    "@gear-js/ui": {
      "optional": true
    },
    "@gear-js/vara-ui": {
      "optional": true
    }
  },
  "dependencies": {
    "clsx": "2.1.1"
  },
  "devDependencies": {
    "@gear-js/frontend-configs": "*",
    "@gear-js/react-hooks": "0.16.1",
    "@gear-js/ui": "0.7.0",
    "@gear-js/vara-ui": "0.3.1",
    "@polkadot/react-identicon": "3.12.2",
    "@tanstack/react-query": "5.56.2",
    "react": "19.0.0",
    "react-dom": "19.0.0"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts"
}
