-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.34 KB
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": "hardhat-project",
"scripts": {
"test": "nodemon -x npx hardhat test -w contracts -w test -e js,ts,sol",
"coverage": "nodemon -x npx hardhat coverage -w contracts -w test -e js,ts,sol"
},
"devDependencies": {
"@metamask/detect-provider": "^1.2.0",
"@metamask/providers": "^8.1.1",
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/test-helpers": "^0.5.15",
"@symfoni/hardhat-react": "^0.3.0",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/hardhat": "^6.0.0",
"@types/chai": "^4.3.1",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"be": "^0.0.3",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.7",
"hardhat": "^2.9.6",
"hardhat-ethers": "^1.0.1",
"hardhat-gas-reporter": "^1.0.8",
"mocha": "^10.0.0",
"prettier": "^2.6.2",
"prettier-plugin-organize-imports": "^2.3.4",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"should": "^13.2.3",
"solidity-coverage": "^0.7.21",
"ts-node": "^10.8.0",
"typescript": "^4.6.4"
},
"dependencies": {
"@openzeppelin/contracts": "^4.6.0",
"@openzeppelin/contracts-upgradeable": "^4.6.0",
"dotenv": "^16.0.1"
}
}