-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.28 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
{
"name": "oven",
"version": "1.0.0",
"description": "Pool ETH and create pies",
"main": "index.js",
"scripts": {
"test": "npx hardhat test",
"compile": "npx hardhat compile",
"clean": "rm -rf ./artifacts && rm -rf ./cache",
"remix": "remixd -s . --remix-ide https://remix.ethereum.org",
"fork": "npx hardhat node --fork https://mainnet.infura.io/v3/ffa6c1dc83e44e6c9971d4706311d5ab"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@types/chai": "^4.2.13",
"@types/mocha": "^8.0.3",
"@types/node": "^14.11.8",
"chai": "^4.2.0",
"ethereum-waffle": "^3.1.2",
"ethers": "^5.0.19",
"hardhat": "^2.0.3",
"ts-node": "^9.0.0",
"typechain-target-ethers-v5": "^1.2.2",
"typescript": "^4.0.3"
},
"dependencies": {
"@emilianobonassi/gas-saver": "https://github.com/MickdeGraaf/gas-saver#feature/solidity-0.6.0",
"@openzeppelin/contracts": "^3.2.1-solc-0.7",
"@pie-dao/mock-contracts": "^0.0.7",
"@pie-dao/proxy": "^0.0.6",
"@uniswap/v2-core": "^1.0.1",
"dotenv": "^8.2.0",
"hardhat-typechain": "^0.3.3",
"ts-generator": "^0.1.1",
"typechain": "^4.0.0"
}
}