{
  "name": "@web3modal/scaffold",
  "version": "5.1.1",
  "type": "module",
  "main": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "files": [
    "dist",
    "!tsconfig.tsbuildinfo"
  ],
  "dependencies": {
    "lit": "3.1.0",
    "@web3modal/common": "5.1.1",
    "@web3modal/scaffold-utils": "5.1.1",
    "@web3modal/scaffold-ui": "5.1.1",
    "@web3modal/core": "5.1.1",
    "@web3modal/siwe": "5.1.1",
    "@web3modal/wallet": "5.1.1",
    "@web3modal/ui": "5.1.1"
  },
  "keywords": [
    "web3",
    "crypto",
    "ethereum",
    "web3modal",
    "walletconnect",
    "lit",
    "webcomponents"
  ],
  "author": "WalletConnect <walletconnect.com>",
  "license": "Apache-2.0",
  "homepage": "https://github.com/web3modal/web3modal",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/web3modal/web3modal.git"
  },
  "bugs": {
    "url": "https://github.com/web3modal/web3modal/issues"
  },
  "scripts": {
    "build:clean": "rm -rf dist",
    "build": "tsc --build",
    "watch": "tsc --watch",
    "typecheck": "tsc --noEmit",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx"
  }
}