-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 871 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
{
"name": "club-space",
"scripts": {
"test": "npx hardhat test --network hardhat",
"compile": "npx hardhat compile"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "latest",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@semaphore-protocol/contracts": "latest",
"@semaphore-protocol/group": "^2.5.0",
"@semaphore-protocol/hardhat": "^0.1.0",
"@semaphore-protocol/identity": "^2.5.0",
"@semaphore-protocol/proof": "^2.5.0",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.1",
"hardhat": "^2.11.2",
"hardhat-abi-exporter": "^2.2.1",
"hardhat-gas-reporter": "^1.0.4"
},
"dependencies": {
"@nomicfoundation/hardhat-network-helpers": "^1.0.6",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@openzeppelin/contracts": "^4.6.0"
}
}