-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 987 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
40
41
{
"name": "waffle-cli",
"version": "0.0.1",
"description": "An Ethereum CLI explorer curated for smart contract monitoring & much more",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tezansahu/Waffle-CLI.git"
},
"keywords": [
"alethio",
"ethereum",
"CLI",
"explorer"
],
"author": "Tezan Sahu, Smit Rajput",
"license": "MIT",
"bin": {
"waffle-cli": "./index.js"
},
"bugs": {
"url": "https://github.com/tezansahu/Waffle-CLI/issues"
},
"homepage": "https://github.com/tezansahu/Waffle-CLI#readme",
"dependencies": {
"chalk": "^2.4.2",
"clear": "^0.1.0",
"commander": "^2.20.0",
"ethereum-ens": "^0.7.7",
"figlet": "^1.2.3",
"inquirer": "^6.4.1",
"isomorphic-fetch": "^2.2.1",
"keccak256": "^1.0.0",
"moment": "^2.24.0",
"ora": "^3.4.0",
"web3": "^1.0.0-beta.37"
}
}