-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
59 lines (59 loc) · 1.28 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
57
58
59
{
"name": "pandacash-cli",
"version": "0.4.4",
"description": "Fast Bitcoin Cash RPC client for testing and development (inspired by ganache-cli)",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start:debug": "node index.js --debug"
},
"bin": {
"pandacash-cli": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/panda-suite/pandacash-cli.git"
},
"author": "Pandas",
"license": "MIT",
"bugs": {
"url": "https://github.com/panda-suite/pandacash-cli/issues"
},
"keywords": [
"bitcoin",
"bitcoincash",
"btc",
"bch",
"ganache-cli",
"devtools",
"blockchain",
"pandacash",
"bitcoin-com",
"bitbox"
],
"contributors": [
{
"name": "Adrian Barwicki",
"email": "[email protected]",
"url": "https://adrianbarwicki.com"
},
{
"name": "Rosco Kalis",
"email": "[email protected]",
"url": "https://kalis.me"
},
{
"name": "Gabriel Cardona"
}
],
"homepage": "https://github.com/panda-suite/pandacash-cli#readme",
"dependencies": {
"chalk": "^2.4.1",
"clear": "^0.1.0",
"curl": "^0.1.4",
"figlet": "^1.2.1",
"pandacash-core": "^0.3.0",
"yargs": "^12.0.2"
},
"devDependencies": {}
}