-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 917 Bytes
/
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
{
"name": "uups-wallet",
"version": "1.0.0",
"description": "UUPS Wallet",
"license": "MIT",
"scripts": {
"hh": "hardhat run",
"build": "hardhat clean && hardhat compile",
"compile": "hardhat compile",
"clean": "hardhat clean",
"test": "hardhat test",
"lint:sol": "solium -d contracts/ --fix"
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^2.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.3.0",
"@types/chai": "^4.2.21",
"@types/mocha": "^8.2.3",
"@types/node": "^16.3.0",
"bignumber.js": "^9.0.1",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.0.0",
"hardhat": "^2.4.3",
"solium": "^1.2.5",
"ts-node": "^10.0.0",
"typechain": "^5.1.2",
"typescript": "^4.3.5"
}
}