forked from KyberNetwork/dao_sc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.94 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "kyber_governance_sc",
"version": "1.0.0",
"description": "This repository has the contracts for the KyberDao",
"main": "hardhat.config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./test.sh",
"t": "./test.sh",
"compile": "./compile.sh",
"c": "printf 'yes' | ./compile.sh",
"coverage": "hardhat coverage",
"lint": "./lint.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/KyberNetwork/kyber_governance_sc.git"
},
"author": "Kyber SC Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/KyberNetwork/kyber_governance_sc/issues"
},
"dependencies": {
"@openzeppelin/contracts": "3.4.0-solc-0.7",
"dotenv": "8.2.0",
"inquirer": "8.0.0",
"keccak256": "1.0.2",
"mathjs": "4.4.2",
"merkletreejs": "0.2.13",
"solc": "0.7.6",
"solhint": "3.3.2",
"truffle-flattener": "1.5.0",
"web3": "1.2.4",
"winston": "3.3.3",
"yargs": "16.0.3"
},
"devDependencies": {
"@kyber.network/utils-sc": "2.2.1",
"@nomiclabs/hardhat-ethers": "2.0.0",
"@nomiclabs/hardhat-etherscan": "2.1.3",
"@nomiclabs/hardhat-truffle5": "2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "2.0.0",
"@openzeppelin/contracts-upgradeable": "3.4.1",
"@openzeppelin/hardhat-upgrades": "1.6.0",
"@openzeppelin/test-helpers": "0.5.6",
"@typechain/ethers-v5": "6.0.5",
"@types/chai": "4.2.16",
"@types/mocha": "8.2.2",
"@types/node": "14.14.37",
"chai": "^4.3.4",
"chai-as-promised": "7.1.1",
"chai-bn": "0.2.1",
"ethereum-waffle": "3.3.0",
"ethers": "5.0.0",
"hardhat": "2.0.8",
"hardhat-gas-reporter": "1.0.4",
"hardhat-typechain": "0.3.5",
"prettier": "2.3.0",
"prettier-plugin-solidity": "1.0.0-alpha.57",
"solidity-coverage": "0.7.12",
"ts-generator": "0.1.1",
"ts-node": "9.1.1",
"typechain": "4.0.3",
"typescript": "4.2.4"
}
}