forked from DefiLlama/peggedassets-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 858 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
38
{
"name": "defillama-adapters",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": ""
},
"author": "",
"license": "ISC",
"dependencies": {
"@defillama/sdk": "^5.0.44",
"@project-serum/anchor": "^0.18.2",
"@solana/web3.js": "^1.36.0",
"@supercharge/promise-pool": "^2.1.0",
"async-retry": "^1.3.1",
"axios": "^1.6.8",
"bignumber.js": "^9.0.1",
"dotenv": "^8.6.0",
"graphql": "^15.5.0",
"graphql-request": "^3.6.1",
"node-fetch": "2.6.7",
"pact-lang-api": "^4.3.5",
"starknet": "^4.22.0"
},
"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": ""
}