-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 1 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
{
"name": "checkdot-dao-proxy-contract",
"version": "1.0.0",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"lint": "npx prettier --write ./contracts",
"verify": "truffle run verify CheckDotDAOproxyContract --network bsc"
},
"author": "CheckDot Team",
"license": "No License",
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.0.0",
"@openzeppelin/contracts-upgradeable": "^4.6.0",
"@openzeppelin/hardhat-upgrades": "^1.18.1",
"@openzeppelin/test-helpers": "^0.5.11",
"@openzeppelin/truffle-upgrades": "^1.15.1",
"@truffle/hdwallet-provider": "^1.3.0",
"solidity-coverage": "^0.7.17",
"truffle": "^5.4.10",
"truffle-assertions": "^0.9.2",
"truffle-contract": "^4.0.31",
"truffle-plugin-verify": "^0.5.16"
},
"devDependencies": {
"hardhat": "^2.9.9",
"prettier": "2.4.1"
}
}