-
Notifications
You must be signed in to change notification settings - Fork 226
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "liquidations-extra",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"start": "node dist/index.js",
"dev": "concurrently \"npx tsc --watch\" \"nodemon -q dist/index.js\"",
"postinstall": "sh post-install.sh"
},
"dependencies": {
"@defillama/sdk": "latest",
"@project-serum/anchor": "^0.25.0",
"@solana/spl-token": "^0.3.0",
"@solana/web3.js": "^1.36.0",
"@solendprotocol/solend-sdk": "^0.6.2",
"@supercharge/promise-pool": "^2.1.0",
"@types/express": "^4.17.14",
"@types/node": "^18.8.2",
"async": "^3.2.3",
"async-retry": "^1.3.1",
"axios": "^0.27.0",
"bignumber.js": "^9.0.1",
"blakejs": "^1.2.1",
"bn.js": "^5.2.1",
"borsh": "^0.7.0",
"concurrently": "^7.4.0",
"curve25519-js": "^0.0.4",
"dotenv": "^16.0.3",
"ethers": "^5.6.5",
"express": "^4.18.1",
"graphql": "^16.0.0",
"graphql-request": "^4.0.0",
"hi-base32": "^0.5.1",
"js-sha512": "^0.8.0",
"limiter": "2.1.0",
"miscreant": "^0.3.2",
"nodemon": "3.0.1",
"tron-format-address": "^0.1.8",
"ts-node": "^10.9.1",
"typescript": "5.1.6",
"viem": "^1.3.1"
}
}