-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.evm.json
41 lines (41 loc) · 1.01 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
41
{
"name": "@depay/web3-payments-evm",
"moduleName": "Web3Payments",
"version": "13.13.0",
"description": "JavaScript library to scan crypto wallets for liquefiable assets and perform cost-effective, auto-converted payments on-chain.",
"main": "dist/umd/index.evm.js",
"module": "dist/esm/index.evm.js",
"files": [
"dist"
],
"repository": "[email protected]:DePayFi/web3-payments.git",
"keywords": [
"web3",
"payments",
"routing",
"decentralized",
"cryptocurrencies",
"blockchain"
],
"author": "depay.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/DePayFi/web3-payments/issues"
},
"homepage": "https://depay.com",
"private": false,
"dependencies": {},
"peerDependencies": {
"@depay/web3-assets-evm": "^7.4.1",
"@depay/web3-blockchains": "^9.7.5",
"@depay/web3-exchanges-evm": "^13.13.0",
"@depay/web3-tokens-evm": "^10.4.3",
"ethers": "^5.7.1"
},
"resolutions": {
"clipboardy": "3.0.0"
},
"engines": {
"node": ">=18"
}
}