forked from yisiliu/Airdrop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 824 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
{
"name": "mask-airdrop",
"version": "1.0.0",
"license": "MIT",
"author": "Yisi Liu",
"main": "hardhat.config.js",
"scripts": {
"pretest": "mocha",
"test": "hardhat test:finally",
"test:real": "npm run pretest && REAL=true hardhat test:finally"
},
"dependencies": {
"@openzeppelin/contracts": "^3.3.0",
"openzeppelin-solidity": "^3.3.0",
"web3-utils": "^1.3.4"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.37",
"bignumber.js": "^9.0.1",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"ethers": "^5.0.32",
"hardhat": "^2.1.2",
"mocha": "^8.3.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
}
}