-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
package.json
38 lines (38 loc) · 989 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
31
32
33
34
35
36
37
38
{
"name": "workshop-nft-merkle-drop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test"
},
"author": "OpenZeppelin",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/OpenZeppelin/workshops.git"
},
"homepage": "https://github.com/OpenZeppelin/workshops#readme",
"bugs": {
"url": "https://github.com/OpenZeppelin/workshops/issues"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.4",
"ethereum-waffle": "^3.3.0",
"ethereumjs-util": "^7.0.4",
"ethers": "^5.1.4",
"hardhat": "^2.6.8",
"hardhat-gas-reporter": "^1.0.4",
"keccak256": "^1.0.2",
"merkletreejs": "^0.2.13"
},
"dependencies": {
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@openzeppelin/contracts": "^5.0.0",
"dotenv": "^16.0.0",
"web3": "^1.4.0"
}
}