forked from aavegotchi/merkle-airdrop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.33 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "smartz-contracts",
"version": "0.1.7",
"description": "Solidity smart-contracts for smartz.io project",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/mixbytes/smartz-contracts"
},
"keywords": [
"Smartz",
"MixBytes",
"solidity",
"ethereum",
"smart-contract",
"token"
],
"author": "Boogerwooger",
"license": "Apache-2.0",
"homepage": "https://mixbytes.io",
"devDependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.23.0",
"babel-preset-stage-2": "^6.23.0",
"babel-preset-stage-3": "^6.23.0",
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"ethereum-waffle": "^3.3.0",
"ethereumjs-util": "^5.1.2",
"ethers": "^5.1.4",
"hardhat": "^2.0.10",
"hardhat-gas-reporter": "^1.0.4",
"keccak256": "^1.0.2",
"merkletreejs": "^0.2.13"
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@openzeppelin/contracts": "^4.2.0",
"csv-parser": "^3.0.0",
"dotenv": "^10.0.0",
"dotenv-safe": "^8.2.0",
"hardhat-contract-sizer": "^2.0.3",
"mocha": "^9.0.1",
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.13",
"solidity-coverage": "^0.7.16",
"truffle-assertions": "^0.9.2",
"web3": "^1.0.0-beta.34"
}
}