{
  "name": "@walletconnect/modal-sign-html",
  "version": "2.7.0",
  "main": "dist/index.js",
  "unpkg": "dist/cdn/bundle.js",
  "type": "module",
  "types": "dist/_types/index.d.ts",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "scripts": {
    "build:clean": "rm -rf dist",
    "build:types": "tsc --emitDeclarationOnly",
    "build:source": "rollup --silent --config rollup.config.js",
    "build": "npm run build:clean; npm run build:types & npm run build:source",
    "dev": "rollup --config rollup.config.js --watch",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@walletconnect/modal": "2.7.0",
    "@walletconnect/sign-client": "2.10.0"
  },
  "keywords": [
    "web3",
    "crypto",
    "ethereum",
    "walletconnect",
    "sign",
    "html"
  ],
  "author": "WalletConnect <walletconnect.com>",
  "license": "Apache-2.0",
  "homepage": "https://github.com/walletconnect/modal",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/walletconnect/modal.git"
  },
  "bugs": {
    "url": "https://github.com/walletconnect/modal/issues"
  }
}
