-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.solana.json
40 lines (40 loc) · 1023 Bytes
/
package.solana.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-exchanges-solana",
"moduleName": "Web3Exchanges",
"version": "13.15.2",
"description": "JavaScript library simplifying decentralized web3 exchange routing for multiple blockchains and exchanges.",
"main": "dist/umd/index.solana.js",
"module": "dist/esm/index.solana.js",
"files": [
"dist"
],
"repository": "[email protected]: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/solana-web3.js": "^1.26.0",
"@depay/web3-blockchains": "^9.6.1",
"@depay/web3-client-solana": "^10.19.0",
"@depay/web3-tokens-solana": "^10.4.4",
"decimal.js": "^10.4.3",
"ethers": "^5.7.1"
},
"resolutions": {
"clipboardy": "3.0.0"
},
"engines": {
"node": ">=14"
}
}