forked from DefiLlama/DefiLlama-Adapters
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.62 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"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": "^4.0.0",
"@connext/nxtp-contracts": "^0.1.17",
"@connext/nxtp-utils": "^0.1.17",
"@defillama/sdk": "^2.3.54",
"@makerdao/multicall": "^0.12.0",
"@polkadot/api": "^7.0.0",
"@port.finance/port-sdk": "0.1.42",
"@project-serum/anchor": "^0.18.2",
"@pythnetwork/client": "^2.6.1",
"@solana/web3.js": "^1.36.0",
"@supercharge/promise-pool": "^2.1.0",
"@terra-money/terra.js": "^3.0.3",
"@vechain/connex-driver": "^2.0.7",
"@vechain/connex-framework": "^2.0.7",
"algosdk": "^1.12.0",
"async-retry": "^1.3.1",
"axios": "^0.26.0",
"axios-rate-limit": "^1.3.0",
"bignumber.js": "^9.0.1",
"borsh": "^0.7.0",
"caver-js": "^1.6.5",
"dayjs": "^1.11.0",
"dotenv": "^8.6.0",
"graph-results-pager": "^1.0.3",
"graphql": "^15.5.0",
"graphql-request": "^3.6.1",
"inquirer": "^8.2.1",
"inquirer-fuzzy-path": "^2.3.0",
"js-yaml": "^4.1.0",
"moment": "^2.29.1",
"node-fetch": "2.6.7",
"node-html-parser": "^5.0.0",
"pact-lang-api": "^4.3.3",
"papaparse": "^5.3.1",
"tronweb": "^3.2.7",
"underscore": "^1.13.1",
"web3": "^1.5.3"
},
"overrides": {
"ansi-regex": "5.0.1",
"mocha": {
"nanoid": "3.3.1"
},
"node-fetch": "2.6.7",
"@project-serum/anchor": {
"nth-check": "2.0.1"
}
},
"description": ""
}