-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.69 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
52
53
54
55
56
{
"name": "@tecommons/impact-hours",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"scripts": {
"compile": "hardhat compile",
"chain": "hardhat node",
"fork": "hardhat node --fork https://xdai-archive.blockscout.com",
"lint": "solium --dir ./contracts --config .soliumrc.json",
"test": "hardhat test",
"test:gas": "REPORT_GAS=true yarn test",
"coverage": "hardhat coverage",
"publish:major": "hardhat publish major",
"publish:minor": "hardhat publish minor",
"publish:patch": "hardhat publish patch"
},
"files": [
"/arapp.json",
"/build",
"/contracts",
"/test"
],
"keywords": [],
"description": "Mints tokens for IH contributors at a rate dependant of how much funds the Hatch has raised",
"devDependencies": {
"@1hive/hardhat-aragon": "^0.1.0",
"@1hive/contract-helpers-test": "^0.1.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"chai": "^4.2.0",
"dotenv": "^9.0.2",
"eslint": "^5.13.0",
"eslint-config-prettier": "^6.5.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eth-ens-namehash": "^2.0.8",
"ethers": "^5.1.4",
"hardhat": "^2.6.5",
"hardhat-deploy": "^0.9.3",
"hardhat-gas-reporter": "^1.0.4",
"mocha-each": "^1.2.0",
"prettier": "^2.4.1",
"solidity-coverage": "^0.7.16",
"solium": "^1.2.5",
"web3": "^1.3.6"
},
"dependencies": {
"@aragon/minime": "^1.0.0",
"@aragon/os": "^4.4.0"
}
}