{
  "name": "example",
  "description": "WalletConnect Static Example",
  "version": "1.0.0",
  "private": true,
  "main": "server.js",
  "dependencies": {
    "express": "^4.17.1",
    "open": "^6.3.0"
  },
  "scripts": {
    "start": "node server.js"
  },
  "keywords": [
    "walletconnect",
    "ethereum",
    "web3",
    "crypto"
  ],
  "author": "WalletConnect <walletconnect.org>",
  "homepage": "https://github.com/WalletConnect/walletconnect-monorepo/",
  "license": "LGPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/walletconnect/walletconnect-monorepo.git"
  },
  "bugs": {
    "url": "https://github.com/walletconnect/walletconnect-monorepo/issues"
  }
}
