{
  "name": "@walletconnect/modal-core",
  "version": "2.6.2",
  "main": "dist/index.js",
  "type": "module",
  "types": "dist/_types/index.d.ts",
  "files": [
    "dist"
  ],
  "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": {
    "valtio": "1.11.2"
  },
  "keywords": [
    "web3",
    "crypto",
    "ethereum",
    "walletconnect"
  ],
  "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"
  }
}
