forked from DefiLlama/sushi-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 781 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 781 Bytes
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
{
"name": "sushi-analytics",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"start": "node --max-old-space-size=300 index.js",
"postinstall": "sh post-install.sh"
},
"dependencies": {
"@blend-capital/blend-sdk": "^1.1.1",
"@defillama/sdk": "^5.0.0",
"@hubbleprotocol/kamino-sdk": "^5.0.3",
"@injectivelabs/networks": "^1.14.0",
"@injectivelabs/sdk-ts": "^1.14.5",
"@multiversx/sdk-core": "^13.0.0",
"@multiversx/sdk-network-providers": "^2.1.0",
"@multiversx/sdk-wallet": "^4.2.0",
"@polkadot/api": "^11.0.0",
"@stacks/network": "^6.5.4",
"@stacks/transactions": "^6.5.4",
"@stellar/stellar-sdk": "^12.3.0",
"request": "^2.88.2",
"simple-git": "^3.20.0"
},
"engines": {
"node": ">=16"
}
}