-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
801 lines (801 loc) · 23.2 KB
/
package.json
File metadata and controls
801 lines (801 loc) · 23.2 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
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
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
{
"name": "b2c-vs-extension",
"displayName": "B2C DX VSCE",
"description": "VS Code extension for B2C Commerce developer experience (Page Designer assistant, B2C CLI integration)",
"version": "0.3.2",
"publisher": "Salesforce",
"license": "Apache-2.0",
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",
"homepage": "https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/tree/main/packages/b2c-vs-extension",
"bugs": "https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/issues",
"categories": [
"Other"
],
"dependencies": {
"@salesforce/b2c-tooling-sdk": "workspace:*"
},
"engines": {
"vscode": "^1.105.1"
},
"activationEvents": [
"onView:b2cWebdavExplorer",
"onView:b2cContentExplorer",
"onFileSystem:b2c-webdav",
"onFileSystem:b2c-content",
"onCommand:b2c-dx.openUI",
"onCommand:b2c-dx.promptAgent",
"onCommand:b2c-dx.listWebDav",
"onView:b2cApiBrowser",
"onView:b2cSandboxExplorer",
"onCommand:b2c-dx.scaffold.generate",
"onDebugResolve:b2c-script"
],
"main": "./dist/extension.js",
"contributes": {
"configuration": {
"title": "B2C DX",
"properties": {
"b2c-dx.features.sandboxExplorer": {
"type": "boolean",
"default": true,
"description": "Enable the Sandbox Explorer sidebar."
},
"b2c-dx.features.webdavBrowser": {
"type": "boolean",
"default": true,
"description": "Enable the WebDAV Browser."
},
"b2c-dx.features.contentLibraries": {
"type": "boolean",
"default": true,
"description": "Enable the Content Libraries browser."
},
"b2c-dx.features.logTailing": {
"type": "boolean",
"default": true,
"description": "Enable log tailing commands."
},
"b2c-dx.features.scaffold": {
"type": "boolean",
"default": true,
"description": "Enable scaffold generation commands."
},
"b2c-dx.features.apiBrowser": {
"type": "boolean",
"default": true,
"description": "Enable the API Browser for exploring SCAPI schemas."
},
"b2c-dx.logLevel": {
"type": "string",
"default": "info",
"enum": [
"trace",
"debug",
"info",
"warn",
"error",
"silent"
],
"description": "Log verbosity level for the B2C DX output channel."
},
"b2c-dx.sandbox.pollingInterval": {
"type": "number",
"default": 10,
"minimum": 2,
"maximum": 300,
"description": "Seconds between polls during sandbox state transitions."
}
}
},
"submenus": [
{
"id": "b2c-dx.submenu",
"label": "B2C-DX"
}
],
"viewsContainers": {
"activitybar": [
{
"id": "b2c-dx",
"title": "B2C-DX",
"icon": "media/b2c-icon.svg"
},
{
"id": "b2c-dx-sandboxes",
"title": "B2C-DX Sandboxes",
"icon": "$(server-environment)"
}
]
},
"views": {
"b2c-dx": [
{
"id": "b2cWebdavExplorer",
"name": "WebDAV Browser",
"icon": "media/b2c-icon.svg",
"contextualTitle": "B2C-DX"
},
{
"id": "b2cContentExplorer",
"name": "Libraries",
"icon": "media/b2c-icon.svg",
"contextualTitle": "B2C-DX"
},
{
"id": "b2cApiBrowser",
"name": "API Browser",
"icon": "media/b2c-icon.svg",
"contextualTitle": "B2C-DX"
}
],
"b2c-dx-sandboxes": [
{
"id": "b2cSandboxExplorer",
"name": "Realm Explorer",
"contextualTitle": "B2C-DX"
}
]
},
"viewsWelcome": [
{
"view": "b2cWebdavExplorer",
"contents": "No B2C Commerce instance configured.\n\nCreate a dw.json file in your workspace or set SFCC_* environment variables.\n\n[Refresh](command:b2c-dx.webdav.refresh)"
},
{
"view": "b2cContentExplorer",
"contents": "No content libraries configured.\n\nSet \"contentLibrary\" in dw.json or add a library manually.\n\n[Add Library](command:b2c-dx.content.addLibrary)"
},
{
"view": "b2cApiBrowser",
"contents": "Browse SCAPI OpenAPI schemas for your Commerce Cloud instance.\n\nRequires OAuth credentials (clientId, clientSecret) and shortCode in dw.json.\n\n[Load APIs](command:b2c-dx.apiBrowser.refresh)"
},
{
"view": "b2cSandboxExplorer",
"contents": "No sandbox realms configured.\n\nSet \"realm\" in dw.json or add a realm manually.\n\n[Add Realm](command:b2c-dx.sandbox.addRealm)"
}
],
"debuggers": [
{
"type": "b2c-script",
"label": "B2C Script Debugger",
"languages": [
"javascript"
],
"configurationAttributes": {
"launch": {
"properties": {
"cartridgePath": {
"type": "string",
"description": "Path to cartridges directory (auto-detected from workspace by default)"
}
}
}
},
"initialConfigurations": [
{
"type": "b2c-script",
"request": "launch",
"name": "B2C Script Debugger"
}
],
"configurationSnippets": [
{
"label": "B2C Script Debugger",
"description": "Debug B2C Commerce server-side scripts",
"body": {
"type": "b2c-script",
"request": "launch",
"name": "B2C Script Debugger"
}
}
]
}
],
"commands": [
{
"command": "b2c-dx.openUI",
"title": "Open Page Designer Assistant UI",
"category": "B2C DX - Page Designer Assistant"
},
{
"command": "b2c-dx.promptAgent",
"title": "Prompt Agent",
"category": "B2C DX"
},
{
"command": "b2c-dx.listWebDav",
"title": "List WebDAV",
"category": "B2C DX"
},
{
"command": "b2c-dx.apiBrowser.refresh",
"title": "Refresh",
"icon": "$(refresh)",
"category": "B2C DX - API Browser"
},
{
"command": "b2c-dx.apiBrowser.openSwagger",
"title": "Open API Documentation",
"category": "B2C DX - API Browser"
},
{
"command": "b2c-dx.sandbox.refresh",
"title": "Refresh",
"icon": "$(refresh)",
"category": "B2C DX - Sandboxes"
},
{
"command": "b2c-dx.sandbox.addRealm",
"title": "Add Realm",
"icon": "$(add)",
"category": "B2C DX - Sandboxes"
},
{
"command": "b2c-dx.sandbox.removeRealm",
"title": "Remove Realm",
"icon": "$(remove)",
"category": "B2C DX - Sandboxes"
},
{
"command": "b2c-dx.sandbox.create",
"title": "Create Sandbox",
"icon": "$(plus)",
"category": "B2C DX - Sandboxes"
},
{
"command": "b2c-dx.sandbox.delete",
"title": "Delete Sandbox",
"icon": "$(trash)",
"category": "B2C DX - Sandboxes"
},
{
"command": "b2c-dx.sandbox.start",
"title": "Start Sandbox",
"icon": "$(debug-start)",
"category": "B2C DX - Sandboxes"
},
{
"command": "b2c-dx.sandbox.stop",
"title": "Stop Sandbox",
"icon": "$(debug-stop)",
"category": "B2C DX - Sandboxes"
},
{
"command": "b2c-dx.sandbox.restart",
"title": "Restart Sandbox",
"icon": "$(debug-restart)",
"category": "B2C DX - Sandboxes"
},
{
"command": "b2c-dx.sandbox.viewDetails",
"title": "View Details",
"icon": "$(info)",
"category": "B2C DX - Sandboxes"
},
{
"command": "b2c-dx.sandbox.openBM",
"title": "Open Business Manager",
"icon": "$(link-external)",
"category": "B2C DX - Sandboxes"
},
{
"command": "b2c-dx.sandbox.extendExpiration",
"title": "Extend Expiration",
"icon": "$(clock)",
"category": "B2C DX - Sandboxes"
},
{
"command": "b2c-dx.instance.inspect",
"title": "B2C Instance Config",
"category": "B2C DX"
},
{
"command": "b2c-dx.instance.switch",
"title": "Switch Active Instance",
"category": "B2C DX"
},
{
"command": "b2c-dx.logs.startTail",
"title": "Start Tailing Logs",
"icon": "$(output)",
"category": "B2C DX - Logs"
},
{
"command": "b2c-dx.logs.stopTail",
"title": "Stop Tailing Logs",
"icon": "$(debug-stop)",
"category": "B2C DX - Logs"
},
{
"command": "b2c-dx.webdav.refresh",
"title": "Refresh",
"icon": "$(refresh)",
"category": "B2C DX"
},
{
"command": "b2c-dx.webdav.newFolder",
"title": "New Folder",
"icon": "$(new-folder)",
"category": "B2C DX"
},
{
"command": "b2c-dx.webdav.uploadFile",
"title": "Upload File",
"icon": "$(cloud-upload)",
"category": "B2C DX"
},
{
"command": "b2c-dx.webdav.delete",
"title": "Delete",
"icon": "$(trash)",
"category": "B2C DX"
},
{
"command": "b2c-dx.webdav.download",
"title": "Download",
"icon": "$(cloud-download)",
"category": "B2C DX"
},
{
"command": "b2c-dx.webdav.openFile",
"title": "Open File",
"icon": "$(go-to-file)",
"category": "B2C DX"
},
{
"command": "b2c-dx.webdav.newFile",
"title": "New File",
"icon": "$(new-file)",
"category": "B2C DX"
},
{
"command": "b2c-dx.webdav.mountWorkspace",
"title": "Open as Workspace Folder",
"icon": "$(root-folder-opened)",
"category": "B2C DX"
},
{
"command": "b2c-dx.webdav.addCatalog",
"title": "Add Catalog",
"icon": "$(add)",
"category": "B2C DX"
},
{
"command": "b2c-dx.webdav.removeCatalog",
"title": "Remove Catalog",
"icon": "$(remove)",
"category": "B2C DX"
},
{
"command": "b2c-dx.webdav.addLibrary",
"title": "Add Library",
"icon": "$(add)",
"category": "B2C DX"
},
{
"command": "b2c-dx.webdav.removeLibrary",
"title": "Remove Library",
"icon": "$(remove)",
"category": "B2C DX"
},
{
"command": "b2c-dx.content.browseWebdav",
"title": "Browse in WebDAV",
"icon": "$(folder-opened)",
"category": "B2C DX"
},
{
"command": "b2c-dx.content.refresh",
"title": "Refresh",
"icon": "$(refresh)",
"category": "B2C DX"
},
{
"command": "b2c-dx.content.addLibrary",
"title": "Add Library",
"icon": "$(add)",
"category": "B2C DX"
},
{
"command": "b2c-dx.content.removeLibrary",
"title": "Remove Library",
"icon": "$(remove)",
"category": "B2C DX"
},
{
"command": "b2c-dx.content.export",
"title": "Export",
"icon": "$(cloud-download)",
"category": "B2C DX"
},
{
"command": "b2c-dx.content.exportNoAssets",
"title": "Export without Assets",
"icon": "$(file-code)",
"category": "B2C DX"
},
{
"command": "b2c-dx.content.exportAssets",
"title": "Export Assets Only",
"icon": "$(file-media)",
"category": "B2C DX"
},
{
"command": "b2c-dx.content.filter",
"title": "Filter",
"icon": "$(filter)",
"category": "B2C DX"
},
{
"command": "b2c-dx.content.clearFilter",
"title": "Clear Filter",
"icon": "$(clear-all)",
"category": "B2C DX"
},
{
"command": "b2c-dx.content.import",
"title": "Import Site Archive",
"icon": "$(cloud-upload)",
"category": "B2C DX"
},
{
"command": "b2c-dx.scaffold.generate",
"title": "New from Scaffold...",
"icon": "$(file-code)",
"category": "B2C DX"
},
{
"command": "b2c-dx.setProjectRoot",
"title": "Use as B2C Commerce Root",
"category": "B2C DX"
},
{
"command": "b2c-dx.resetProjectRoot",
"title": "Reset B2C Commerce Root to Auto-Detect",
"category": "B2C DX"
}
],
"menus": {
"view/title": [
{
"command": "b2c-dx.webdav.refresh",
"when": "view == b2cWebdavExplorer",
"group": "navigation"
},
{
"command": "b2c-dx.content.refresh",
"when": "view == b2cContentExplorer",
"group": "navigation"
},
{
"command": "b2c-dx.content.addLibrary",
"when": "view == b2cContentExplorer",
"group": "navigation"
},
{
"command": "b2c-dx.content.filter",
"when": "view == b2cContentExplorer && !b2cContentFilterActive",
"group": "navigation"
},
{
"command": "b2c-dx.content.clearFilter",
"when": "view == b2cContentExplorer && b2cContentFilterActive",
"group": "navigation"
},
{
"command": "b2c-dx.apiBrowser.refresh",
"when": "view == b2cApiBrowser",
"group": "navigation"
},
{
"command": "b2c-dx.sandbox.refresh",
"when": "view == b2cSandboxExplorer",
"group": "navigation"
},
{
"command": "b2c-dx.sandbox.addRealm",
"when": "view == b2cSandboxExplorer",
"group": "navigation"
}
],
"view/item/context": [
{
"command": "b2c-dx.webdav.addCatalog",
"when": "view == b2cWebdavExplorer && viewItem == virtual-root-catalogs",
"group": "0_add@0"
},
{
"command": "b2c-dx.webdav.addLibrary",
"when": "view == b2cWebdavExplorer && viewItem == virtual-root-libraries",
"group": "0_add@0"
},
{
"command": "b2c-dx.webdav.removeCatalog",
"when": "view == b2cWebdavExplorer && viewItem == catalog-mapping",
"group": "2_manage@1"
},
{
"command": "b2c-dx.webdav.removeLibrary",
"when": "view == b2cWebdavExplorer && viewItem == library-mapping",
"group": "2_manage@1"
},
{
"command": "b2c-dx.webdav.newFile",
"when": "view == b2cWebdavExplorer && viewItem =~ /^(root|catalog-mapping|library-mapping|directory)$/",
"group": "1_modification@0"
},
{
"command": "b2c-dx.webdav.newFolder",
"when": "view == b2cWebdavExplorer && viewItem =~ /^(root|catalog-mapping|library-mapping|directory)$/",
"group": "1_modification@1"
},
{
"command": "b2c-dx.webdav.uploadFile",
"when": "view == b2cWebdavExplorer && viewItem =~ /^(root|catalog-mapping|library-mapping|directory)$/",
"group": "1_modification@2"
},
{
"command": "b2c-dx.webdav.openFile",
"when": "view == b2cWebdavExplorer && viewItem == file",
"group": "1_open@1"
},
{
"command": "b2c-dx.webdav.download",
"when": "view == b2cWebdavExplorer && viewItem == file",
"group": "1_open@2"
},
{
"command": "b2c-dx.webdav.delete",
"when": "view == b2cWebdavExplorer && viewItem =~ /^(directory|file)$/",
"group": "2_destructive@1"
},
{
"command": "b2c-dx.webdav.mountWorkspace",
"when": "view == b2cWebdavExplorer && viewItem =~ /^(root|catalog-mapping|library-mapping|directory)$/",
"group": "3_workspace@1"
},
{
"command": "b2c-dx.content.export",
"when": "view == b2cContentExplorer && viewItem =~ /^(page|content|component)$/",
"group": "1_export@1"
},
{
"command": "b2c-dx.content.exportNoAssets",
"when": "view == b2cContentExplorer && viewItem =~ /^(page|content|component)$/",
"group": "1_export@2"
},
{
"command": "b2c-dx.content.exportAssets",
"when": "view == b2cContentExplorer && viewItem =~ /^(page|content|component)$/",
"group": "1_export@3"
},
{
"command": "b2c-dx.content.removeLibrary",
"when": "view == b2cContentExplorer && viewItem == library",
"group": "2_manage@1"
},
{
"command": "b2c-dx.content.browseWebdav",
"when": "view == b2cContentExplorer && viewItem =~ /^(library|static)$/",
"group": "3_webdav@1"
},
{
"command": "b2c-dx.sandbox.create",
"when": "view == b2cSandboxExplorer && viewItem == realm",
"group": "1_realm@1"
},
{
"command": "b2c-dx.sandbox.removeRealm",
"when": "view == b2cSandboxExplorer && viewItem == realm",
"group": "2_manage@1"
},
{
"command": "b2c-dx.sandbox.viewDetails",
"when": "view == b2cSandboxExplorer && viewItem =~ /^sandbox-/",
"group": "1_info@1"
},
{
"command": "b2c-dx.sandbox.openBM",
"when": "view == b2cSandboxExplorer && viewItem =~ /^sandbox-/",
"group": "1_info@2"
},
{
"command": "b2c-dx.sandbox.start",
"when": "view == b2cSandboxExplorer && viewItem == sandbox-stopped",
"group": "2_lifecycle@1"
},
{
"command": "b2c-dx.sandbox.stop",
"when": "view == b2cSandboxExplorer && viewItem == sandbox-started",
"group": "2_lifecycle@2"
},
{
"command": "b2c-dx.sandbox.restart",
"when": "view == b2cSandboxExplorer && viewItem == sandbox-started",
"group": "2_lifecycle@3"
},
{
"command": "b2c-dx.sandbox.extendExpiration",
"when": "view == b2cSandboxExplorer && viewItem =~ /^sandbox-/",
"group": "2_lifecycle@4"
},
{
"command": "b2c-dx.sandbox.delete",
"when": "view == b2cSandboxExplorer && viewItem =~ /^sandbox-/",
"group": "3_destructive@1"
}
],
"file/newFile": [
{
"command": "b2c-dx.scaffold.generate",
"group": "navigation",
"when": "workspaceFolderCount > 0"
}
],
"explorer/context": [
{
"command": "b2c-dx.webdav.download",
"when": "resourceScheme == b2c-webdav && !explorerResourceIsFolder",
"group": "navigation"
},
{
"submenu": "b2c-dx.submenu",
"when": "explorerResourceIsFolder",
"group": "7_modification@9"
},
{
"command": "b2c-dx.setProjectRoot",
"when": "explorerResourceIsRoot && workspaceFolderCount > 1",
"group": "7_modification@10"
}
],
"b2c-dx.submenu": [
{
"command": "b2c-dx.scaffold.generate",
"when": "explorerResourceIsFolder",
"group": "1_scaffold"
},
{
"command": "b2c-dx.content.import",
"when": "explorerResourceIsFolder",
"group": "2_import"
}
],
"commandPalette": [
{
"command": "b2c-dx.apiBrowser.openSwagger",
"when": "false"
},
{
"command": "b2c-dx.sandbox.removeRealm",
"when": "false"
},
{
"command": "b2c-dx.sandbox.delete",
"when": "false"
},
{
"command": "b2c-dx.sandbox.start",
"when": "false"
},
{
"command": "b2c-dx.sandbox.stop",
"when": "false"
},
{
"command": "b2c-dx.sandbox.restart",
"when": "false"
},
{
"command": "b2c-dx.sandbox.viewDetails",
"when": "false"
},
{
"command": "b2c-dx.sandbox.openBM",
"when": "false"
},
{
"command": "b2c-dx.sandbox.extendExpiration",
"when": "false"
},
{
"command": "b2c-dx.webdav.removeCatalog",
"when": "false"
},
{
"command": "b2c-dx.webdav.removeLibrary",
"when": "false"
},
{
"command": "b2c-dx.content.browseWebdav",
"when": "false"
},
{
"command": "b2c-dx.webdav.newFolder",
"when": "false"
},
{
"command": "b2c-dx.webdav.uploadFile",
"when": "false"
},
{
"command": "b2c-dx.webdav.delete",
"when": "false"
},
{
"command": "b2c-dx.webdav.download",
"when": "false"
},
{
"command": "b2c-dx.webdav.openFile",
"when": "false"
},
{
"command": "b2c-dx.webdav.newFile",
"when": "false"
},
{
"command": "b2c-dx.webdav.mountWorkspace",
"when": "false"
},
{
"command": "b2c-dx.content.removeLibrary",
"when": "false"
},
{
"command": "b2c-dx.content.export",
"when": "false"
},
{
"command": "b2c-dx.content.exportNoAssets",
"when": "false"
},
{
"command": "b2c-dx.content.exportAssets",
"when": "false"
},
{
"command": "b2c-dx.content.clearFilter",
"when": "false"
},
{
"command": "b2c-dx.setProjectRoot",
"when": "false"
}
]
}
},
"scripts": {
"build": "node scripts/esbuild-bundle.mjs",
"watch": "node scripts/esbuild-bundle.mjs --watch",
"vscode:prepublish": "pnpm run typecheck:agent && pnpm --filter @salesforce/b2c-tooling-sdk run build && node scripts/esbuild-bundle.mjs",
"package": "pnpm exec vsce package --no-dependencies",
"lint": "eslint",
"lint:agent": "eslint --quiet",
"typecheck:agent": "tsc -p . --noEmit --pretty false",
"format": "prettier --write src",
"format:check": "prettier --check src",
"pretest": "tsc -p tsconfig.test.json",
"test": "vscode-test",
"posttest": "pnpm run lint",
"analyze": "ANALYZE_BUNDLE=1 node scripts/esbuild-bundle.mjs"
},
"devDependencies": {
"@eslint/compat": "catalog:",
"@types/mocha": "catalog:",
"@types/node": "catalog:",
"@types/vscode": "^1.116.0",
"@vscode/test-cli": "^0.0.12",
"@vscode/test-electron": "^2.5.2",
"@vscode/vsce": "^3.7.1",
"esbuild": "^0.24.0",
"swagger-ui-dist": "^5.18.0",
"eslint": "catalog:",
"eslint-config-prettier": "catalog:",
"eslint-plugin-header": "catalog:",
"eslint-plugin-prettier": "catalog:",
"prettier": "catalog:",
"typescript": "catalog:",
"typescript-eslint": "catalog:"
}
}