@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.
40 lines (39 loc) • 994 B
JSON
{
"name": "@depay/web3-wallets-evm",
"moduleName": "Web3Wallets",
"version": "18.1.20",
"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.1.0",
"ethers": "^5.7.1"
},
"engines": {
"node": ">=16"
},
"resolutions": {
"clipboardy": "3.0.0"
}
}