ethersmodal
Version:
EthersModal is an opinionated library to help developers add support for multiple wallets in their apps.
40 lines (39 loc) • 1 kB
JSON
{
"name": "ethersmodal",
"version": "2.1.4",
"description": "EthersModal is an opinionated library to help developers add support for multiple wallets in their apps.",
"main": "./src/index.js",
"scripts": {
"build": "webpack"
},
"dependencies": {
"@metamask/detect-provider": "^1.2.0",
"bada55asyncutils": "^2.0.3",
"ethers": "^5.4.7",
"smartinterval": "^1.0.1",
"smartprompt": "^2.2.6"
},
"devDependencies": {
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/4skinSkywalker/EthersModal.git"
},
"keywords": [
"ethers",
"crypto",
"ethereum",
"ethersmodal",
"metamask",
"walletconnect",
"fortmatic"
],
"author": "Fredo Corleone",
"license": "ISC",
"bugs": {
"url": "https://github.com/4skinSkywalker/EthersModal/issues"
},
"homepage": "https://github.com/4skinSkywalker/EthersModal#readme"
}