forked from DefiLlama/DefiLlama-Adapters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.3 KB
/
package.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
42
43
44
45
46
47
48
{
"name": "defillama-adapters",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "babel-watch curve.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@acala-network/api": "^3.0.2",
"@connext/nxtp-contracts": "^0.1.17",
"@connext/nxtp-utils": "^0.1.17",
"@defillama/sdk": "^2.3.40",
"@makerdao/multicall": "^0.12.0",
"@polkadot/api": "^6.6.1",
"@port.finance/port-sdk": "0.1.42",
"@project-serum/anchor": "^0.18.2",
"@project-serum/serum": "^0.13.38",
"@solana/web3.js": "^1.30.2",
"@vechain/connex-driver": "^2.0.7",
"@vechain/connex-framework": "^2.0.7",
"algosdk": "^1.12.0",
"async-retry": "^1.3.1",
"atob": "^2.1.2",
"axios": "^0.21.4",
"axios-rate-limit": "^1.3.0",
"bignumber.js": "^9.0.1",
"caver-js": "^1.6.5",
"cross-fetch": "^3.1.4",
"dotenv": "^8.6.0",
"graph-results-pager": "^1.0.3",
"graphql": "^15.5.0",
"graphql-request": "^3.6.1",
"js-yaml": "^4.1.0",
"mysql": "^2.18.1",
"node-fetch": "^3.1.0",
"node-html-parser": "^3.3.5",
"node-schedule": "^1.3.3",
"papaparse": "^5.3.1",
"tronweb": "^3.2.7",
"underscore": "^1.13.1",
"web3": "^1.5.3"
},
"description": ""
}