-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
247 lines (247 loc) · 6.25 KB
/
Copy pathpackage.json
File metadata and controls
247 lines (247 loc) · 6.25 KB
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
{
"name": "@fireblocks/fireblocks-cli",
"description": "Agent-first CLI for Fireblocks infrastructure. Execute any Fireblocks API operation from the command line.",
"version": "2.0.0",
"author": "Fireblocks",
"repository": {
"type": "git",
"url": "https://github.com/fireblocks/fireblocks-cli"
},
"bin": {
"fireblocks": "./bin/run.js"
},
"dependencies": {
"@oclif/core": "^4",
"@oclif/plugin-help": "^6",
"@oclif/plugin-autocomplete": "^3.2.42",
"chalk": "5",
"jose": "^6.2.1",
"js-yaml": "^4"
},
"devDependencies": {
"@oclif/test": "^4",
"@types/js-yaml": "^4",
"@types/node": "^22",
"nock": "^14",
"oclif": "^4",
"shx": "^0.3.3",
"tsx": "^4",
"typescript": "^5",
"jest": "^29",
"ts-jest": "^29",
"ts-node": "^10",
"@types/jest": "^29"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"./bin",
"./dist",
"./oclif.manifest.json"
],
"keywords": [
"oclif",
"fireblocks",
"cli"
],
"license": "MIT",
"main": "dist/index.js",
"type": "module",
"oclif": {
"bin": "fireblocks",
"dirname": "fireblocks-cli",
"commands": {
"strategy": "pattern",
"target": "./dist/commands"
},
"topicSeparator": " ",
"topics": {
"admin-quorum": {
"description": "Admin Quorum operations"
},
"api-user": {
"description": "Api User operations"
},
"audit-logs": {
"description": "Audit Logs operations"
},
"blockchains-assets": {
"description": "Blockchains & assets operations"
},
"compliance": {
"description": "Compliance operations"
},
"compliance-screening-configuration": {
"description": "Compliance Screening Configuration operations"
},
"connected-accounts": {
"description": "Connected Accounts operations (Beta)"
},
"console-user": {
"description": "Console User operations"
},
"contract-interactions": {
"description": "Contract Interactions operations"
},
"contract-templates": {
"description": "Contract Templates operations"
},
"contracts": {
"description": "Contracts operations"
},
"cosigners": {
"description": "Cosigners operations (Beta)"
},
"deployed-contracts": {
"description": "Deployed Contracts operations"
},
"earn": {
"description": "Earn operations (Beta)"
},
"embedded-wallets": {
"description": "Embedded Wallets operations"
},
"exchange-accounts": {
"description": "Exchange accounts operations"
},
"external-wallets": {
"description": "External wallets operations"
},
"fiat-accounts": {
"description": "Fiat accounts operations"
},
"gas-stations": {
"description": "Gas stations operations"
},
"genie": {
"description": "Genie operations (Beta)"
},
"internal-wallets": {
"description": "Internal wallets operations"
},
"key-link": {
"description": "Key Link operations (Beta)"
},
"keys": {
"description": "Keys operations (Beta)"
},
"network-connections": {
"description": "Network connections operations"
},
"nfts": {
"description": "NFTs operations"
},
"off-exchanges": {
"description": "Off exchanges operations"
},
"onchain-data": {
"description": "Onchain Data operations"
},
"ota": {
"description": "OTA operations (Beta)"
},
"payments-flows": {
"description": "Payments - Flows operations"
},
"payments-payout": {
"description": "Payments - Payout operations"
},
"policy-editor": {
"description": "Policy Editor operations (Beta)"
},
"policy-editor-v2": {
"description": "Policy Editor V2 operations"
},
"reports": {
"description": "Reports operations (Beta)"
},
"reset-device": {
"description": "Reset device operations"
},
"smart-transfer": {
"description": "Smart Transfer operations"
},
"staking": {
"description": "Staking operations"
},
"tags": {
"description": "Tags operations"
},
"tokenization": {
"description": "Tokenization operations"
},
"trading": {
"description": "Trading operations (Beta)"
},
"transactions": {
"description": "Transactions operations"
},
"travel-rule": {
"description": "Travel Rule operations"
},
"trlink": {
"description": "TRLink operations"
},
"user-groups": {
"description": "User groups operations (Beta)"
},
"users": {
"description": "Users operations"
},
"utxo-management": {
"description": "UTXO Management operations (Beta)"
},
"vaults": {
"description": "Vaults operations"
},
"web3-connections": {
"description": "Web3 connections operations"
},
"webhooks": {
"description": "Webhooks operations"
},
"webhooks-v2": {
"description": "Webhooks V2 operations"
},
"whitelist-ip-addresses": {
"description": "whitelist ip addresses operations"
},
"workspace": {
"description": "Workspace operations"
},
"workspace-status": {
"description": "Workspace Status operations (Beta)"
}
},
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-autocomplete"
],
"update": {
"node": {
"version": "22.0.0"
}
},
"targets": [
"darwin-x64",
"darwin-arm64",
"linux-x64",
"linux-arm64",
"win32-x64"
],
"macos": {
"identifier": "com.fireblocks.mycli"
}
},
"scripts": {
"build": "shx rm -rf dist && tsc -b",
"postbuild": "oclif manifest",
"test": "jest",
"pack": "oclif pack tarballs --targets darwin-x64,darwin-arm64,linux-x64,linux-arm64,win32-x64",
"pack:mac": "oclif pack macos",
"pack:win": "oclif pack win --targets win32-x64",
"pack:deb": "oclif pack deb"
},
"types": "dist/index.d.ts"
}