|
1 | 1 | { |
2 | 2 | "name": "@fireblocks/fireblocks-cli", |
3 | 3 | "description": "Agent-first CLI for Fireblocks infrastructure. Execute any Fireblocks API operation from the command line.", |
4 | | - "version": "1.0.3", |
| 4 | + "version": "0.1.0", |
5 | 5 | "author": "Fireblocks", |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/fireblocks/fireblocks-cli" |
| 9 | + }, |
6 | 10 | "bin": { |
7 | 11 | "fireblocks": "./bin/run.js" |
8 | 12 | }, |
|
36 | 40 | "./dist", |
37 | 41 | "./oclif.manifest.json" |
38 | 42 | ], |
39 | | - "keywords": [ |
40 | | - "oclif", |
41 | | - "fireblocks", |
42 | | - "cli" |
43 | | - ], |
| 43 | + "keywords": ["oclif", "fireblocks", "cli"], |
44 | 44 | "license": "MIT", |
45 | 45 | "main": "dist/index.js", |
46 | 46 | "type": "module", |
|
54 | 54 | "topicSeparator": " ", |
55 | 55 | "topics": { |
56 | 56 | "vaults": { |
57 | | - "description": "Vaults operations" |
| 57 | + "description": "Vaults operations" |
58 | 58 | }, |
59 | 59 | "embedded-wallets": { |
60 | | - "description": "Embedded Wallets operations" |
| 60 | + "description": "Embedded Wallets operations" |
61 | 61 | }, |
62 | 62 | "workspace": { |
63 | | - "description": "Workspace operations" |
| 63 | + "description": "Workspace operations" |
64 | 64 | }, |
65 | 65 | "exchange-accounts": { |
66 | | - "description": "Exchange accounts operations" |
| 66 | + "description": "Exchange accounts operations" |
67 | 67 | }, |
68 | 68 | "fiat-accounts": { |
69 | | - "description": "Fiat accounts operations" |
| 69 | + "description": "Fiat accounts operations" |
70 | 70 | }, |
71 | 71 | "connected-accounts": { |
72 | | - "description": "Connected Accounts operations (Beta)" |
| 72 | + "description": "Connected Accounts operations (Beta)" |
73 | 73 | }, |
74 | 74 | "network-connections": { |
75 | | - "description": "Network connections operations" |
| 75 | + "description": "Network connections operations" |
76 | 76 | }, |
77 | 77 | "internal-wallets": { |
78 | | - "description": "Internal wallets operations" |
| 78 | + "description": "Internal wallets operations" |
79 | 79 | }, |
80 | 80 | "key-link": { |
81 | | - "description": "Key Link operations (Beta)" |
| 81 | + "description": "Key Link operations (Beta)" |
82 | 82 | }, |
83 | 83 | "keys": { |
84 | | - "description": "Keys operations (Beta)" |
| 84 | + "description": "Keys operations (Beta)" |
85 | 85 | }, |
86 | 86 | "external-wallets": { |
87 | | - "description": "External wallets operations" |
| 87 | + "description": "External wallets operations" |
88 | 88 | }, |
89 | 89 | "contracts": { |
90 | | - "description": "Contracts operations" |
| 90 | + "description": "Contracts operations" |
91 | 91 | }, |
92 | 92 | "blockchains-assets": { |
93 | | - "description": "Blockchains & assets operations" |
| 93 | + "description": "Blockchains & assets operations" |
94 | 94 | }, |
95 | 95 | "transactions": { |
96 | | - "description": "Transactions operations" |
| 96 | + "description": "Transactions operations" |
97 | 97 | }, |
98 | 98 | "payments-payout": { |
99 | | - "description": "Payments - Payout operations" |
| 99 | + "description": "Payments - Payout operations" |
100 | 100 | }, |
101 | 101 | "payments-flows": { |
102 | | - "description": "Payments - Flows operations" |
| 102 | + "description": "Payments - Flows operations" |
103 | 103 | }, |
104 | 104 | "gas-stations": { |
105 | | - "description": "Gas stations operations" |
| 105 | + "description": "Gas stations operations" |
106 | 106 | }, |
107 | 107 | "user-groups": { |
108 | | - "description": "User groups operations (Beta)" |
| 108 | + "description": "User groups operations (Beta)" |
109 | 109 | }, |
110 | 110 | "users": { |
111 | | - "description": "Users operations" |
| 111 | + "description": "Users operations" |
112 | 112 | }, |
113 | 113 | "audit-logs": { |
114 | | - "description": "Audit Logs operations" |
| 114 | + "description": "Audit Logs operations" |
115 | 115 | }, |
116 | 116 | "off-exchanges": { |
117 | | - "description": "Off exchanges operations" |
| 117 | + "description": "Off exchanges operations" |
118 | 118 | }, |
119 | 119 | "webhooks": { |
120 | | - "description": "Webhooks operations" |
| 120 | + "description": "Webhooks operations" |
121 | 121 | }, |
122 | 122 | "webhooks-v2": { |
123 | | - "description": "Webhooks V2 operations" |
| 123 | + "description": "Webhooks V2 operations" |
124 | 124 | }, |
125 | 125 | "contract-templates": { |
126 | | - "description": "Contract Templates operations" |
| 126 | + "description": "Contract Templates operations" |
127 | 127 | }, |
128 | 128 | "deployed-contracts": { |
129 | | - "description": "Deployed Contracts operations" |
| 129 | + "description": "Deployed Contracts operations" |
130 | 130 | }, |
131 | 131 | "tokenization": { |
132 | | - "description": "Tokenization operations" |
| 132 | + "description": "Tokenization operations" |
133 | 133 | }, |
134 | 134 | "contract-interactions": { |
135 | | - "description": "Contract Interactions operations" |
| 135 | + "description": "Contract Interactions operations" |
136 | 136 | }, |
137 | 137 | "onchain-data": { |
138 | | - "description": "Onchain Data operations" |
| 138 | + "description": "Onchain Data operations" |
139 | 139 | }, |
140 | 140 | "staking": { |
141 | | - "description": "Staking operations" |
| 141 | + "description": "Staking operations" |
142 | 142 | }, |
143 | 143 | "earn": { |
144 | | - "description": "Earn operations (Beta)" |
| 144 | + "description": "Earn operations (Beta)" |
145 | 145 | }, |
146 | 146 | "trading": { |
147 | | - "description": "Trading operations (Beta)" |
| 147 | + "description": "Trading operations (Beta)" |
148 | 148 | }, |
149 | 149 | "admin-quorum": { |
150 | | - "description": "Admin Quorum operations" |
| 150 | + "description": "Admin Quorum operations" |
151 | 151 | }, |
152 | 152 | "nfts": { |
153 | | - "description": "NFTs operations" |
| 153 | + "description": "NFTs operations" |
154 | 154 | }, |
155 | 155 | "web3-connections": { |
156 | | - "description": "Web3 connections operations" |
| 156 | + "description": "Web3 connections operations" |
157 | 157 | }, |
158 | 158 | "compliance": { |
159 | | - "description": "Compliance operations" |
| 159 | + "description": "Compliance operations" |
160 | 160 | }, |
161 | 161 | "travel-rule": { |
162 | | - "description": "Travel Rule operations" |
| 162 | + "description": "Travel Rule operations" |
163 | 163 | }, |
164 | 164 | "compliance-screening-configuration": { |
165 | | - "description": "Compliance Screening Configuration operations" |
| 165 | + "description": "Compliance Screening Configuration operations" |
166 | 166 | }, |
167 | 167 | "trlink": { |
168 | | - "description": "TRLink operations" |
| 168 | + "description": "TRLink operations" |
169 | 169 | }, |
170 | 170 | "ota": { |
171 | | - "description": "OTA operations (Beta)" |
| 171 | + "description": "OTA operations (Beta)" |
172 | 172 | }, |
173 | 173 | "workspace-status": { |
174 | | - "description": "Workspace Status operations (Beta)" |
| 174 | + "description": "Workspace Status operations (Beta)" |
175 | 175 | }, |
176 | 176 | "policy-editor": { |
177 | | - "description": "Policy Editor operations (Beta)" |
| 177 | + "description": "Policy Editor operations (Beta)" |
178 | 178 | }, |
179 | 179 | "policy-editor-v2": { |
180 | | - "description": "Policy Editor V2 operations (Beta)" |
| 180 | + "description": "Policy Editor V2 operations (Beta)" |
181 | 181 | }, |
182 | 182 | "console-user": { |
183 | | - "description": "Console User operations" |
| 183 | + "description": "Console User operations" |
184 | 184 | }, |
185 | 185 | "api-user": { |
186 | | - "description": "Api User operations" |
| 186 | + "description": "Api User operations" |
187 | 187 | }, |
188 | 188 | "reset-device": { |
189 | | - "description": "Reset device operations" |
| 189 | + "description": "Reset device operations" |
190 | 190 | }, |
191 | 191 | "whitelist-ip-addresses": { |
192 | | - "description": "whitelist ip addresses operations" |
| 192 | + "description": "whitelist ip addresses operations" |
193 | 193 | }, |
194 | 194 | "smart-transfer": { |
195 | | - "description": "Smart Transfer operations" |
| 195 | + "description": "Smart Transfer operations" |
196 | 196 | }, |
197 | 197 | "tags": { |
198 | | - "description": "Tags operations" |
| 198 | + "description": "Tags operations" |
199 | 199 | }, |
200 | 200 | "cosigners": { |
201 | | - "description": "Cosigners operations (Beta)" |
| 201 | + "description": "Cosigners operations (Beta)" |
202 | 202 | }, |
203 | 203 | "utxo-management": { |
204 | | - "description": "UTXO Management operations (Beta)" |
| 204 | + "description": "UTXO Management operations (Beta)" |
205 | 205 | } |
206 | | - }, |
| 206 | +}, |
207 | 207 | "plugins": [ |
208 | 208 | "@oclif/plugin-help", |
209 | 209 | "@oclif/plugin-autocomplete" |
|
221 | 221 | "win32-x64" |
222 | 222 | ], |
223 | 223 | "macos": { |
224 | | - "identifier": "com.fireblocks.mycli" |
| 224 | + "identifier": "com.fireblocks.mycli" |
225 | 225 | } |
226 | 226 | }, |
227 | 227 | "scripts": { |
|
232 | 232 | "pack:mac": "oclif pack macos", |
233 | 233 | "pack:win": "oclif pack win --targets win32-x64", |
234 | 234 | "pack:deb": "oclif pack deb" |
235 | | - }, |
| 235 | +}, |
236 | 236 | "types": "dist/index.d.ts" |
237 | 237 | } |
0 commit comments