-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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": "@liquity/contracts",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"hardhat": "hardhat",
"prepare": "run-s 'prepare:*'",
"prepare:compile": "hardhat compile",
"prepare:set-version": "node scripts/set-version.js",
"test": "hardhat test",
"coverage": "hardhat coverage",
"coveralls": "cat coverage/lcov.info | coveralls"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"decimal.js": "^10.2.0",
"eth-mutants": "^0.1.1",
"ethereumjs-util": "^7.0.9",
"ethers": "^5.4.3",
"solc": "^0.6.11",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.2",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^3.3.0",
"@openzeppelin/test-helpers": "^0.5.10",
"eth-gas-reporter": "^0.2.22",
"hardhat": "^2.6.1",
"hardhat-gas-reporter": "^1.0.1",
"npm-run-all": "^4.1.5",
"solidity-coverage": "^0.7.16",
"web3": "^1.3.4"
}
}