-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
758 lines (758 loc) · 24.2 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
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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
{
"name": "forcecode",
"version": "4.2.2",
"publisher": "JohnAaronNelson",
"displayName": "ForceCode",
"description": "Visual Studio Code extension for Salesforce (SFDC) development",
"author": {
"name": "celador"
},
"license": "MIT",
"engines": {
"vscode": "^1.88.0"
},
"icon": "images/new-logo.png",
"categories": [
"Other"
],
"keywords": [
"sfdx",
"salesforce",
"salesforcedx"
],
"galleryBanner": {
"color": "#FF4500",
"theme": "dark"
},
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/celador/ForceCode.git"
},
"activationEvents": [
"workspaceContains:force.json"
],
"main": "./dist/src/extension.js",
"contributes": {
"views": {
"fcView": [
{
"id": "ForceCode.codeCovDataProvider",
"name": "Code Coverage",
"when": "ForceCodeActive"
},
{
"id": "ForceCode.switchUserProvider",
"name": "Saved Usernames",
"when": "ForceCodeActive"
},
{
"id": "ForceCode.saveHistoryProvider",
"name": "Save History",
"when": "ForceCodeActive"
},
{
"id": "ForceCode.treeDataProvider",
"name": "Running Tasks",
"when": "ForceCodeActive"
}
]
},
"viewsContainers": {
"activitybar": [
{
"id": "fcView",
"icon": "./images/fcView.svg",
"title": "ForceCode"
}
]
},
"commands": [
{
"command": "ForceCode.createProject",
"title": "ForceCode: Create Project"
},
{
"command": "ForceCode.showMenu",
"title": "ForceCode: ForceCode Menu"
},
{
"command": "ForceCode.openOrg",
"title": "ForceCode: Open Org In Browser"
},
{
"command": "ForceCode.compile",
"title": "ForceCode: Save/Deploy/Compile"
},
{
"command": "ForceCode.forceCompile",
"title": "ForceCode: Save/Deploy/Compile",
"icon": {
"light": "./images/compile.svg",
"dark": "./images/compile.svg"
}
},
{
"command": "ForceCode.refresh",
"title": "ForceCode: Refresh from server",
"icon": {
"light": "./images/refresh.svg",
"dark": "./images/refresh.svg"
}
},
{
"command": "ForceCode.getCodeCoverage",
"title": "Retrieve Code Coverage Information",
"icon": {
"light": "./images/refreshCoverage.svg",
"dark": "./images/refreshCoverage.svg"
}
},
{
"command": "ForceCode.executeAnonymous",
"title": "ForceCode: Execute Anonymous"
},
{
"command": "ForceCode.find",
"title": "ForceCode: Search Code in Org"
},
{
"command": "ForceCode.open",
"title": "ForceCode: Get Class, Page, or Trigger"
},
{
"command": "ForceCode.staticResource",
"title": "ForceCode: Bundle / Deploy Static Resource"
},
{
"command": "ForceCode.openFileInOrg",
"title": "ForceCode: Open this file in the Org"
},
{
"command": "ForceCode.toggleCoverage",
"title": "ForceCode: Toggle Test Coverage",
"icon": {
"light": "./images/coverage.svg",
"dark": "./images/coverage.svg"
}
},
{
"command": "ForceCode.previewVF",
"title": "ForceCode: Preview Visualforce page",
"icon": {
"light": "./images/logo.svg",
"dark": "./images/logo.svg"
}
},
{
"command": "ForceCode.previewApp",
"title": "ForceCode: Preview Lightning App",
"icon": {
"light": "./images/logo.svg",
"dark": "./images/logo.svg"
}
},
{
"command": "ForceCode.diff",
"title": "ForceCode: Diff Local <> Remote"
},
{
"command": "ForceCode.logout",
"title": "Log out of this org"
},
{
"command": "ForceCode.switchUser",
"title": "Switch to this org"
},
{
"command": "ForceCode.login",
"title": "Log into this org"
},
{
"command": "ForceCode.removeConfig",
"title": "Remove ForceCode configuration folder"
},
{
"command": "ForceCode.cancelCommand",
"title": "Cancel Task",
"icon": {
"light": "./images/cancel.svg",
"dark": "./images/cancel.svg"
}
},
{
"command": "ForceCode.runTests",
"title": "Run Test",
"icon": {
"light": "./images/runTest.svg",
"dark": "./images/runTest.svg"
}
},
{
"command": "ForceCode.deleteFile",
"title": "ForceCode: Delete file from org"
}
],
"keybindings": [
{
"command": "ForceCode.showMenu",
"key": "alt+cmd+c",
"win": "ctrl+shift+c",
"linux": "ctrl+shift+c",
"when": "editorFocus && ForceCodeActive"
},
{
"command": "ForceCode.compile",
"key": "alt+cmd+s",
"win": "ctrl+shift+s",
"linux": "ctrl+shift+s",
"when": "editorFocus && ForceCodeActive && editorIsOpen && ForceCodeLoggedIn"
},
{
"command": "ForceCode.executeAnonymous",
"key": "alt+cmd+e",
"win": "alt+shift+e",
"linux": "alt+shift+e",
"when": "editorFocus && ForceCodeActive && editorHasSelection && ForceCodeLoggedIn"
},
{
"command": "ForceCode.find",
"key": "alt+cmd+f",
"win": "alt+shift+f",
"linux": "alt+shift+f",
"when": "editorFocus && ForceCodeActive && editorHasSelection && ForceCodeLoggedIn"
},
{
"command": "ForceCode.open",
"key": "alt+cmd+o",
"win": "alt+shift+o",
"linux": "alt+shift+o",
"when": "ForceCodeActive && ForceCodeLoggedIn"
},
{
"command": "ForceCode.staticResource",
"key": "alt+cmd+b",
"win": "alt+shift+b",
"linux": "alt+shift+b",
"when": "ForceCodeActive && ForceCodeLoggedIn"
}
],
"configuration": {
"type": "object",
"title": "ForceCode configuration",
"properties": {
"force.autoApiVersion": {
"type": "boolean",
"default": true,
"description": "Automatically create new source files with the latest Salesforce API version instead of relying on the Default Api Version setting. This will override all other API settings and will update ForceCode org settings to always use the newest API version."
},
"force.autoRefresh": {
"type": "boolean",
"default": false,
"description": "If autoCompile is on, and you're working in a resource-bundles folder, the staticResource will automatically compile and deploy to your org. If autoRefresh is on (and you're working on a Mac), the currently active tab in Google Chrome Canary (or your configured browser) will be refreshed. This provides a simple browsersync-like experience without the overhead of browsersync"
},
"force.browser": {
"type": "string",
"default": "Google Chrome Canary",
"description": "Define which browser you want to reload when the static resource refreshes (this only works with Macs at the moment)"
},
"force.bulkLoaderPollInterval": {
"type": "number",
"default": 2000,
"description": "The amount of time in milliseconds between updates when doing bulk CRUD operations."
},
"force.bulkLoaderPollTimeout": {
"type": "number",
"default": 60000,
"description": "The amount of time in milliseconds until a bulk load times out."
},
"force.checkForFileChanges": {
"type": "boolean",
"default": false,
"description": "This option, when checked, will allow ForceCode to check for file changes against the server on startup of ForceCode."
},
"force.retrieveCodeCoverageOnStart": {
"type": "boolean",
"default": true,
"description": "This option, when checked, will allow ForceCode to retrieve code coverage information on startup of ForceCode."
},
"force.retrieveCoverageOnFileRetrieval": {
"type": "boolean",
"default": true,
"description": "This option, when checked, will allow ForceCode to retrieve code coverage information when retrieving an apex file from the server."
},
"force.defaultApiVersion": {
"type": "string",
"default": "57.0",
"description": "When Auto Api Version is checked this will have no effect. The Salesforce API version to use when logging into new orgs. Must be in the format of XX.X. Example: 45.0"
},
"force.debugFilter": {
"type": "string",
"default": "USER_DEBUG|FATAL_ERROR",
"description": "A regular expression used to match a line for display. The default is to show debug and error lines, so you can filter out the log noise."
},
"force.debugOnly": {
"type": "boolean",
"default": true,
"description": "When executing anonymous or running Apex tests, we can either show all the output or only the debug lines. This makes it easier to debug your code. Turn if on for the important stuff, and turn it off to get all the detail."
},
"force.filesExclude": {
"type": "object",
"default": {
".gitignore": true,
".DS_Store": true,
".org_metadata": true,
"**/*.map": true,
"node_modules/**": true,
"bower_modules/**": true,
"**.tmp": true,
".log": true,
"forceBundleSettings.json": true
},
"description": "An object describing the files to exclude from the Static Resource build. The key is a Nodejs \"Glob\" pattern, the value is true or false"
},
"force.maxFileChangeNotifications": {
"type": "number",
"default": 15,
"description": "The maximum number of file change notifications that will be shown on startup of the extension."
},
"force.maxQueryHistory": {
"type": "number",
"default": 10,
"description": "The maximum number of queries to store in the query history of the query editor."
},
"force.maxQueryResultsPerPage": {
"type": "number",
"default": 250,
"description": "The maximum number of results to show per page when executing a query in the query editor."
},
"force.maxSaveHistory": {
"type": "number",
"default": 10,
"description": "The maximum number of save history results to show in the Forcecode view."
},
"force.onlyShowProjectUsernames": {
"type": "boolean",
"default": true,
"description": "If checked, Forcecode will only show the usernames in use in each project instead of every one that has been authenticated on your machine."
},
"force.outputQueriesAsCSV": {
"type": "boolean",
"default": true,
"description": "If checked, will retrieve soql/toql results in csv form. If false, json will be returned."
},
"force.revealTestedClass": {
"type": "boolean",
"default": false,
"description": "When checked, this will reveal the class (In the code coverage view) that received the highest amount of coverage from running a test. I say this because if you don't have the tested class in your src folder then it will show the next highest covered class in your project. If none are found then it won't be revealed."
},
"force.setDefaultUsernameOnLogin": {
"type": "boolean",
"default": true,
"description": "When checked, Forcecode will update the SFDX CLI default username to the current logged in org each time you switch usernames. This allows you to use Forcecode alongside of the Salesforce extensions, so you don't need to worry about changing the default username each time you switch orgs."
},
"force.showFilesOnOpen": {
"type": "boolean",
"default": true,
"description": "If checked, will open files in the editor when opened from Salesforce."
},
"force.showFilesOnOpenMax": {
"type": "number",
"default": 3,
"description": "The maximum number of files to open in the editor. More than 3 usually causes problems or doesn't work."
},
"force.showTestLog": {
"type": "boolean",
"default": true,
"description": "This flag determines if the Log file for the last test run should show up after the tests are complete. This is nice for debugging tests. Use this in conjunction with the other debug flags to keep your output tidy. The log file will only show if it's not empty (Because of filtering)."
}
}
},
"languages": [
{
"id": "apex",
"extensions": [
".apex",
".cls",
".trigger",
".tgr"
],
"aliases": [
"Apex"
]
},
{
"id": "visualforce",
"extensions": [
".component",
".page"
],
"aliases": [
"Visualforce"
]
},
{
"id": "html",
"extensions": [
".htm",
".html",
".cmp",
".app",
".auradoc",
".evt",
".design",
".intf",
".tokens"
],
"aliases": [
"HTML"
]
},
{
"id": "javascript",
"extensions": [
".js"
],
"aliases": [
"Javascript"
]
},
{
"id": "css",
"extensions": [
".css"
],
"aliases": [
"CSS"
]
},
{
"id": "svg",
"extensions": [
".svg"
],
"aliases": [
"SVG"
]
},
{
"id": "staticResource",
"extensions": [
".resource"
]
},
{
"id": "apexCodeCoverage",
"extensions": [
".acov"
]
}
],
"menus": {
"editor/title": [
{
"when": "resourceLangId == apex && ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.toggleCoverage",
"group": "navigation"
},
{
"when": "resourceExtname == .page && ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.previewVF",
"group": "navigation"
},
{
"when": "resourceExtname == .app && ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.previewApp",
"group": "navigation"
},
{
"when": "ForceCodeActive && ForceCodeLoggedIn && isInDiffEditor",
"command": "ForceCode.refresh",
"group": "navigation"
},
{
"when": "ForceCodeActive && ForceCodeLoggedIn && isInDiffEditor",
"command": "ForceCode.forceCompile",
"group": "navigation"
}
],
"editor/context": [
{
"when": "ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.openOrg",
"group": "ForceCode"
},
{
"when": "ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.compile",
"group": "ForceCode"
},
{
"when": "ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.refresh",
"group": "ForceCode"
},
{
"when": "resourceExtname == .page && ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.previewVF",
"group": "ForceCode"
},
{
"when": "resourceExtname == .app && ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.previewApp",
"group": "ForceCode"
},
{
"when": "resourceLangId == apex && ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.toggleCoverage",
"group": "ForceCode"
},
{
"when": "resourceLangId == visualforce && ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.openFileInOrg",
"group": "ForceCode"
},
{
"when": "resourceLangId == apex && ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.openFileInOrg",
"group": "ForceCode"
},
{
"when": "resourceLangId == apex && editorHasSelection && ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.executeAnonymous",
"group": "ForceCode"
},
{
"when": "editorHasSelection && ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.find",
"group": "ForceCode"
},
{
"when": "resourceLangId == visualforce && ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.diff",
"group": "ForceCode"
},
{
"when": "resourceLangId == html && ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.diff",
"group": "ForceCode"
},
{
"when": "resourceLangId == javascript && ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.diff",
"group": "ForceCode"
},
{
"when": "resourceLangId == apex && ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.diff",
"group": "ForceCode"
},
{
"when": "resourceLangId == css && ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.diff",
"group": "ForceCode"
},
{
"when": "resourceLangId == svg && ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.diff",
"group": "ForceCode"
},
{
"when": "resourceLangId == xml && ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.diff",
"group": "ForceCode"
},
{
"when": "ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.deleteFile",
"group": "ForceCode"
}
],
"explorer/context": [
{
"when": "ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.refresh",
"group": "ForceCode"
},
{
"when": "ForceCodeActive && !explorerResourceIsFolder && ForceCodeLoggedIn",
"command": "ForceCode.compile",
"group": "ForceCode"
},
{
"when": "ForceCodeActive && ForceCodeLoggedIn",
"command": "ForceCode.deleteFile",
"group": "ForceCode"
}
],
"view/title": [
{
"when": "view == ForceCode.codeCovDataProvider",
"command": "ForceCode.getCodeCoverage",
"group": "navigation"
}
],
"view/item/context": [
{
"when": "viewItem == currentConn && ForceCodeActive",
"command": "ForceCode.logout"
},
{
"when": "viewItem == loggedInConn && ForceCodeActive",
"command": "ForceCode.logout"
},
{
"when": "viewItem == loggedInConn && ForceCodeActive",
"command": "ForceCode.switchUser"
},
{
"when": "viewItem == loggedInConn && ForceCodeActive",
"command": "ForceCode.removeConfig"
},
{
"when": "viewItem == notLoggedInConn && ForceCodeActive",
"command": "ForceCode.login"
},
{
"when": "viewItem == notLoggedInConn && ForceCodeActive",
"command": "ForceCode.removeConfig"
},
{
"when": "viewItem == forceCodeTask && ForceCodeActive",
"command": "ForceCode.cancelCommand"
},
{
"when": "viewItem == forceCodeTask && ForceCodeActive",
"command": "ForceCode.cancelCommand",
"group": "inline"
},
{
"when": "viewItem == fcTestClass && ForceCodeActive",
"command": "ForceCode.runTests",
"group": "inline"
}
],
"commandPalette": [
{
"command": "ForceCode.createProject"
},
{
"command": "ForceCode.showMenu",
"when": "ForceCodeShowMenu"
},
{
"command": "ForceCode.compile",
"when": "ForceCodeActive && editorIsOpen && ForceCodeLoggedIn"
},
{
"command": "ForceCode.refresh",
"when": "ForceCodeActive && editorIsOpen && ForceCodeLoggedIn"
},
{
"command": "ForceCode.executeAnonymous",
"when": "ForceCodeActive && editorIsOpen && editorHasSelection && ForceCodeLoggedIn"
},
{
"command": "ForceCode.open",
"when": "ForceCodeActive && ForceCodeLoggedIn"
},
{
"command": "ForceCode.staticResource",
"when": "ForceCodeActive && ForceCodeLoggedIn"
},
{
"command": "ForceCode.toggleCoverage",
"when": "ForceCodeActive && resourceLangId == apex && ForceCodeLoggedIn"
},
{
"command": "ForceCode.diff",
"when": "ForceCodeActive && resourceLangId == apex && ForceCodeLoggedIn"
},
{
"command": "ForceCode.diff",
"when": "ForceCodeActive && resourceLangId == visualforce && ForceCodeLoggedIn"
},
{
"command": "ForceCode.diff",
"when": "ForceCodeActive && resourceLangId == html && ForceCodeLoggedIn"
},
{
"command": "ForceCode.diff",
"when": "ForceCodeActive && resourceLangId == javascript && ForceCodeLoggedIn"
},
{
"command": "ForceCode.diff",
"when": "ForceCodeActive && resourceLangId == css && ForceCodeLoggedIn"
},
{
"command": "ForceCode.diff",
"when": "ForceCodeActive && resourceLangId == svg && ForceCodeLoggedIn"
},
{
"command": "ForceCode.openOrg",
"when": "ForceCodeActive && ForceCodeLoggedIn"
},
{
"command": "ForceCode.openFileInOrg",
"when": "ForceCodeActive && editorIsOpen && ForceCodeLoggedIn"
},
{
"command": "ForceCode.previewVF",
"when": "ForceCodeActive && editorIsOpen && ForceCodeLoggedIn"
},
{
"command": "ForceCode.previewApp",
"when": "ForceCodeActive && editorIsOpen && ForceCodeLoggedIn"
},
{
"command": "ForceCode.deleteFile",
"when": "ForceCodeActive && editorIsOpen && ForceCodeLoggedIn"
}
]
}
},
"scripts": {
"major": "npm version major && git push",
"minor": "npm version minor && git push",
"patch": "npm version patch && git push",
"prerelease": "npm version prerelease && git push",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"clean": "rimraf ./dist && rimraf ./node_modules/",
"test": "node ./dist/test/runTest.js",
"package": "rimraf ./dist && rimraf ./*.vsix && webpack --mode production && vsce package",
"webpack": "webpack --mode development",
"webpack-dev": "webpack --mode development --watch"
},
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/globule": "1.1.9",
"@types/klaw": "3.0.6",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.31",
"@types/sinon": "^17.0.3",
"@types/vscode": "1.88.0",
"@types/xml2js": "0.4.14",
"@vscode/test-electron": "2.3.9",
"@vscode/vsce": "^2.26.0",
"compressing": "1.10.0",
"deepmerge": "4.3.1",
"fs-extra": "11.2.0",
"globule": "1.3.4",
"jsforce": "1.11.1",
"klaw": "4.1.0",
"mime-types": "2.1.35",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"request-light": "0.7.0",
"rimraf": "^5.0.5",
"sinon": "^17.0.1",
"tree-kill": "1.2.2",
"ts-loader": "^9.5.1",
"tslint": "^6.1.3",
"typescript": "5.2.2",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"xml2js": "0.6.2"
}
}