forked from MolochVentures/moloch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.35 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
{
"name": "moloch",
"version": "1.0.0",
"description": "",
"devDependencies": {
"@nomiclabs/hardhat-etherscan": "^2.1.0",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"eth-lightwallet": "3.0.0",
"hardhat": "^2.0.5",
"prompt-confirm": "^2.0.4",
"standard": "^11.0.0",
"web3": "^1.3.0"
},
"scripts": {
"compile": "node_modules/.bin/hardhat compile",
"test": "bash scripts/test.sh",
"gcli": "ganache-cli -l 8000000 -m \"fetch local valve black attend double eye excite planet primary install allow\"",
"lint:tests": "eslint test/*.js",
"coverage": "SOLIDITY_COVERAGE=true bash scripts/test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MolochVentures/moloch.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MolochVentures/moloch/issues"
},
"homepage": "https://github.com/MolochVentures/moloch#readme"
}