-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
653 lines (653 loc) · 23.3 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
{
"name": "aura-helper",
"publisher": "Kanko",
"displayName": "Aura Helper",
"description": "Extension to work with Salesforce, Apex and Lightning. It contains several tools to increase productivity and facilitate code creation. Aura Helper is the most complete extensions to work with salesforce and is one of the necessary applications for Salaesforce developers.",
"version": "4.5.2",
"engines": {
"vscode": "^1.84.0",
"node": ">=12.0.0"
},
"icon": "dist/resources/images/blue_icon.png",
"categories": [
"Programming Languages",
"Snippets",
"Formatters",
"Other",
"Linters"
],
"keywords": [
"aura-helper-framework",
"aura helper framework",
"Aura Helper Framework",
"ah-framework",
"AH Framework",
"Aura Helper",
"aura-helper",
"AuraHelper Library",
"AuraHelper Libraries",
"AH",
"ah",
"Salesforce",
"Salesforce Metadata",
"Salesforce Apps",
"Salesforce XML",
"Salesforce Tools",
"Apex",
"force.com",
"DevOps",
"devops",
"lightning",
"documentation",
"javadoc",
"apexdoc",
"aura documentation",
"auradoc",
"profile",
"profile management",
"salesforce profile",
"metadata management",
"local metadata management",
"graphic interface",
"compress files",
"git",
"version control",
"code completion",
"completion",
"autocomplete",
"complete code",
"gui",
"ui",
"metadata",
"local metadata",
"IntelliSense",
"Apex IntelliSense",
"Aura IntelliSense",
"JavaScript IntelliSense",
"Salesforce IntelliSense"
],
"activationEvents": [
"workspaceContains:sfdx-project.json"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"contributes": {
"configuration": {
"title": "Aura Helper",
"properties": {
"aurahelper.api.useAuraHelperCLI": {
"type": "boolean",
"default": false,
"description": "Use Aura Helper SF Plugin to execute some processes (Recommended to PCs with low resources). If not selected, all operation will be executed into VSCode context (faster but need more resources). Aura Helper cant detect the best Aura Helper CLI Installed to use (Aura Helper CLI, Aura Helper SFDX or Aura Helper SF)"
},
"aurahelper.documentation.useStandardJavaComments": {
"type": "boolean",
"default": false,
"description": "True to use the Standard Java Comments style on Apex, false to use your custom Apex comment template. (Need Reload Window)"
},
"aurahelper.intelliSense.enableHoverInformation": {
"type": "boolean",
"default": true,
"description": "True to enable hover information provide by Aura Helper. False to disable it."
},
"aurahelper.autoCompletion.activeAttributeSuggest": {
"type": "boolean",
"default": true,
"markdownDescription": "Use Code Suggestion and autocompletion tools for component attributes (`v.`)"
},
"aurahelper.autoCompletion.activeControllerFunctionsSuggest": {
"type": "boolean",
"default": true,
"description": "Use Code Suggestion and autocompletion tools for JavaScript Controller Functions (`c.`)"
},
"aurahelper.autoCompletion.activeHelperFunctionsSuggest": {
"type": "boolean",
"default": true,
"description": "Use Code Suggestion and autocompletion tools for JavaScript Helper Functions (`helper.`)"
},
"aurahelper.autoCompletion.activeControllerMethodsSuggest": {
"type": "boolean",
"default": true,
"description": "Use Code Suggestion and autocompletion tools for Apex Controller Methods (`c.`) on javascript files"
},
"aurahelper.autoCompletion.activeComponentSuggest": {
"type": "boolean",
"default": true,
"description": "Use Code Suggestion and autocompletion tools for show custom components"
},
"aurahelper.autoCompletion.activeComponentCallSuggest": {
"type": "boolean",
"default": true,
"description": "Use Code Suggestion and autocompletion tools for show available attributes for standard components when are called"
},
"aurahelper.autoCompletion.activeCustomComponentCallSuggest": {
"type": "boolean",
"default": true,
"description": "Use Code Suggestion and autocompletion tools for show available attributes for custom components when are called"
},
"aurahelper.autoCompletion.activeApexCommentSuggestion": {
"type": "boolean",
"default": true,
"description": "Use Code Suggestion and autocompletion tools for create a method or class comment on Apex"
},
"aurahelper.autoCompletion.activeSObjectSuggestion": {
"type": "boolean",
"default": true,
"description": "Use Code Suggestion and autocompletion tools for list all Sobjects on your org"
},
"aurahelper.autoCompletion.activeSobjectFieldsSuggestion": {
"type": "boolean",
"default": true,
"description": "Use Code Suggestion and autocompletion tools for the fields of an SObject"
},
"aurahelper.autoCompletion.activeQuerySuggestion": {
"type": "boolean",
"default": true,
"description": "Use Code Suggestion and autocompletion tools on queries"
},
"aurahelper.autoCompletion.activeApexSuggestion": {
"type": "boolean",
"default": true,
"description": "Use Code Suggestion and autocompletion tools for Apex Code (variables, fields, methods...)"
},
"aurahelper.metadata.refreshSObjectDefinitionsOnStart": {
"type": "boolean",
"default": false,
"description": "Refresh the Aura Helper's SObject Definitions when VSCode Start. Only will be refresh the not existing definitions. To force update all definitions, execute the command for it"
},
"aurahelper.metadata.useCustomAPIVersion": {
"type": "boolean",
"default": false,
"description": "Aura Helper use the SFDX CLI Command Version as Salesforce API Version for download metadata from Org by default. Check this field for use custom API Version"
},
"aurahelper.metadata.customAPIVersion": {
"type": "integer",
"default": 0,
"description": "Salesforce API Version for use if you select Use Custom API Version setting.",
"minimum": 0
},
"aurahelper.metadata.groupGlobalQuickActions": {
"type": "boolean",
"default": true,
"description": "True to group Global Quick Actions on GlobalActions group into Quick Action Metadata type when describe Metadata types (from any source). False to add as object and item"
},
"aurahelper.metadata.xmlSortOrder": {
"type": "string",
"default": "Simple XML Elements First",
"enum": [
"Simple XML Elements First",
"Complex XML Elements First",
"Alphabet Asc",
"Alphabet Desc"
],
"enumDescriptions": [
"Reorder the XML elements when simple elements (Strings, Booleans, Dates, Enums... without nested elements) as first elements (also use alphabetical asc order to order the simple and complex types)",
"Reorder the XML elements when complex elements (Arrays and Objects with nested elements) as first elements (also use alphabetical asc order to order the simple and complex types)",
"Reorder the XML elements on alphabetical ascending order (a, b, c...)",
"Reorder the XML elements on alphabetical descending order (z, y, x...)"
],
"description": "Sort Order for all XML files when choose compress option or run compress commands"
},
"aurahelper.metadata.scanCategories": {
"type": "array",
"default": [
"Design",
"Best Practices",
"Security",
"Performance",
"Code Style",
"Error Prone",
"problem",
"suggestion",
"Insecure Dependencies"
],
"description": "The categories to scan on static code analysis when run AuraHelper: Scan. Available: Design, Best Practices, Security, Performance, Documentation, Code Style, Error Prone, Insecure Dependencies, problem, Scanner Internal, suggestion. If not select any category, scanner will scann all categories"
},
"aurahelper.metadata.scanPmdRuleSet": {
"type": "string",
"description": "Full path to your custom PDM Rule Set File. Empty to use SFDX Scanner PDM Rule Set"
},
"aurahelper.metadata.scanEsLintRuleSet": {
"type": "string",
"description": "Full path to your custom ESLint Rule Set File. Empty to use SFDX Scanner ESLint Rule Set"
},
"aurahelper.apexFormat.punctuation.maxBlankLines": {
"type": "integer",
"default": 2,
"description": "Number of the maximum blank lines, -1 for keep the code blank lines",
"minimum": -1
},
"aurahelper.apexFormat.punctuation.openCurlyBracketOnNewLine": {
"type": "boolean",
"default": false,
"description": "Add the { symbol on a new line (Not affect to List, Set or Map explicit value declaration)."
},
"aurahelper.apexFormat.punctuation.addNewLineAfterCloseCurlyBracket": {
"type": "boolean",
"default": false,
"description": "Add new line after { symbol. Only affects on flow control structures (if, else if, for, foreach, while, do...while, catch)."
},
"aurahelper.apexFormat.punctuation.addWhitespaceAfterCloseCurlyBracket": {
"type": "boolean",
"default": true,
"description": "Add white space after { symbol if 'Add New Line After Close Curly Bracket' is set to false"
},
"aurahelper.apexFormat.punctuation.addWhitespaceBeforeOpenCurlyBracket": {
"type": "boolean",
"default": false,
"description": "Add a white space before { symbol (Not affect to List, Set or Map explicit value declaration). Only apply if Open Curly Bracket On New Line is set to false"
},
"aurahelper.apexFormat.punctuation.addWhitespaceBeforeOpenGuardParenthesis": {
"type": "boolean",
"default": true,
"description": "Add a white space before ( symbol for flow control structures (if, else if, for, foreach, while, do...while, catch)"
},
"aurahelper.apexFormat.punctuation.addWhitespaceAfterOpenGuardParenthesis": {
"type": "boolean",
"default": false,
"description": "Add a white space after ( symbol for flow control structures (if, else if, for, foreach, while, do...while, catch)"
},
"aurahelper.apexFormat.punctuation.addWhitespaceBeforeCloseGuardParenthesis": {
"type": "boolean",
"default": false,
"description": "Add a white space before ) symbol for flow structures (if, else if, for, foreach, while, do...while, catch)"
},
"aurahelper.apexFormat.punctuation.addWhiteSpaceAfterComma": {
"type": "boolean",
"default": true,
"description": "Add a white space after , symbol"
},
"aurahelper.apexFormat.punctuation.SObjectFieldsPerLine": {
"type": "integer",
"default": 1,
"description": "Number of maximum fields per line on SObject constructor instances. 0 or less keep all fields on same line",
"minimum": -1
},
"aurahelper.apexFormat.punctuation.maxConditionsPerLine": {
"type": "integer",
"default": 0,
"description": "Number of maximum conditions per line on if, else if... and other control flow statement conditions. 0 or less keep all conditions on same line. Conditions between parenthesis count as one condition",
"minimum": -1
},
"aurahelper.apexFormat.punctuation.conditionLogicOperatorOnNewLine": {
"type": "boolean",
"default": false,
"description": "When Max Conditions Per Line is set to 1 or more, add the logic operator (&&, ||) on a new line or keep it on same line"
},
"aurahelper.apexFormat.punctuation.addWhitespaceBeforeOpenTriggerEvents": {
"type": "boolean",
"default": true,
"description": "Add a white space before ( symbol on trigger events declaration"
},
"aurahelper.apexFormat.operator.addWhitespaceBeforeOperator": {
"type": "boolean",
"default": true,
"description": "Add a white space before any arithmetic, logic, assignment or bitwise operators"
},
"aurahelper.apexFormat.operator.addWhitespaceAfterOperator": {
"type": "boolean",
"default": true,
"description": "Add a white space after any arithmetic, logic, assignment or bitwise operator"
},
"aurahelper.apexFormat.operator.addWhitespaceBeforeOpenParenthesisOperator": {
"type": "boolean",
"default": false,
"description": "Add a white space before ( priority operator"
},
"aurahelper.apexFormat.operator.addWhitespaceAfterOpenParenthesisOperator": {
"type": "boolean",
"default": false,
"description": "Add a white space after ( priority operator"
},
"aurahelper.apexFormat.operator.addWhitespaceBeforeCloseParenthesisOperator": {
"type": "boolean",
"default": false,
"description": "Add a white space before ) priority operator"
},
"aurahelper.apexFormat.operator.addWhitespaceAfterCloseParenthesisOperator": {
"type": "boolean",
"default": false,
"description": "Add a white space after ) priority operator"
},
"aurahelper.apexFormat.classMembers.newLinesBetweenCodeBlockMembers": {
"type": "integer",
"default": 1,
"description": "Add the specified new lines between method, enums, inner classes, properties or other code block declaration on classes and interfaces",
"minimum": 0
},
"aurahelper.apexFormat.classMembers.newLinesBetweenGetterAndSetterAccessor": {
"type": "integer",
"default": 1,
"description": "Add the specified new lines between getter and setter accessor on properties declaration",
"minimum": 0
},
"aurahelper.apexFormat.classMembers.singleLineProperties": {
"type": "boolean",
"default": true,
"description": "Keep property's getter and setter on a single line when getter and setter has no body"
},
"aurahelper.apexFormat.classMembers.newLinesBetweenClassFields": {
"type": "integer",
"default": 0,
"description": "Add the specified new lines between class fields or constants",
"minimum": 0
},
"aurahelper.apexFormat.comment.holdBeforeWhitespacesOnLineComment": {
"type": "boolean",
"default": true,
"description": "Keep the before whitespaces when start comments if not are on new line"
},
"aurahelper.apexFormat.comment.holdAfterWhitespacesOnLineComment": {
"type": "boolean",
"default": true,
"description": "Keep the after whitespaces when end comments if have any code"
},
"aurahelper.apexFormat.comment.newLinesBewteenComments": {
"type": "integer",
"default": 0,
"minimum": 0,
"description": "New lines between comments when have more than one comment block followed. Only apply if the comments are in different lines previous format"
},
"aurahelper.apexFormat.query.oneClausePerLine": {
"type": "boolean",
"default": true,
"description": "Set every query clause on a new line"
},
"aurahelper.apexFormat.query.maxProjectionFieldPerLine": {
"type": "integer",
"default": 0,
"minimum": 0,
"description": "Set the maximum projection fields per line. 0 to put all fields on the same line"
}
}
},
"commands": [
{
"command": "aurahelper.help",
"title": "AuraHelper: Help"
},
{
"command": "aurahelper.completion.js.function",
"title": "AuraHelper: Add Javascript Aura Function"
},
{
"command": "aurahelper.completion.documentation.method",
"title": "AuraHelper: Add Method Block to Aura Documentation"
},
{
"command": "aurahelper.template.apex.comment",
"title": "AuraHelper: Edit Apex Comment Template"
},
{
"command": "aurahelper.template.aura.documentation",
"title": "AuraHelper: Edit Aura Documentation Template"
},
{
"command": "aurahelper.completion.aura.documentation",
"title": "AuraHelper: Generate Aura Documentation"
},
{
"command": "aurahelper.file.new.aura",
"title": "AuraHelper: New Aura File"
},
{
"command": "aurahelper.metadata.refresh.index",
"title": "AuraHelper: Refresh All SObjects Definitions"
},
{
"command": "aurahelper.metadata.refresh.object",
"title": "AuraHelper: Refresh SObject Definition"
},
{
"command": "aurahelper.metadata.compress.xml",
"title": "AuraHelper: Compress XML File"
},
{
"command": "aurahelper.metadata.compress.xml.all",
"title": "AuraHelper: Compress ALL XML Files"
},
{
"command": "aurahelper.metadata.permission.editor",
"title": "AuraHelper: Permission Editor"
},
{
"command": "aurahelper.metadata.retrieve.special",
"title": "AuraHelper: Retrieve Special Types"
},
{
"command": "aurahelper.metadata.package.generate",
"title": "AuraHelper: Package Generator"
},
{
"command": "aurahelper.metadata.org.comparator",
"title": "AuraHelper: Metadata Comparator"
},
{
"command": "aurahelper.metadata.customlabels.editor",
"title": "AuraHelper: Custom Labels Editor"
},
{
"command": "aurahelper.metadata.project.repair",
"title": "AuraHelper: Repair Project Dependencies"
},
{
"command": "aurahelper.documentation.project.create",
"title": "AuraHelper: Create Project Documentation"
},
{
"command": "aurahelper.completion.apex.implement.interface",
"title": "AuraHelper: Implement Interfaces"
},
{
"command": "aurahelper.completion.apex.implement.extend",
"title": "AuraHelper: Implement Extended Methods"
},
{
"command": "aurahelper.output.problems.clear",
"title": "AuraHelper: Clear Problems Panel"
},
{
"command": "aurahelper.metadata.ignore",
"title": "AuraHelper: Ignore Metadata from Project"
},
{
"command": "aurahelper.metadata.permission.modify",
"title": "AuraHelper: Modify Permissions"
},
{
"command": "aurahelper.metadata.scan",
"title": "AuraHelper: Scan"
}
],
"languages": [
{
"id": "apex",
"extensions": [
".apex",
".cls",
".trigger"
],
"aliases": [
"Apex"
]
},
{
"id": "apex-anon",
"extensions": [
".apex"
],
"aliases": [
"Apex Anonymous"
]
},
{
"id": "html",
"extensions": [
".auradoc",
".cmp",
".evt",
".app"
],
"aliases": [
"HTML"
]
},
{
"id": "javascript",
"extensions": [
".js"
],
"aliases": [
"JavaScript"
]
}
],
"menus": {
"explorer/context": [
{
"when": "resourceExtname == .cmp",
"command": "aurahelper.file.new.aura",
"group": "auraHelper@1"
},
{
"when": "resource =~ /aura/ && resourceExtname =~ /^(?!(.app|.cmp|.auradoc|.evt|.intf|.css|.design|.html|.js|.svg)$)/",
"command": "aurahelper.file.new.aura",
"group": "auraHelper@1"
},
{
"when": "resourceExtname == .auradoc",
"command": "aurahelper.completion.aura.documentation",
"group": "auraHelper@1"
},
{
"when": "resource =~ /force-app/ && resourceExtname == ''",
"command": "aurahelper.metadata.compress.xml.all",
"group": "auraHelper@1"
},
{
"when": "resource =~ /force-app/ && resourceExtname == .xml",
"command": "aurahelper.metadata.compress.xml",
"group": "auraHelper@1"
},
{
"when": "resource =~ /.+\\.profile-meta.xml/ || resource =~ /.+\\.permissionset-meta.xml/",
"command": "aurahelper.metadata.permission.editor",
"group": "auraHelper@1"
},
{
"when": "resource =~ /.+\\.labels-meta.xml/",
"command": "aurahelper.metadata.customlabels.editor",
"group": "auraHelper@1"
},
{
"when": "resourceExtname == .cls || resource =~ /.+\\.app-meta.xml/ || resource =~ /.+\\.md-meta.xml/ || resource =~ /.+\\.customPermission-meta.xml/ || resource =~ /.+\\.object-meta.xml/ || resource =~ /.+\\.dataSource-meta.xml/ || resource =~ /.+\\.field-meta.xml/ || resource =~ /.+\\.page/ || resource =~ /.+\\.recordType-meta.xml/ || resource =~ /.+\\.tab-meta.xml/ || resource =~ /.+\\.layout-meta.xml/",
"command": "aurahelper.metadata.permission.modify",
"group": "auraHelper@1"
},
{
"when": "resource =~ /force-app/ && (resourceExtname == '' || resourceExtname == .cls || resourceExtname == .trigger || resourceExtname == .js)",
"command": "aurahelper.metadata.scan",
"group": "auraHelper@1"
}
],
"editor/context": [
{
"when": "resourceExtname == .cmp",
"command": "aurahelper.file.new.aura",
"group": "auraHelper@1"
},
{
"when": "resourceExtname == .auradoc",
"command": "aurahelper.completion.aura.documentation",
"group": "auraHelper@1"
},
{
"when": "resource =~ /force-app/ && resourceExtname == .xml",
"command": "aurahelper.metadata.compress.xml",
"group": "auraHelper@1"
},
{
"when": "resource =~ /.+\\.profile-meta.xml/ || resource =~ /.+\\.permissionset-meta.xml/",
"command": "aurahelper.metadata.permission.editor",
"group": "auraHelper@1"
},
{
"when": "resource =~ /.+\\.labels-meta.xml/",
"command": "aurahelper.metadata.customlabels.editor",
"group": "auraHelper@1"
},
{
"when": "resourceExtname == .cls || resource =~ /.+\\.app-meta.xml/ || resource =~ /.+\\.md-meta.xml/ || resource =~ /.+\\.customPermission-meta.xml/ || resource =~ /.+\\.object-meta.xml/ || resource =~ /.+\\.dataSource-meta.xml/ || resource =~ /.+\\.field-meta.xml/ || resource =~ /.+\\.page/ || resource =~ /.+\\.recordType-meta.xml/ || resource =~ /.+\\.tab-meta.xml/ || resource =~ /.+\\.layout-meta.xml/",
"command": "aurahelper.metadata.permission.modify",
"group": "auraHelper@1"
},
{
"when": "resourceExtname == .cls",
"command": "aurahelper.completion.apex.implement.interface",
"group": "auraHelper@1"
},
{
"when": "resourceExtname == .cls",
"command": "aurahelper.completion.apex.implement.extend",
"group": "auraHelper@1"
},
{
"when": "resource =~ /force-app/ && (resourceExtname == '' || resourceExtname == .cls || resourceExtname == .trigger || resourceExtname == .js)",
"command": "aurahelper.metadata.scan",
"group": "auraHelper@1"
}
]
}
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./ ",
"lint": "eslint src --ext ts",
"watch": "tsc -watch -p ./",
"pretest": "npm run compile && npm run lint",
"test": "node ./dist/test/runTest.js",
"esbuild-base": "esbuild ./src/index.ts --bundle --outfile=dist/index.js --external:vscode --format=cjs --platform=node",
"esbuild": "npm run esbuild-base -- --sourcemap",
"esbuild-watch": "npm run esbuild-base -- --sourcemap --watch"
},
"license": "GPLv3",
"repository": {
"type": "git",
"url": "https://github.com/JJLongoria/aura-helper"
},
"bugs": {
"url": "https://github.com/JJLongoria/aura-helper/issues",
"email": "juanjoselongoria@gmail.com"
},
"dependencies": {
"@aurahelper/cli-manager": "^2.2.2",
"@aurahelper/connector": "^2.3.0",
"@aurahelper/core": "^2.7.0",
"@aurahelper/dependencies-manager": "^2.0.2",
"@aurahelper/git-manager": "^2.1.5",
"@aurahelper/ignore": "^2.0.1",
"@aurahelper/languages": "^2.1.6",
"@aurahelper/metadata-factory": "^2.1.6",
"@aurahelper/package-generator": "^2.1.1",
"@aurahelper/xml-compressor": "^2.0.2",
"@aurahelper/xml-definitions": "^2.0.1"
},
"devDependencies": {
"@types/glob": "^7.1.2",
"@types/mocha": "^5.2.6",
"@types/node": "^12.20.55",
"@types/vscode": "^1.84.2",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vscode/test-electron": "^2.3.8",
"esbuild": "^0.13.15",
"eslint": "^8.3.0",
"glob": "^7.1.6",
"mocha": "^9.1.2",
"ts-jest": "^27.0.7",
"typescript": "^4.9.5"
},
"extensionDependencies": [
"salesforce.salesforcedx-vscode"
]
}