@walletconnect/modal
Version:
#### 🔎 [Examples](https://github.com/WalletConnect/web3modal-examples)
44 lines (43 loc) • 1.1 kB
JSON
{
"name": "@walletconnect/modal",
"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-core": "2.7.0",
"@walletconnect/modal-ui": "2.7.0"
},
"keywords": [
"web3",
"crypto",
"ethereum",
"solana",
"cosmos",
"qrcode",
"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"
}
}