-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
38 lines (38 loc) · 978 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": "dav-cli",
"version": "0.3.0",
"description": "Command line tool to ease developing with DAV",
"homepage": "https://github.com/DAVFoundation/dav-cli#readme",
"bugs": {
"url": "https://github.com/DAVFoundation/dav-cli/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DAVFoundation/dav-cli.git"
},
"license": "MIT",
"author": "Tal Ater <[email protected]>",
"bin": {
"dav-cli": "bin/dav-cli.js"
},
"scripts": {
"start": "./bin/dav-cli.js --start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"chalk": "^2.4.2",
"commander": "^2.20.0",
"ethereumjs-util": "^6.1.0",
"ethereumjs-wallet": "^0.6.3",
"ganache-cli": "^6.4.3",
"js-sha3": "^0.8.0",
"keythereum": "^1.0.4",
"update-notifier": "^2.5.0",
"web3": "1.0.0-beta.36"
},
"devDependencies": {
"eslint": "^5.16.0",
"prettier": "^1.17.0"
},
"preferGlobal": true
}