-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 947 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 947 Bytes
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
{
"name": "Benture",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "1.0.3",
"@nomicfoundation/hardhat-toolbox": "1.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.0",
"@nomiclabs/hardhat-solhint": "^3.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@openzeppelin/contracts-upgradeable": "^4.8.1",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
"@primitivefi/hardhat-dodoc": "^0.2.3",
"ethers": "^5.7.1",
"hardhat": "^2.12.7",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-contract-sizer": "^2.8.0",
"hardhat-deploy": "0.11.18",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-tracer": "^2.0.0",
"prettier": "^2.8.1",
"prettier-plugin-solidity": "^1.1.0",
"solhint": "^3.4.0",
"solidity-coverage": "^0.7.21"
},
"dependencies": {
"@openzeppelin/contracts": "4.7.3",
"chai": "4.3.6",
"delay": "5.0.0",
"dotenv": "16.0.1",
"slither": "0.2.2"
}
}