-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.evm.json
39 lines (39 loc) · 968 Bytes
/
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
{
"name": "@depay/web3-exchanges-evm",
"moduleName": "Web3Exchanges",
"version": "13.15.2",
"description": "JavaScript library simplifying decentralized web3 exchange routing for multiple blockchains and exchanges.",
"main": "dist/umd/index.evm.js",
"module": "dist/esm/index.evm.js",
"files": [
"dist"
],
"repository": "git@github.com:DePayFi/web3-exchanges.git",
"keywords": [
"web3",
"decentralized exchanges",
"aggregator",
"swap",
"router"
],
"author": "depay.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/DePayFi/web3-exchanges/issues"
},
"homepage": "https://depay.com",
"private": false,
"peerDependencies": {
"@depay/web3-blockchains": "^9.6.1",
"@depay/web3-client-evm": "^10.19.0",
"@depay/web3-tokens-evm": "^10.4.4",
"decimal.js": "^10.4.3",
"ethers": "^5.7.1"
},
"resolutions": {
"clipboardy": "3.0.0"
},
"engines": {
"node": ">=14"
}
}