{
  "name": "@walletconnect/types",
  "description": "Typings for WalletConnect Protocol",
  "version": "2.10.6",
  "author": "WalletConnect, Inc. <walletconnect.com>",
  "homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
  "license": "Apache-2.0",
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.js",
  "unpkg": "dist/index.umd.js",
  "types": "dist/types/index.d.ts",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "keywords": [
    "wallet",
    "walletconnect"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "build:pre": "npm run clean",
    "build:types": "tsc",
    "build:source": "rollup --config rollup.config.js",
    "build": "npm run build:pre; npm run build:source; npm run build:types",
    "lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'",
    "prettier": "prettier --check 'src/**/*.{js,ts,jsx,tsx}'"
  },
  "dependencies": {
    "@walletconnect/events": "^1.0.1",
    "@walletconnect/heartbeat": "1.2.1",
    "@walletconnect/jsonrpc-types": "1.0.3",
    "@walletconnect/keyvaluestorage": "^1.1.1",
    "@walletconnect/logger": "^2.0.1",
    "events": "^3.3.0"
  }
}
