UNPKG

@depay/web3-wallets-evm

Version:

One-Stop-Shop JavaScript library to integrate various web3 crypto wallets and multiple blockchains at once with a single interface.

41 lines (40 loc) 1.04 kB
{ "name": "@depay/web3-wallets-evm", "moduleName": "Web3Wallets", "version": "18.0.4", "description": "One-Stop-Shop JavaScript library to integrate various web3 crypto wallets and multiple blockchains at once with a single interface.", "main": "dist/umd/index.evm.js", "module": "dist/esm/index.evm.js", "files": [ "dist" ], "repository": "git@github.com:DePayFi/web3-wallets.git", "keywords": [ "web3", "wallets", "crypto", "blockchain" ], "author": "depay.com", "license": "MIT", "bugs": { "url": "https://github.com/DePayFi/web3-wallets/issues" }, "homepage": "https://depay.com", "private": false, "dependencies": {}, "peerDependencies": { "@depay/coinbase-wallet-sdk": "^3.8.4", "@depay/walletconnect-v2": "^2.12.2", "@depay/web3-blockchains": "^9.7.9", "@depay/web3-client-evm": "^11.0.1", "@depay/worldcoin-precompiled": "^1.2.0", "ethers": "^5.7.1" }, "engines": { "node": ">=16" }, "resolutions": { "clipboardy": "3.0.0" } }