-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 796 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 796 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
{
"name": "reservoirswap",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "npx hardhat compile",
"deployUniV2": "npx hardhat run script/deployUniV2.ts",
"deployUniswapV2Router02": "npx hardhat run script/deployUniswapV2Router02.ts",
"deployCrossChainAccount": "npx hardhat run script/deployCrossChainAccount.ts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.12",
"hardhat": "^2.22.16",
"hardhat-deploy": "^0.12.4",
"hardhat-deploy-ethers": "^0.4.2"
},
"dependencies": {
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"ethers": "^6.13.4",
"solmate": "^6.8.0"
}
}