forked from DefiLlama/DefiLlama-Adapters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.9 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",
"weeklyChanges": "git pull && git diff $(git log -1 --before=@{7.days.ago} --format=%H) --stat | grep -E \"projects/\" | cut -d / -f 2 | cut -d \" \" -f 1 | uniq | wc -l",
"dev": "babel-watch curve.js",
"lint": "eslint .",
"eslint:github-action": "eslint .",
"test-interactive": "node utils/testInteractive",
"tvl": "cd utils;npm i; cd ..; node utils/testInteractive",
"treasury": "cd utils;npm i; cd ..; node utils/testInteractive treasury",
"entities": "cd utils;npm i; cd ..; node utils/testInteractive entities",
"useTokenLabels": "node utils/scripts/useTokenLabels.js",
"postinstall": "echo 'run \"npm update @defillama/sdk\" if you want lastest sdk changes' "
},
"author": "",
"license": "ISC",
"dependencies": {
"@defillama/sdk": "latest",
"@project-serum/anchor": "^0.26.0",
"@solana/web3.js": "^1.87.6",
"@solendprotocol/solend-sdk": "^0.4.3",
"@supercharge/promise-pool": "^2.1.0",
"axios": "^1.6.5",
"bignumber.js": "^9.0.1",
"blakejs": "^1.2.1",
"bn.js": "^5.2.1",
"borsh": "^0.7.0",
"curve25519-js": "^0.0.4",
"dotenv": "^8.6.0",
"ethers": "^6.0.0",
"graphql": "^16.6.0",
"graphql-request": "^4.0.0",
"hi-base32": "^0.5.1",
"js-sha512": "^0.8.0",
"limiter": "2.1.0",
"miscreant": "^0.3.2",
"p-limit": "^3.1.0",
"starknet": "^5.24.3",
"tron-format-address": "^0.1.8",
"typescript": "^5.0.0"
},
"overrides": {
"ansi-regex": "5.0.1",
"mocha": {
"nanoid": "3.3.1"
},
"@project-serum/anchor": {
"nth-check": "2.0.1"
}
},
"description": "",
"devDependencies": {
"@types/async-retry": "^1.4.5",
"@types/bn.js": "^5.1.0",
"eslint": "^8.32.0",
"ts-node": "^10.8.1"
}
}