-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "Getherer-contracts",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "npm run compile",
"compile": "npx hardhat compile",
"test": "npx hardhat test",
"chain": "hardhat node",
"deploy/test": "hardhat run scripts/deployTest.ts"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-etherscan": "^2.1.1",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@typechain/ethers-v5": "^4.0.0",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.10",
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.2.1",
"ethers": "^5.1.0",
"hardhat": "^2.0.4",
"hardhat-gas-reporter": "^1.0.4",
"hardhat-typechain": "^0.3.3",
"prettier": "^2.2.1",
"prettier-plugin-solidity": "^1.0.0-beta.6",
"solhint": "^3.3.2",
"solhint-plugin-prettier": "^0.0.5",
"ts-generator": "^0.1.1",
"ts-node": "^9.0.0",
"typechain": "^4.0.0",
"typescript": "^4.1.2"
},
"dependencies": {
"@openzeppelin/contracts": "^3.3.0",
"@uniswap/lib": "^4.0.1-alpha"
}
}