-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
39 lines (39 loc) · 1022 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
39
{
"name": "guac",
"version": "1.0.0",
"description": "",
"directories": {
"test": "test"
},
"dependencies": {
"eth-gas-reporter": "^0.1.12",
"ethereum-tx-decoder": "^2.0.1",
"ethers": "^4.0.12",
"ganache-cli": "6.1.2",
"truffle": "^5.0.0-beta.2"
},
"devDependencies": {
"chai": "^4.2.0",
"solmd": "^0.3.0",
"eslint": "^4.1.1",
"prettier": "^1.5.3"
},
"scripts": {
"test": "truffle test",
"compile": "truffle compile",
"migrate": "truffle migrate --reset",
"ganache": "ganache-cli -m 'cook mango twist then skin sort option civil have still rather guilt'",
"prettier": "prettier --write **/**.js",
"docs": "solmd ./contracts/PaymentChannels.sol --dest ./readme.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/althea-mesh/guac.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/alteah-mesh/guac/issues"
},
"homepage": "https://github.com/althea-mesh/guac#readme"
}