-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
167 lines (167 loc) · 4.74 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"name": "zilcli",
"description": "Command Line Interface for Zilliqa Blockchain",
"version": "2.0.5",
"author": "Ovidiu Miclea <micleaovidiul@gmail.com> @micovi",
"bin": {
"zilcli": "./bin/run"
},
"bugs": "https://github.com/micovi/zilcli/issues",
"dependencies": {
"@ledgerhq/hw-transport-node-hid": "^4.68.2",
"@oclif/command": "^1.5.15",
"@oclif/config": "^1.13.0",
"@oclif/plugin-help": "^2.2.0",
"@oclif/plugin-plugins": "^1.7.8",
"@oclif/plugin-update": "^1.3.9",
"@oclif/plugin-warn-if-update-available": "^1.7.0",
"@types/fs-extra": "^8.0.0",
"@types/inquirer": "^6.0.3",
"@types/ledgerhq__hw-transport-node-hid": "^4.22.1",
"@types/listr": "^0.14.1",
"@zilliqa-js/crypto": "^0.7.2",
"@zilliqa-js/util": "^0.7.1",
"@zilliqa-js/zilliqa": "^0.7.2",
"axios": "^0.21.1",
"babel-polyfill": "^6.26.0",
"chalk": "^2.4.2",
"fs-extra": "^8.1.0",
"inquirer": "^6.4.1",
"listr": "^0.14.3",
"lodash": "^4.17.14",
"namicorn": "0.2.14",
"slugify": "^1.3.4",
"tslib": "^1.10.0",
"zil-ledger-js-interface": "^0.1.2"
},
"devDependencies": {
"@oclif/dev-cli": "^1.22.2",
"@oclif/test": "^1.2.4",
"@oclif/tslint": "^3.1.1",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.7",
"@types/node": "^10.14.10",
"chai": "^4.2.0",
"globby": "^8.0.2",
"mocha": "^5.2.0",
"nyc": "^13.3.0",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.2"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/bin",
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"homepage": "https://github.com/micovi/zilcli",
"keywords": [
"zilliqa",
"blockchain",
"zillqa cli"
],
"license": "MIT",
"main": "lib/index.js",
"oclif": {
"commands": "./lib/commands",
"bin": "zilcli",
"plugins": [
"@oclif/plugin-plugins",
"@oclif/plugin-help",
"@oclif/plugin-update"
],
"topics": {
"tx": {
"description": "Transactions Facade | commands: send, gasprice"
},
"tx:details": {
"description": "Get details of a specified Transaction"
},
"tx:recent": {
"description": "Retrieve a list of recent 100 transactions."
},
"tx:send": {
"description": "create and send a transaction"
},
"tx:gasprice": {
"description": "shows current mininum gasprice"
},
"wallet": {
"description": "Wallet Facade | commands: create, list, import, export, remove"
},
"wallet:create": {
"description": "Create new wallet using passphrase"
},
"wallet:list": {
"description": "List all Wallet accounts"
},
"wallet:details": {
"description": "Print details about Wallet"
},
"wallet:import": {
"description": "Import wallet from keystore, private key or mnemonic"
},
"wallet:export": {
"description": "Export wallet"
},
"wallet:remove": {
"description": "Remove existing wallet from Zilcli Manager"
},
"contacts": {
"description": "AddressBook Facade | commands: list, add, remove"
},
"contacts:list": {
"description": "List all AddressBook contacts"
},
"contacts:add": {
"description": "Create a new entry in AddressBook"
},
"contacts:remove": {
"description": "Remove an entry from AddressBook"
},
"blockchain": {
"description": "General Blockchain Facade"
},
"blockchain:info": {
"description": "Retrieves generally blockchain information"
},
"blockchain:txblock": {
"description": "Retrieves a TxBlock data."
},
"blockchain:balance": {
"description": "Returns balance for an address or from a batch of addreses."
},
"domains": {
"description": "Unstoppable Domains Facade"
},
"domains:resolve": {
"resolve": "Retrieve .zil domain details such as owner and addresses."
}
},
"update": {
"s3": {
"bucket": "zilcli-v2"
}
},
"macos": {
"identifier": "com.zilliqa.cli"
},
"warn-if-update-available": {
"timeoutInDays": 2,
"message": "<%= config.name %> update available from <%= chalk.greenBright(config.version) %> to <%= chalk.greenBright(latest) %>."
}
},
"repository": "micovi/zilcli",
"scripts": {
"postpack": "rm -f oclif.manifest.json",
"posttest": "tslint -p test -t stylish",
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif-dev readme && git add README.md"
},
"types": "lib/index.d.ts"
}