{
  "name": "@ecadlabs/beacon-transport-walletconnect",
  "version": "4.8.4-ecad",
  "description": "WalletConnect transport for Beacon communication.",
  "author": "ECAD Labs",
  "homepage": "https://github.com/ecadlabs/beacon-sdk-taquito-patches",
  "license": "ISC",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "exports": {
    "require": "./dist/cjs/index.js",
    "import": "./dist/esm/index.js"
  },
  "directories": {
    "lib": "dist/esm",
    "test": "__tests__"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ecadlabs/beacon-sdk-taquito-patches.git"
  },
  "scripts": {
    "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "test": "jest"
  },
  "bugs": {
    "url": "https://github.com/ecadlabs/beacon-sdk-taquito-patches/issues"
  },
  "dependencies": {
    "@ecadlabs/beacon-core": "4.8.4-ecad",
    "@ecadlabs/beacon-types": "4.8.4-ecad",
    "@ecadlabs/beacon-utils": "4.8.4-ecad",
    "@walletconnect/sign-client": "2.18.0",
    "@walletconnect/types": "2.18.0",
    "@walletconnect/utils": "2.18.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
