-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
30 lines (30 loc) · 909 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
{
"name": "tapio-eth",
"scripts": {
"clean": "hardhat clean",
"test": "hardhat test",
"doc": "ts-node test/docs/generate-tests-doc.ts",
"coverage": "hardhat coverage"
},
"devDependencies": {
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
"@primitivefi/hardhat-dodoc": "^0.2.3",
"codecov": "^3.8.3",
"hardhat": "^2.17.3",
"hardhat-contract-sizer": "^2.10.0",
"prettier": "^3.2.5",
"prettier-plugin-solidity": "^1.3.1",
"solidity-coverage": "^0.8.2",
"web3": "^1.9.0"
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.3",
"@openzeppelin/contracts-upgradeable": "^4.8.3",
"@openzeppelin/test-helpers": "^0.5.16",
"dotenv": "^16.0.3",
"gitbook-plugin-katex-dev": "^0.0.1"
}
}