-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.evm.json
40 lines (40 loc) · 1.02 KB
/
package.evm.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@depay/web3-wallets-evm",
"moduleName": "Web3Wallets",
"version": "17.5.0",
"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": "[email protected]: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.6.1",
"@depay/web3-client-evm": "^10.19.0",
"@depay/worldcoin-precompiled": "^0.0.33",
"ethers": "^5.7.1"
},
"engines": {
"node": ">=16"
},
"resolutions": {
"clipboardy": "3.0.0"
}
}