forked from tridetch/chain-abuzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.46 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
{
"name": "arbitrum-abuse",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@safe-global/protocol-kit": "^1.0.1",
"@safe-global/safe-core-sdk-types": "^1.9.2",
"@typechain/ethers-v5": "^10.2.1",
"@types/node-fetch": "^2.6.2",
"chai": "^4.3.7",
"ethers": "^5.7.2",
"hardhat": "^2.12.2",
"hardhat-gas-reporter": "^1.0.9",
"solidity-coverage": "^0.8.2",
"typechain": "^8.1.1"
},
"dependencies": {
"@arbitrum/sdk": "^3.1.10",
"@ensdomains/ens-contracts": "^0.0.15",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.4",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-etherscan": "^3.1.2",
"@ragetrade/sdk": "^1.0.0-alpha.33",
"@snapshot-labs/snapshot.js": "^0.8.1",
"@traderjoe-xyz/sdk": "^3.0.7",
"@traderjoe-xyz/sdk-v2": "^1.1.0",
"@typechain/hardhat": "^6.1.4",
"@uniswap/sdk-core": "^4.0.7",
"@uniswap/smart-order-router": "^3.17.1",
"@uniswap/v3-sdk": "^3.10.0",
"axios": "^1.3.5",
"dotenv": "^16.0.3",
"ethereum-cryptography": "^1.1.2",
"googleapis": "^118.0.0",
"jsbi": "^3.2.5",
"starknet": "^5.19.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"yesno": "^0.4.0",
"zksync": "^0.13.1",
"zksync-web3": "^0.14.3"
}
}