forked from DefiLlama/DefiLlama-Adapters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 942 Bytes
/
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
{
"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": "^2.0.1",
"@defillama/sdk": "^2.2.11",
"@makerdao/multicall": "^0.12.0",
"@polkadot/api": "^5.4.1",
"@project-serum/serum": "^0.13.38",
"@solana/web3.js": "^1.17.0",
"async-retry": "^1.3.1",
"atob": "^2.1.2",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"dotenv": "^8.6.0",
"graph-results-pager": "^1.0.3",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"js-yaml": "^4.1.0",
"mysql": "^2.18.1",
"node-html-parser": "^3.3.5",
"node-schedule": "^1.3.3",
"papaparse": "^5.3.1",
"tronweb": "^3.2.7",
"web3": "^1.3.6"
},
"devDependencies": {},
"description": ""
}