mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 13:25:30 +08:00
32 lines
782 B
JSON
32 lines
782 B
JSON
{
|
|
"name": "defillama-adapters",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "babel-watch curve.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@defillama/sdk": "^1.1.9",
|
|
"@makerdao/multicall": "^0.12.0",
|
|
"@project-serum/serum": "^0.13.33",
|
|
"@solana/web3.js": "^1.2.6",
|
|
"async-retry": "^1.3.1",
|
|
"axios": "^0.21.0",
|
|
"bignumber.js": "^9.0.1",
|
|
"dotenv": "^8.2.0",
|
|
"graph-results-pager": "^1.0.3",
|
|
"graphql": "^15.3.0",
|
|
"graphql-request": "^3.2.0",
|
|
"mysql": "^2.18.1",
|
|
"node-html-parser": "^3.1.0",
|
|
"node-schedule": "^1.3.2",
|
|
"papaparse": "^5.3.0",
|
|
"web3": "^1.3.0"
|
|
},
|
|
"devDependencies": {},
|
|
"description": ""
|
|
}
|