{
  "name": "@tronweb3/walletconnect-tron",
  "version": "4.0.2",
  "description": "Helps dApps connect to the TRON network via WalletConnect.",
  "keywords": [
    "tron",
    "walletconnect",
    "blockchain",
    "web3",
    "wallet",
    "tronweb3"
  ],
  "homepage": "https://github.com/tronweb3/walletconnect-tron#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/tronweb3/walletconnect-tron.git"
  },
  "license": "MIT",
  "author": "tronweb3",
  "type": "module",
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "types": "./lib/types/index.d.ts",
  "exports": {
    "import": "./lib/esm/index.js",
    "require": "./lib/cjs/index.js",
    "types": "./lib/types/index.d.ts"
  },
  "files": [
    "lib",
    "LICENSE"
  ],
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "shx mkdir -p lib && shx rm -rf lib **/*.tsbuildinfo",
    "build": "pnpm run build:cjs && pnpm run build:esm",
    "build:cjs": "tsc -p tsconfig.cjs.json",
    "build:esm": "tsc -p tsconfig.esm.json",
    "package": "shx echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json",
    "release": "pnpm run clean && pnpm run build && pnpm run package",
    "fmt": "prettier --write '{*,**/*}.{ts,tsx,js,jsx,json}'",
    "lint": "prettier --check '{*,**/*}.{ts,tsx,js,jsx,json}' && eslint .",
    "lint:fix": "pnpm run fmt && eslint --fix ."
  },
  "pnpm": {
    "overrides": {
      "h3": "^1.15.5",
      "minimatch": ">=3.1.4",
      "js-yaml": ">=4.1.1",
      "ajv": ">=6.14.0"
    }
  },
  "devDependencies": {
    "@types/node": "18.16.14",
    "@typescript-eslint/eslint-plugin": "5.59.6",
    "@typescript-eslint/parser": "5.59.6",
    "eslint": "8.57.1",
    "eslint-config-prettier": "8.8.0",
    "eslint-plugin-prettier": "4.2.1",
    "eslint-plugin-require-extensions": "0.1.3",
    "prettier": "2.8.8",
    "shx": "0.3.4",
    "typescript": "5.0.4",
    "@walletconnect/types": "2.21.7"
  },
  "dependencies": {
    "@reown/appkit": "1.7.20",
    "@walletconnect/universal-provider": "2.21.7",
    "@walletconnect/sign-client": "2.21.7",
    "@walletconnect/utils": "2.21.7"
  },
  "engines": {
    "node": ">=18",
    "pnpm": ">=7"
  }
}
