-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 868 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": "hardhat-tdrop-governance",
"version": "1.0.0",
"description": "",
"directories": {
"test": "test"
},
"scripts": {
"test": "hardhat test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thetatoken/tdrop-governance.git"
},
"keywords": [
"tdrop",
"governance"
],
"author": "Theta Labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/thetatoken/tdrop-governance/issues"
},
"homepage": "https://github.com/thetatoken/tdrop-governance#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"chai": "^4.2.0",
"ethereum-waffle": "^3.1.1",
"ethers": "^5.0.0",
"hardhat": "^2.2.0",
"husky": "^4.2.5"
},
"dependencies": {
"@openzeppelin/test-helpers": "^0.5.13",
"solc": "^0.5.16"
}
}