-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.52 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "expand",
"version": "1.0.0",
"description": "Adaptor project to perform read and write query on EVM and Non-EVM chains for multiple available protocols.",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "nodemon --ignore /*.json index.js"
},
"jest": {
"collectCoverage": false
},
"repository": {
"type": "git",
"url": "git+https://github.com/4cmlab/expand.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/4cmlab/expand/issues"
},
"homepage": "https://github.com/4cmlab/expand#readme",
"dependencies": {
"@aave/contract-helpers": "1.13.3",
"@aave/math-utils": "1.13.3",
"@balancer-labs/sdk": "1.1.5",
"@dydxprotocol/v4-client-js": "^1.0.0",
"@ethersproject/abi": "5.7.0",
"@ethersproject/bignumber": "5.7.0",
"@layerzerolabs/scan-client": "0.0.6",
"@metaplex-foundation/mpl-token-metadata": "2.5.1",
"@mysten/sui.js": "0.35.1",
"@orbs-network/ton-access": "^2.3.3",
"@orca-so/common-sdk": "0.1.12",
"@orca-so/whirlpools-sdk": "0.8.2",
"@project-serum/anchor": "0.26.0",
"@solana/spl-token": "0.3.7",
"@solana/web3.js": "1.78.5",
"@ston-fi/sdk": "0.4.0",
"@tegro/ton3-client": "0.0.17",
"@terra-money/terra.js": "3.0.11",
"@ton/ton": "^13.9.0",
"@uniswap/uniswapx-sdk": "1.4.0",
"abi-decoder": "2.4.0",
"ajv": "8.11.0",
"ajv-errors": "3.0.0",
"algosdk": "1.19.0",
"aptos": "1.9.1",
"async": "3.2.4",
"aws-sdk": "2.1356.0",
"axios": "1.5.1",
"axios-rate-limit": "1.3.0",
"bignumber.js": "9.1.2",
"bs58": "5.0.0",
"chai": "4.3.6",
"cheerio": "^1.0.0-rc.12",
"config": "3.3.7",
"cors": "2.8.5",
"decimal.js": "10.4.3",
"dotenv": "16.0.3",
"ethereumjs-tx": "2.1.2",
"ethereumjs-util": "7.1.5",
"ethers": "5.7.2",
"express": "4.18.1",
"graphql-request": "^6.1.0",
"lodash": "^4.17.21",
"mocha": "10.0.0",
"moment": "^2.30.1",
"morgan": "1.10.0",
"near-api-js": "0.45.1",
"nodemon": "2.0.20",
"pg": "8.8.0",
"redis": "4.6.10",
"socket.io": "4.5.3",
"socket.io-client": "4.5.3",
"starknet": "4.22.0",
"stellar-sdk": "11.2.2",
"tonweb": "^0.0.62",
"tronweb": "4.2.0",
"tweetnacl": "1.0.3",
"uuid": "^9.0.1",
"web3": "1.7.5"
},
"devDependencies": {
"eslint": "8.26.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.26.0",
"jest": "28.1.3",
"supertest": "6.2.4"
}
}