mrpj 0.2.10 → 0.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +713 -495
- package/API.md +423 -649
- package/lib/components/NodeVersion.js +6 -4
- package/lib/components/SelfMutationOnForks.js +2 -4
- package/lib/construct-project-options.d.ts +61 -29
- package/lib/construct-project-options.js +1 -1
- package/lib/construct-project.js +2 -4
- package/lib/index.js +27 -5
- package/lib/logo/Logo.js +8 -4
- package/lib/logo/SvgFile.js +2 -4
- package/lib/logo/Wordmark.js +38 -5
- package/lib/projen-project-options.d.ts +51 -17
- package/lib/projen-project-options.js +1 -1
- package/lib/projen-project.js +5 -5
- package/lib/typescript-project-options.d.ts +43 -17
- package/lib/typescript-project-options.js +1 -1
- package/lib/typescript-project.js +4 -4
- package/lib/util/resources.js +36 -3
- package/package.json +41 -37
- package/resources/node-versions.json +8 -3
package/.jsii
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"url": "https://moritzkornher.de"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"constructs": "^10.
|
|
10
|
+
"constructs": "^10.5.0",
|
|
11
11
|
"projen": "0.x >=0.75.0"
|
|
12
12
|
},
|
|
13
13
|
"dependencyClosure": {
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"stability": "stable"
|
|
84
84
|
},
|
|
85
85
|
"homepage": "https://github.com/mrgrain/projen-projects",
|
|
86
|
-
"jsiiVersion": "5.9.
|
|
86
|
+
"jsiiVersion": "5.9.44 (build 150b837)",
|
|
87
87
|
"license": "MIT",
|
|
88
88
|
"metadata": {
|
|
89
89
|
"jsii": {
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"hasDefaultInterfaces": true
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
|
-
"tscRootDir": "src"
|
|
94
|
+
"tscRootDir": "/home/runner/work/projen-projects/projen-projects/src"
|
|
95
95
|
},
|
|
96
96
|
"name": "mrpj",
|
|
97
97
|
"readme": {
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
},
|
|
155
155
|
"locationInModule": {
|
|
156
156
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
157
|
-
"line":
|
|
157
|
+
"line": 88
|
|
158
158
|
},
|
|
159
159
|
"parameters": [
|
|
160
160
|
{
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
"immutable": true,
|
|
199
199
|
"locationInModule": {
|
|
200
200
|
"filename": "src/construct-project-options.ts",
|
|
201
|
-
"line":
|
|
201
|
+
"line": 197
|
|
202
202
|
},
|
|
203
203
|
"name": "author",
|
|
204
204
|
"type": {
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"immutable": true,
|
|
216
216
|
"locationInModule": {
|
|
217
217
|
"filename": "src/construct-project-options.ts",
|
|
218
|
-
"line":
|
|
218
|
+
"line": 191
|
|
219
219
|
},
|
|
220
220
|
"name": "authorAddress",
|
|
221
221
|
"type": {
|
|
@@ -225,14 +225,14 @@
|
|
|
225
225
|
{
|
|
226
226
|
"abstract": true,
|
|
227
227
|
"docs": {
|
|
228
|
-
"default": "\"2.1
|
|
228
|
+
"default": "\"2.189.1\"",
|
|
229
229
|
"stability": "stable",
|
|
230
230
|
"summary": "Minimum version of the AWS CDK to depend on."
|
|
231
231
|
},
|
|
232
232
|
"immutable": true,
|
|
233
233
|
"locationInModule": {
|
|
234
234
|
"filename": "src/construct-project-options.ts",
|
|
235
|
-
"line":
|
|
235
|
+
"line": 79
|
|
236
236
|
},
|
|
237
237
|
"name": "cdkVersion",
|
|
238
238
|
"type": {
|
|
@@ -242,16 +242,19 @@
|
|
|
242
242
|
{
|
|
243
243
|
"abstract": true,
|
|
244
244
|
"docs": {
|
|
245
|
-
"
|
|
245
|
+
"custom": {
|
|
246
|
+
"featured": "true"
|
|
247
|
+
},
|
|
248
|
+
"default": "$BASEDIR",
|
|
246
249
|
"stability": "stable",
|
|
247
|
-
"summary": "
|
|
250
|
+
"summary": "This is the name of your project."
|
|
248
251
|
},
|
|
249
252
|
"immutable": true,
|
|
250
253
|
"locationInModule": {
|
|
251
254
|
"filename": "src/construct-project-options.ts",
|
|
252
|
-
"line":
|
|
255
|
+
"line": 1219
|
|
253
256
|
},
|
|
254
|
-
"name": "
|
|
257
|
+
"name": "name",
|
|
255
258
|
"type": {
|
|
256
259
|
"primitive": "string"
|
|
257
260
|
}
|
|
@@ -259,19 +262,16 @@
|
|
|
259
262
|
{
|
|
260
263
|
"abstract": true,
|
|
261
264
|
"docs": {
|
|
262
|
-
"
|
|
263
|
-
"featured": "true"
|
|
264
|
-
},
|
|
265
|
-
"default": "$BASEDIR",
|
|
265
|
+
"default": "$GIT_REMOTE",
|
|
266
266
|
"stability": "stable",
|
|
267
|
-
"summary": "
|
|
267
|
+
"summary": "Git repository URL."
|
|
268
268
|
},
|
|
269
269
|
"immutable": true,
|
|
270
270
|
"locationInModule": {
|
|
271
271
|
"filename": "src/construct-project-options.ts",
|
|
272
|
-
"line":
|
|
272
|
+
"line": 185
|
|
273
273
|
},
|
|
274
|
-
"name": "
|
|
274
|
+
"name": "repositoryUrl",
|
|
275
275
|
"type": {
|
|
276
276
|
"primitive": "string"
|
|
277
277
|
}
|
|
@@ -279,18 +279,19 @@
|
|
|
279
279
|
{
|
|
280
280
|
"abstract": true,
|
|
281
281
|
"docs": {
|
|
282
|
-
"default": "
|
|
282
|
+
"default": "true",
|
|
283
283
|
"stability": "stable",
|
|
284
|
-
"summary": "
|
|
284
|
+
"summary": "Automatically add the resolved `packageManager` to `devEngines.packageManager` in `package.json`, setting `onFail` to `ignore`."
|
|
285
285
|
},
|
|
286
286
|
"immutable": true,
|
|
287
287
|
"locationInModule": {
|
|
288
288
|
"filename": "src/construct-project-options.ts",
|
|
289
|
-
"line":
|
|
289
|
+
"line": 1051
|
|
290
290
|
},
|
|
291
|
-
"name": "
|
|
291
|
+
"name": "addPackageManagerToDevEngines",
|
|
292
|
+
"optional": true,
|
|
292
293
|
"type": {
|
|
293
|
-
"primitive": "
|
|
294
|
+
"primitive": "boolean"
|
|
294
295
|
}
|
|
295
296
|
},
|
|
296
297
|
{
|
|
@@ -304,7 +305,7 @@
|
|
|
304
305
|
"immutable": true,
|
|
305
306
|
"locationInModule": {
|
|
306
307
|
"filename": "src/construct-project-options.ts",
|
|
307
|
-
"line":
|
|
308
|
+
"line": 1045
|
|
308
309
|
},
|
|
309
310
|
"name": "allowLibraryDependencies",
|
|
310
311
|
"optional": true,
|
|
@@ -322,7 +323,7 @@
|
|
|
322
323
|
"immutable": true,
|
|
323
324
|
"locationInModule": {
|
|
324
325
|
"filename": "src/construct-project-options.ts",
|
|
325
|
-
"line":
|
|
326
|
+
"line": 549
|
|
326
327
|
},
|
|
327
328
|
"name": "artifactsDirectory",
|
|
328
329
|
"optional": true,
|
|
@@ -341,7 +342,7 @@
|
|
|
341
342
|
"immutable": true,
|
|
342
343
|
"locationInModule": {
|
|
343
344
|
"filename": "src/construct-project-options.ts",
|
|
344
|
-
"line":
|
|
345
|
+
"line": 543
|
|
345
346
|
},
|
|
346
347
|
"name": "auditDeps",
|
|
347
348
|
"optional": true,
|
|
@@ -359,7 +360,7 @@
|
|
|
359
360
|
"immutable": true,
|
|
360
361
|
"locationInModule": {
|
|
361
362
|
"filename": "src/construct-project-options.ts",
|
|
362
|
-
"line":
|
|
363
|
+
"line": 534
|
|
363
364
|
},
|
|
364
365
|
"name": "auditDepsOptions",
|
|
365
366
|
"optional": true,
|
|
@@ -376,7 +377,7 @@
|
|
|
376
377
|
"immutable": true,
|
|
377
378
|
"locationInModule": {
|
|
378
379
|
"filename": "src/construct-project-options.ts",
|
|
379
|
-
"line":
|
|
380
|
+
"line": 1037
|
|
380
381
|
},
|
|
381
382
|
"name": "authorEmail",
|
|
382
383
|
"optional": true,
|
|
@@ -393,7 +394,7 @@
|
|
|
393
394
|
"immutable": true,
|
|
394
395
|
"locationInModule": {
|
|
395
396
|
"filename": "src/construct-project-options.ts",
|
|
396
|
-
"line":
|
|
397
|
+
"line": 1032
|
|
397
398
|
},
|
|
398
399
|
"name": "authorName",
|
|
399
400
|
"optional": true,
|
|
@@ -410,7 +411,7 @@
|
|
|
410
411
|
"immutable": true,
|
|
411
412
|
"locationInModule": {
|
|
412
413
|
"filename": "src/construct-project-options.ts",
|
|
413
|
-
"line":
|
|
414
|
+
"line": 1027
|
|
414
415
|
},
|
|
415
416
|
"name": "authorOrganization",
|
|
416
417
|
"optional": true,
|
|
@@ -427,7 +428,7 @@
|
|
|
427
428
|
"immutable": true,
|
|
428
429
|
"locationInModule": {
|
|
429
430
|
"filename": "src/construct-project-options.ts",
|
|
430
|
-
"line":
|
|
431
|
+
"line": 1022
|
|
431
432
|
},
|
|
432
433
|
"name": "authorUrl",
|
|
433
434
|
"optional": true,
|
|
@@ -445,7 +446,7 @@
|
|
|
445
446
|
"immutable": true,
|
|
446
447
|
"locationInModule": {
|
|
447
448
|
"filename": "src/construct-project-options.ts",
|
|
448
|
-
"line":
|
|
449
|
+
"line": 1137
|
|
449
450
|
},
|
|
450
451
|
"name": "autoApproveOptions",
|
|
451
452
|
"optional": true,
|
|
@@ -464,7 +465,7 @@
|
|
|
464
465
|
"immutable": true,
|
|
465
466
|
"locationInModule": {
|
|
466
467
|
"filename": "src/construct-project-options.ts",
|
|
467
|
-
"line":
|
|
468
|
+
"line": 528
|
|
468
469
|
},
|
|
469
470
|
"name": "autoApproveUpgrades",
|
|
470
471
|
"optional": true,
|
|
@@ -482,7 +483,7 @@
|
|
|
482
483
|
"immutable": true,
|
|
483
484
|
"locationInModule": {
|
|
484
485
|
"filename": "src/construct-project-options.ts",
|
|
485
|
-
"line":
|
|
486
|
+
"line": 1017
|
|
486
487
|
},
|
|
487
488
|
"name": "autoDetectBin",
|
|
488
489
|
"optional": true,
|
|
@@ -501,7 +502,7 @@
|
|
|
501
502
|
"immutable": true,
|
|
502
503
|
"locationInModule": {
|
|
503
504
|
"filename": "src/construct-project-options.ts",
|
|
504
|
-
"line":
|
|
505
|
+
"line": 1131
|
|
505
506
|
},
|
|
506
507
|
"name": "autoMerge",
|
|
507
508
|
"optional": true,
|
|
@@ -520,7 +521,7 @@
|
|
|
520
521
|
"immutable": true,
|
|
521
522
|
"locationInModule": {
|
|
522
523
|
"filename": "src/construct-project-options.ts",
|
|
523
|
-
"line":
|
|
524
|
+
"line": 1123
|
|
524
525
|
},
|
|
525
526
|
"name": "autoMergeOptions",
|
|
526
527
|
"optional": true,
|
|
@@ -538,7 +539,7 @@
|
|
|
538
539
|
"immutable": true,
|
|
539
540
|
"locationInModule": {
|
|
540
541
|
"filename": "src/construct-project-options.ts",
|
|
541
|
-
"line":
|
|
542
|
+
"line": 1011
|
|
542
543
|
},
|
|
543
544
|
"name": "bin",
|
|
544
545
|
"optional": true,
|
|
@@ -561,7 +562,7 @@
|
|
|
561
562
|
"immutable": true,
|
|
562
563
|
"locationInModule": {
|
|
563
564
|
"filename": "src/construct-project-options.ts",
|
|
564
|
-
"line":
|
|
565
|
+
"line": 521
|
|
565
566
|
},
|
|
566
567
|
"name": "biome",
|
|
567
568
|
"optional": true,
|
|
@@ -579,7 +580,7 @@
|
|
|
579
580
|
"immutable": true,
|
|
580
581
|
"locationInModule": {
|
|
581
582
|
"filename": "src/construct-project-options.ts",
|
|
582
|
-
"line":
|
|
583
|
+
"line": 515
|
|
583
584
|
},
|
|
584
585
|
"name": "biomeOptions",
|
|
585
586
|
"optional": true,
|
|
@@ -596,7 +597,7 @@
|
|
|
596
597
|
"immutable": true,
|
|
597
598
|
"locationInModule": {
|
|
598
599
|
"filename": "src/construct-project-options.ts",
|
|
599
|
-
"line":
|
|
600
|
+
"line": 1003
|
|
600
601
|
},
|
|
601
602
|
"name": "bugsEmail",
|
|
602
603
|
"optional": true,
|
|
@@ -613,7 +614,7 @@
|
|
|
613
614
|
"immutable": true,
|
|
614
615
|
"locationInModule": {
|
|
615
616
|
"filename": "src/construct-project-options.ts",
|
|
616
|
-
"line":
|
|
617
|
+
"line": 998
|
|
617
618
|
},
|
|
618
619
|
"name": "bugsUrl",
|
|
619
620
|
"optional": true,
|
|
@@ -631,7 +632,7 @@
|
|
|
631
632
|
"immutable": true,
|
|
632
633
|
"locationInModule": {
|
|
633
634
|
"filename": "src/construct-project-options.ts",
|
|
634
|
-
"line":
|
|
635
|
+
"line": 509
|
|
635
636
|
},
|
|
636
637
|
"name": "buildWorkflow",
|
|
637
638
|
"optional": true,
|
|
@@ -648,7 +649,7 @@
|
|
|
648
649
|
"immutable": true,
|
|
649
650
|
"locationInModule": {
|
|
650
651
|
"filename": "src/construct-project-options.ts",
|
|
651
|
-
"line":
|
|
652
|
+
"line": 503
|
|
652
653
|
},
|
|
653
654
|
"name": "buildWorkflowOptions",
|
|
654
655
|
"optional": true,
|
|
@@ -667,7 +668,7 @@
|
|
|
667
668
|
"immutable": true,
|
|
668
669
|
"locationInModule": {
|
|
669
670
|
"filename": "src/construct-project-options.ts",
|
|
670
|
-
"line":
|
|
671
|
+
"line": 742
|
|
671
672
|
},
|
|
672
673
|
"name": "bumpPackage",
|
|
673
674
|
"optional": true,
|
|
@@ -678,14 +679,14 @@
|
|
|
678
679
|
{
|
|
679
680
|
"abstract": true,
|
|
680
681
|
"docs": {
|
|
681
|
-
"remarks": "These modules will be\nadded both to the `dependencies` section and `bundledDependencies` section of\nyour `package.json`.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `
|
|
682
|
+
"remarks": "These modules will be\nadded both to the `dependencies` section and `bundledDependencies` section of\nyour `package.json`.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
|
|
682
683
|
"stability": "stable",
|
|
683
684
|
"summary": "List of dependencies to bundle into this module."
|
|
684
685
|
},
|
|
685
686
|
"immutable": true,
|
|
686
687
|
"locationInModule": {
|
|
687
688
|
"filename": "src/construct-project-options.ts",
|
|
688
|
-
"line":
|
|
689
|
+
"line": 993
|
|
689
690
|
},
|
|
690
691
|
"name": "bundledDeps",
|
|
691
692
|
"optional": true,
|
|
@@ -707,7 +708,7 @@
|
|
|
707
708
|
"immutable": true,
|
|
708
709
|
"locationInModule": {
|
|
709
710
|
"filename": "src/construct-project-options.ts",
|
|
710
|
-
"line":
|
|
711
|
+
"line": 498
|
|
711
712
|
},
|
|
712
713
|
"name": "bundlerOptions",
|
|
713
714
|
"optional": true,
|
|
@@ -725,7 +726,7 @@
|
|
|
725
726
|
"immutable": true,
|
|
726
727
|
"locationInModule": {
|
|
727
728
|
"filename": "src/construct-project-options.ts",
|
|
728
|
-
"line":
|
|
729
|
+
"line": 978
|
|
729
730
|
},
|
|
730
731
|
"name": "bunVersion",
|
|
731
732
|
"optional": true,
|
|
@@ -744,7 +745,7 @@
|
|
|
744
745
|
"immutable": true,
|
|
745
746
|
"locationInModule": {
|
|
746
747
|
"filename": "src/construct-project-options.ts",
|
|
747
|
-
"line":
|
|
748
|
+
"line": 93
|
|
748
749
|
},
|
|
749
750
|
"name": "catalog",
|
|
750
751
|
"optional": true,
|
|
@@ -752,25 +753,6 @@
|
|
|
752
753
|
"fqn": "projen.cdk.Catalog"
|
|
753
754
|
}
|
|
754
755
|
},
|
|
755
|
-
{
|
|
756
|
-
"abstract": true,
|
|
757
|
-
"docs": {
|
|
758
|
-
"default": "- will be included by default for AWS CDK >= 1.111.0 < 2.0.0",
|
|
759
|
-
"remarks": "Only needed for CDK 1.x. If using CDK 2.x then\nassertions is already included in 'aws-cdk-lib'",
|
|
760
|
-
"stability": "stable",
|
|
761
|
-
"summary": "Install the assertions library?"
|
|
762
|
-
},
|
|
763
|
-
"immutable": true,
|
|
764
|
-
"locationInModule": {
|
|
765
|
-
"filename": "src/construct-project-options.ts",
|
|
766
|
-
"line": 75
|
|
767
|
-
},
|
|
768
|
-
"name": "cdkAssertions",
|
|
769
|
-
"optional": true,
|
|
770
|
-
"type": {
|
|
771
|
-
"primitive": "boolean"
|
|
772
|
-
}
|
|
773
|
-
},
|
|
774
756
|
{
|
|
775
757
|
"abstract": true,
|
|
776
758
|
"docs": {
|
|
@@ -782,7 +764,7 @@
|
|
|
782
764
|
"immutable": true,
|
|
783
765
|
"locationInModule": {
|
|
784
766
|
"filename": "src/construct-project-options.ts",
|
|
785
|
-
"line":
|
|
767
|
+
"line": 73
|
|
786
768
|
},
|
|
787
769
|
"name": "cdkCliVersion",
|
|
788
770
|
"optional": true,
|
|
@@ -800,7 +782,7 @@
|
|
|
800
782
|
"immutable": true,
|
|
801
783
|
"locationInModule": {
|
|
802
784
|
"filename": "src/construct-project-options.ts",
|
|
803
|
-
"line":
|
|
785
|
+
"line": 63
|
|
804
786
|
},
|
|
805
787
|
"name": "cdkVersionPinning",
|
|
806
788
|
"optional": true,
|
|
@@ -819,7 +801,7 @@
|
|
|
819
801
|
"immutable": true,
|
|
820
802
|
"locationInModule": {
|
|
821
803
|
"filename": "src/construct-project-options.ts",
|
|
822
|
-
"line":
|
|
804
|
+
"line": 493
|
|
823
805
|
},
|
|
824
806
|
"name": "checkLicenses",
|
|
825
807
|
"optional": true,
|
|
@@ -837,7 +819,7 @@
|
|
|
837
819
|
"immutable": true,
|
|
838
820
|
"locationInModule": {
|
|
839
821
|
"filename": "src/construct-project-options.ts",
|
|
840
|
-
"line":
|
|
822
|
+
"line": 1115
|
|
841
823
|
},
|
|
842
824
|
"name": "clobber",
|
|
843
825
|
"optional": true,
|
|
@@ -856,7 +838,7 @@
|
|
|
856
838
|
"immutable": true,
|
|
857
839
|
"locationInModule": {
|
|
858
840
|
"filename": "src/construct-project-options.ts",
|
|
859
|
-
"line":
|
|
841
|
+
"line": 972
|
|
860
842
|
},
|
|
861
843
|
"name": "codeArtifactOptions",
|
|
862
844
|
"optional": true,
|
|
@@ -874,7 +856,7 @@
|
|
|
874
856
|
"immutable": true,
|
|
875
857
|
"locationInModule": {
|
|
876
858
|
"filename": "src/construct-project-options.ts",
|
|
877
|
-
"line":
|
|
859
|
+
"line": 486
|
|
878
860
|
},
|
|
879
861
|
"name": "codeCov",
|
|
880
862
|
"optional": true,
|
|
@@ -892,7 +874,7 @@
|
|
|
892
874
|
"immutable": true,
|
|
893
875
|
"locationInModule": {
|
|
894
876
|
"filename": "src/construct-project-options.ts",
|
|
895
|
-
"line":
|
|
877
|
+
"line": 480
|
|
896
878
|
},
|
|
897
879
|
"name": "codeCovTokenSecret",
|
|
898
880
|
"optional": true,
|
|
@@ -910,7 +892,7 @@
|
|
|
910
892
|
"immutable": true,
|
|
911
893
|
"locationInModule": {
|
|
912
894
|
"filename": "src/construct-project-options.ts",
|
|
913
|
-
"line":
|
|
895
|
+
"line": 1212
|
|
914
896
|
},
|
|
915
897
|
"name": "commitGenerated",
|
|
916
898
|
"optional": true,
|
|
@@ -929,7 +911,7 @@
|
|
|
929
911
|
"immutable": true,
|
|
930
912
|
"locationInModule": {
|
|
931
913
|
"filename": "src/construct-project-options.ts",
|
|
932
|
-
"line":
|
|
914
|
+
"line": 179
|
|
933
915
|
},
|
|
934
916
|
"name": "compat",
|
|
935
917
|
"optional": true,
|
|
@@ -947,7 +929,7 @@
|
|
|
947
929
|
"immutable": true,
|
|
948
930
|
"locationInModule": {
|
|
949
931
|
"filename": "src/construct-project-options.ts",
|
|
950
|
-
"line":
|
|
932
|
+
"line": 171
|
|
951
933
|
},
|
|
952
934
|
"name": "compatIgnore",
|
|
953
935
|
"optional": true,
|
|
@@ -965,7 +947,7 @@
|
|
|
965
947
|
"immutable": true,
|
|
966
948
|
"locationInModule": {
|
|
967
949
|
"filename": "src/construct-project-options.ts",
|
|
968
|
-
"line":
|
|
950
|
+
"line": 165
|
|
969
951
|
},
|
|
970
952
|
"name": "compressAssembly",
|
|
971
953
|
"optional": true,
|
|
@@ -976,14 +958,14 @@
|
|
|
976
958
|
{
|
|
977
959
|
"abstract": true,
|
|
978
960
|
"docs": {
|
|
979
|
-
"default": "- for CDK 1.x the default is \"3.2.27\", for CDK 2.x the default is\n\"10.
|
|
961
|
+
"default": "- for CDK 1.x the default is \"3.2.27\", for CDK 2.x the default is\n\"10.5.1\".",
|
|
980
962
|
"stability": "stable",
|
|
981
963
|
"summary": "Minimum version of the `constructs` library to depend on."
|
|
982
964
|
},
|
|
983
965
|
"immutable": true,
|
|
984
966
|
"locationInModule": {
|
|
985
967
|
"filename": "src/construct-project-options.ts",
|
|
986
|
-
"line":
|
|
968
|
+
"line": 56
|
|
987
969
|
},
|
|
988
970
|
"name": "constructsVersion",
|
|
989
971
|
"optional": true,
|
|
@@ -1001,7 +983,7 @@
|
|
|
1001
983
|
"immutable": true,
|
|
1002
984
|
"locationInModule": {
|
|
1003
985
|
"filename": "src/construct-project-options.ts",
|
|
1004
|
-
"line":
|
|
986
|
+
"line": 474
|
|
1005
987
|
},
|
|
1006
988
|
"name": "copyrightOwner",
|
|
1007
989
|
"optional": true,
|
|
@@ -1019,7 +1001,7 @@
|
|
|
1019
1001
|
"immutable": true,
|
|
1020
1002
|
"locationInModule": {
|
|
1021
1003
|
"filename": "src/construct-project-options.ts",
|
|
1022
|
-
"line":
|
|
1004
|
+
"line": 468
|
|
1023
1005
|
},
|
|
1024
1006
|
"name": "copyrightPeriod",
|
|
1025
1007
|
"optional": true,
|
|
@@ -1027,6 +1009,46 @@
|
|
|
1027
1009
|
"primitive": "string"
|
|
1028
1010
|
}
|
|
1029
1011
|
},
|
|
1012
|
+
{
|
|
1013
|
+
"abstract": true,
|
|
1014
|
+
"docs": {
|
|
1015
|
+
"custom": {
|
|
1016
|
+
"featured": "true"
|
|
1017
|
+
},
|
|
1018
|
+
"default": "\"main\"",
|
|
1019
|
+
"stability": "stable",
|
|
1020
|
+
"summary": "The name of the main release branch."
|
|
1021
|
+
},
|
|
1022
|
+
"immutable": true,
|
|
1023
|
+
"locationInModule": {
|
|
1024
|
+
"filename": "src/construct-project-options.ts",
|
|
1025
|
+
"line": 462
|
|
1026
|
+
},
|
|
1027
|
+
"name": "defaultReleaseBranch",
|
|
1028
|
+
"optional": true,
|
|
1029
|
+
"type": {
|
|
1030
|
+
"primitive": "string"
|
|
1031
|
+
}
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"abstract": true,
|
|
1035
|
+
"docs": {
|
|
1036
|
+
"default": "true",
|
|
1037
|
+
"remarks": "Only triggered when the lockfile for the configured package\nmanager already exists.\n\nThis is useful when migrating between package managers to avoid conflicts.",
|
|
1038
|
+
"stability": "stable",
|
|
1039
|
+
"summary": "Automatically delete lockfiles from package managers that are not the active one."
|
|
1040
|
+
},
|
|
1041
|
+
"immutable": true,
|
|
1042
|
+
"locationInModule": {
|
|
1043
|
+
"filename": "src/construct-project-options.ts",
|
|
1044
|
+
"line": 965
|
|
1045
|
+
},
|
|
1046
|
+
"name": "deleteOrphanedLockFiles",
|
|
1047
|
+
"optional": true,
|
|
1048
|
+
"type": {
|
|
1049
|
+
"primitive": "boolean"
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1030
1052
|
{
|
|
1031
1053
|
"abstract": true,
|
|
1032
1054
|
"docs": {
|
|
@@ -1038,7 +1060,7 @@
|
|
|
1038
1060
|
"immutable": true,
|
|
1039
1061
|
"locationInModule": {
|
|
1040
1062
|
"filename": "src/construct-project-options.ts",
|
|
1041
|
-
"line":
|
|
1063
|
+
"line": 455
|
|
1042
1064
|
},
|
|
1043
1065
|
"name": "dependabot",
|
|
1044
1066
|
"optional": true,
|
|
@@ -1056,7 +1078,7 @@
|
|
|
1056
1078
|
"immutable": true,
|
|
1057
1079
|
"locationInModule": {
|
|
1058
1080
|
"filename": "src/construct-project-options.ts",
|
|
1059
|
-
"line":
|
|
1081
|
+
"line": 448
|
|
1060
1082
|
},
|
|
1061
1083
|
"name": "dependabotOptions",
|
|
1062
1084
|
"optional": true,
|
|
@@ -1071,14 +1093,14 @@
|
|
|
1071
1093
|
"featured": "true"
|
|
1072
1094
|
},
|
|
1073
1095
|
"default": "[]",
|
|
1074
|
-
"remarks": "The recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `
|
|
1096
|
+
"remarks": "The recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
|
|
1075
1097
|
"stability": "stable",
|
|
1076
1098
|
"summary": "Runtime dependencies of this module."
|
|
1077
1099
|
},
|
|
1078
1100
|
"immutable": true,
|
|
1079
1101
|
"locationInModule": {
|
|
1080
1102
|
"filename": "src/construct-project-options.ts",
|
|
1081
|
-
"line":
|
|
1103
|
+
"line": 955
|
|
1082
1104
|
},
|
|
1083
1105
|
"name": "deps",
|
|
1084
1106
|
"optional": true,
|
|
@@ -1102,7 +1124,7 @@
|
|
|
1102
1124
|
"immutable": true,
|
|
1103
1125
|
"locationInModule": {
|
|
1104
1126
|
"filename": "src/construct-project-options.ts",
|
|
1105
|
-
"line":
|
|
1127
|
+
"line": 442
|
|
1106
1128
|
},
|
|
1107
1129
|
"name": "depsUpgrade",
|
|
1108
1130
|
"optional": true,
|
|
@@ -1120,7 +1142,7 @@
|
|
|
1120
1142
|
"immutable": true,
|
|
1121
1143
|
"locationInModule": {
|
|
1122
1144
|
"filename": "src/construct-project-options.ts",
|
|
1123
|
-
"line":
|
|
1145
|
+
"line": 435
|
|
1124
1146
|
},
|
|
1125
1147
|
"name": "depsUpgradeOptions",
|
|
1126
1148
|
"optional": true,
|
|
@@ -1141,7 +1163,7 @@
|
|
|
1141
1163
|
"immutable": true,
|
|
1142
1164
|
"locationInModule": {
|
|
1143
1165
|
"filename": "src/construct-project-options.ts",
|
|
1144
|
-
"line":
|
|
1166
|
+
"line": 942
|
|
1145
1167
|
},
|
|
1146
1168
|
"name": "description",
|
|
1147
1169
|
"optional": true,
|
|
@@ -1159,7 +1181,7 @@
|
|
|
1159
1181
|
"immutable": true,
|
|
1160
1182
|
"locationInModule": {
|
|
1161
1183
|
"filename": "src/construct-project-options.ts",
|
|
1162
|
-
"line":
|
|
1184
|
+
"line": 1109
|
|
1163
1185
|
},
|
|
1164
1186
|
"name": "devContainer",
|
|
1165
1187
|
"optional": true,
|
|
@@ -1174,14 +1196,14 @@
|
|
|
1174
1196
|
"featured": "true"
|
|
1175
1197
|
},
|
|
1176
1198
|
"default": "[]",
|
|
1177
|
-
"remarks": "These dependencies will only be\navailable in your build environment but will not be fetched when this\nmodule is consumed.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `
|
|
1199
|
+
"remarks": "These dependencies will only be\navailable in your build environment but will not be fetched when this\nmodule is consumed.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
|
|
1178
1200
|
"stability": "stable",
|
|
1179
1201
|
"summary": "Build dependencies for this module."
|
|
1180
1202
|
},
|
|
1181
1203
|
"immutable": true,
|
|
1182
1204
|
"locationInModule": {
|
|
1183
1205
|
"filename": "src/construct-project-options.ts",
|
|
1184
|
-
"line":
|
|
1206
|
+
"line": 934
|
|
1185
1207
|
},
|
|
1186
1208
|
"name": "devDeps",
|
|
1187
1209
|
"optional": true,
|
|
@@ -1194,6 +1216,23 @@
|
|
|
1194
1216
|
}
|
|
1195
1217
|
}
|
|
1196
1218
|
},
|
|
1219
|
+
{
|
|
1220
|
+
"abstract": true,
|
|
1221
|
+
"docs": {
|
|
1222
|
+
"stability": "stable",
|
|
1223
|
+
"summary": "Configure the `devEngines` field in `package.json`. The `devEngines.packageManager` field is automatically populated based on the resolved `packageManager` value. Any fields provided here are merged with the auto-populated `packageManager` entry."
|
|
1224
|
+
},
|
|
1225
|
+
"immutable": true,
|
|
1226
|
+
"locationInModule": {
|
|
1227
|
+
"filename": "src/construct-project-options.ts",
|
|
1228
|
+
"line": 917
|
|
1229
|
+
},
|
|
1230
|
+
"name": "devEngines",
|
|
1231
|
+
"optional": true,
|
|
1232
|
+
"type": {
|
|
1233
|
+
"fqn": "projen.javascript.DevEngines"
|
|
1234
|
+
}
|
|
1235
|
+
},
|
|
1197
1236
|
{
|
|
1198
1237
|
"abstract": true,
|
|
1199
1238
|
"docs": {
|
|
@@ -1204,7 +1243,7 @@
|
|
|
1204
1243
|
"immutable": true,
|
|
1205
1244
|
"locationInModule": {
|
|
1206
1245
|
"filename": "src/construct-project-options.ts",
|
|
1207
|
-
"line":
|
|
1246
|
+
"line": 310
|
|
1208
1247
|
},
|
|
1209
1248
|
"name": "disableTsconfig",
|
|
1210
1249
|
"optional": true,
|
|
@@ -1222,7 +1261,7 @@
|
|
|
1222
1261
|
"immutable": true,
|
|
1223
1262
|
"locationInModule": {
|
|
1224
1263
|
"filename": "src/construct-project-options.ts",
|
|
1225
|
-
"line":
|
|
1264
|
+
"line": 304
|
|
1226
1265
|
},
|
|
1227
1266
|
"name": "disableTsconfigDev",
|
|
1228
1267
|
"optional": true,
|
|
@@ -1240,7 +1279,7 @@
|
|
|
1240
1279
|
"immutable": true,
|
|
1241
1280
|
"locationInModule": {
|
|
1242
1281
|
"filename": "src/construct-project-options.ts",
|
|
1243
|
-
"line":
|
|
1282
|
+
"line": 298
|
|
1244
1283
|
},
|
|
1245
1284
|
"name": "docgen",
|
|
1246
1285
|
"optional": true,
|
|
@@ -1258,7 +1297,7 @@
|
|
|
1258
1297
|
"immutable": true,
|
|
1259
1298
|
"locationInModule": {
|
|
1260
1299
|
"filename": "src/construct-project-options.ts",
|
|
1261
|
-
"line":
|
|
1300
|
+
"line": 159
|
|
1262
1301
|
},
|
|
1263
1302
|
"name": "docgenFilePath",
|
|
1264
1303
|
"optional": true,
|
|
@@ -1276,7 +1315,7 @@
|
|
|
1276
1315
|
"immutable": true,
|
|
1277
1316
|
"locationInModule": {
|
|
1278
1317
|
"filename": "src/construct-project-options.ts",
|
|
1279
|
-
"line":
|
|
1318
|
+
"line": 292
|
|
1280
1319
|
},
|
|
1281
1320
|
"name": "docsDirectory",
|
|
1282
1321
|
"optional": true,
|
|
@@ -1294,7 +1333,7 @@
|
|
|
1294
1333
|
"immutable": true,
|
|
1295
1334
|
"locationInModule": {
|
|
1296
1335
|
"filename": "src/construct-project-options.ts",
|
|
1297
|
-
"line":
|
|
1336
|
+
"line": 49
|
|
1298
1337
|
},
|
|
1299
1338
|
"name": "edgeLambdaAutoDiscover",
|
|
1300
1339
|
"optional": true,
|
|
@@ -1312,7 +1351,7 @@
|
|
|
1312
1351
|
"immutable": true,
|
|
1313
1352
|
"locationInModule": {
|
|
1314
1353
|
"filename": "src/construct-project-options.ts",
|
|
1315
|
-
"line":
|
|
1354
|
+
"line": 909
|
|
1316
1355
|
},
|
|
1317
1356
|
"name": "entrypoint",
|
|
1318
1357
|
"optional": true,
|
|
@@ -1330,7 +1369,7 @@
|
|
|
1330
1369
|
"immutable": true,
|
|
1331
1370
|
"locationInModule": {
|
|
1332
1371
|
"filename": "src/construct-project-options.ts",
|
|
1333
|
-
"line":
|
|
1372
|
+
"line": 286
|
|
1334
1373
|
},
|
|
1335
1374
|
"name": "entrypointTypes",
|
|
1336
1375
|
"optional": true,
|
|
@@ -1348,7 +1387,7 @@
|
|
|
1348
1387
|
"immutable": true,
|
|
1349
1388
|
"locationInModule": {
|
|
1350
1389
|
"filename": "src/construct-project-options.ts",
|
|
1351
|
-
"line":
|
|
1390
|
+
"line": 280
|
|
1352
1391
|
},
|
|
1353
1392
|
"name": "eslint",
|
|
1354
1393
|
"optional": true,
|
|
@@ -1366,7 +1405,7 @@
|
|
|
1366
1405
|
"immutable": true,
|
|
1367
1406
|
"locationInModule": {
|
|
1368
1407
|
"filename": "src/construct-project-options.ts",
|
|
1369
|
-
"line":
|
|
1408
|
+
"line": 274
|
|
1370
1409
|
},
|
|
1371
1410
|
"name": "eslintOptions",
|
|
1372
1411
|
"optional": true,
|
|
@@ -1384,7 +1423,7 @@
|
|
|
1384
1423
|
"immutable": true,
|
|
1385
1424
|
"locationInModule": {
|
|
1386
1425
|
"filename": "src/construct-project-options.ts",
|
|
1387
|
-
"line":
|
|
1426
|
+
"line": 153
|
|
1388
1427
|
},
|
|
1389
1428
|
"name": "excludeTypescript",
|
|
1390
1429
|
"optional": true,
|
|
@@ -1407,7 +1446,7 @@
|
|
|
1407
1446
|
"immutable": true,
|
|
1408
1447
|
"locationInModule": {
|
|
1409
1448
|
"filename": "src/construct-project-options.ts",
|
|
1410
|
-
"line":
|
|
1449
|
+
"line": 43
|
|
1411
1450
|
},
|
|
1412
1451
|
"name": "experimentalIntegRunner",
|
|
1413
1452
|
"optional": true,
|
|
@@ -1426,7 +1465,7 @@
|
|
|
1426
1465
|
"immutable": true,
|
|
1427
1466
|
"locationInModule": {
|
|
1428
1467
|
"filename": "src/construct-project-options.ts",
|
|
1429
|
-
"line":
|
|
1468
|
+
"line": 1103
|
|
1430
1469
|
},
|
|
1431
1470
|
"name": "github",
|
|
1432
1471
|
"optional": true,
|
|
@@ -1444,7 +1483,7 @@
|
|
|
1444
1483
|
"immutable": true,
|
|
1445
1484
|
"locationInModule": {
|
|
1446
1485
|
"filename": "src/construct-project-options.ts",
|
|
1447
|
-
"line":
|
|
1486
|
+
"line": 1096
|
|
1448
1487
|
},
|
|
1449
1488
|
"name": "githubOptions",
|
|
1450
1489
|
"optional": true,
|
|
@@ -1461,7 +1500,7 @@
|
|
|
1461
1500
|
"immutable": true,
|
|
1462
1501
|
"locationInModule": {
|
|
1463
1502
|
"filename": "src/construct-project-options.ts",
|
|
1464
|
-
"line":
|
|
1503
|
+
"line": 429
|
|
1465
1504
|
},
|
|
1466
1505
|
"name": "gitignore",
|
|
1467
1506
|
"optional": true,
|
|
@@ -1483,7 +1522,7 @@
|
|
|
1483
1522
|
"immutable": true,
|
|
1484
1523
|
"locationInModule": {
|
|
1485
1524
|
"filename": "src/construct-project-options.ts",
|
|
1486
|
-
"line":
|
|
1525
|
+
"line": 1206
|
|
1487
1526
|
},
|
|
1488
1527
|
"name": "gitIgnoreOptions",
|
|
1489
1528
|
"optional": true,
|
|
@@ -1500,7 +1539,7 @@
|
|
|
1500
1539
|
"immutable": true,
|
|
1501
1540
|
"locationInModule": {
|
|
1502
1541
|
"filename": "src/construct-project-options.ts",
|
|
1503
|
-
"line":
|
|
1542
|
+
"line": 1201
|
|
1504
1543
|
},
|
|
1505
1544
|
"name": "gitOptions",
|
|
1506
1545
|
"optional": true,
|
|
@@ -1518,7 +1557,7 @@
|
|
|
1518
1557
|
"immutable": true,
|
|
1519
1558
|
"locationInModule": {
|
|
1520
1559
|
"filename": "src/construct-project-options.ts",
|
|
1521
|
-
"line":
|
|
1560
|
+
"line": 1090
|
|
1522
1561
|
},
|
|
1523
1562
|
"name": "gitpod",
|
|
1524
1563
|
"optional": true,
|
|
@@ -1535,7 +1574,7 @@
|
|
|
1535
1574
|
"immutable": true,
|
|
1536
1575
|
"locationInModule": {
|
|
1537
1576
|
"filename": "src/construct-project-options.ts",
|
|
1538
|
-
"line":
|
|
1577
|
+
"line": 902
|
|
1539
1578
|
},
|
|
1540
1579
|
"name": "homepage",
|
|
1541
1580
|
"optional": true,
|
|
@@ -1553,7 +1592,7 @@
|
|
|
1553
1592
|
"immutable": true,
|
|
1554
1593
|
"locationInModule": {
|
|
1555
1594
|
"filename": "src/construct-project-options.ts",
|
|
1556
|
-
"line":
|
|
1595
|
+
"line": 37
|
|
1557
1596
|
},
|
|
1558
1597
|
"name": "integrationTestAutoDiscover",
|
|
1559
1598
|
"optional": true,
|
|
@@ -1571,7 +1610,7 @@
|
|
|
1571
1610
|
"immutable": true,
|
|
1572
1611
|
"locationInModule": {
|
|
1573
1612
|
"filename": "src/construct-project-options.ts",
|
|
1574
|
-
"line":
|
|
1613
|
+
"line": 424
|
|
1575
1614
|
},
|
|
1576
1615
|
"name": "jest",
|
|
1577
1616
|
"optional": true,
|
|
@@ -1589,7 +1628,7 @@
|
|
|
1589
1628
|
"immutable": true,
|
|
1590
1629
|
"locationInModule": {
|
|
1591
1630
|
"filename": "src/construct-project-options.ts",
|
|
1592
|
-
"line":
|
|
1631
|
+
"line": 418
|
|
1593
1632
|
},
|
|
1594
1633
|
"name": "jestOptions",
|
|
1595
1634
|
"optional": true,
|
|
@@ -1607,7 +1646,7 @@
|
|
|
1607
1646
|
"immutable": true,
|
|
1608
1647
|
"locationInModule": {
|
|
1609
1648
|
"filename": "src/construct-project-options.ts",
|
|
1610
|
-
"line":
|
|
1649
|
+
"line": 735
|
|
1611
1650
|
},
|
|
1612
1651
|
"name": "jsiiReleaseVersion",
|
|
1613
1652
|
"optional": true,
|
|
@@ -1619,9 +1658,9 @@
|
|
|
1619
1658
|
"abstract": true,
|
|
1620
1659
|
"docs": {
|
|
1621
1660
|
"custom": {
|
|
1622
|
-
"pjnew": "\"~
|
|
1661
|
+
"pjnew": "\"~6.0.0\""
|
|
1623
1662
|
},
|
|
1624
|
-
"default": "\"~5.
|
|
1663
|
+
"default": "\"~5.9.0\"",
|
|
1625
1664
|
"remarks": "Set to \"*\" if you want to manually manage the version of jsii in your\nproject by managing updates to `package.json` on your own.\n\nNOTE: The jsii compiler releases since 5.0.0 are not semantically versioned\nand should remain on the same minor, so we recommend using a `~` dependency\n(e.g. `~5.0.0`).",
|
|
1626
1665
|
"stability": "stable",
|
|
1627
1666
|
"summary": "Version of the jsii compiler to use."
|
|
@@ -1629,7 +1668,7 @@
|
|
|
1629
1668
|
"immutable": true,
|
|
1630
1669
|
"locationInModule": {
|
|
1631
1670
|
"filename": "src/construct-project-options.ts",
|
|
1632
|
-
"line":
|
|
1671
|
+
"line": 143
|
|
1633
1672
|
},
|
|
1634
1673
|
"name": "jsiiVersion",
|
|
1635
1674
|
"optional": true,
|
|
@@ -1646,7 +1685,7 @@
|
|
|
1646
1685
|
"immutable": true,
|
|
1647
1686
|
"locationInModule": {
|
|
1648
1687
|
"filename": "src/construct-project-options.ts",
|
|
1649
|
-
"line":
|
|
1688
|
+
"line": 897
|
|
1650
1689
|
},
|
|
1651
1690
|
"name": "keywords",
|
|
1652
1691
|
"optional": true,
|
|
@@ -1669,7 +1708,7 @@
|
|
|
1669
1708
|
"immutable": true,
|
|
1670
1709
|
"locationInModule": {
|
|
1671
1710
|
"filename": "src/construct-project-options.ts",
|
|
1672
|
-
"line":
|
|
1711
|
+
"line": 31
|
|
1673
1712
|
},
|
|
1674
1713
|
"name": "lambdaAutoDiscover",
|
|
1675
1714
|
"optional": true,
|
|
@@ -1687,7 +1726,7 @@
|
|
|
1687
1726
|
"immutable": true,
|
|
1688
1727
|
"locationInModule": {
|
|
1689
1728
|
"filename": "src/construct-project-options.ts",
|
|
1690
|
-
"line":
|
|
1729
|
+
"line": 25
|
|
1691
1730
|
},
|
|
1692
1731
|
"name": "lambdaExtensionAutoDiscover",
|
|
1693
1732
|
"optional": true,
|
|
@@ -1705,7 +1744,7 @@
|
|
|
1705
1744
|
"immutable": true,
|
|
1706
1745
|
"locationInModule": {
|
|
1707
1746
|
"filename": "src/construct-project-options.ts",
|
|
1708
|
-
"line":
|
|
1747
|
+
"line": 19
|
|
1709
1748
|
},
|
|
1710
1749
|
"name": "lambdaOptions",
|
|
1711
1750
|
"optional": true,
|
|
@@ -1723,7 +1762,7 @@
|
|
|
1723
1762
|
"immutable": true,
|
|
1724
1763
|
"locationInModule": {
|
|
1725
1764
|
"filename": "src/construct-project-options.ts",
|
|
1726
|
-
"line":
|
|
1765
|
+
"line": 268
|
|
1727
1766
|
},
|
|
1728
1767
|
"name": "libdir",
|
|
1729
1768
|
"optional": true,
|
|
@@ -1742,7 +1781,7 @@
|
|
|
1742
1781
|
"immutable": true,
|
|
1743
1782
|
"locationInModule": {
|
|
1744
1783
|
"filename": "src/construct-project-options.ts",
|
|
1745
|
-
"line":
|
|
1784
|
+
"line": 892
|
|
1746
1785
|
},
|
|
1747
1786
|
"name": "license",
|
|
1748
1787
|
"optional": true,
|
|
@@ -1760,7 +1799,7 @@
|
|
|
1760
1799
|
"immutable": true,
|
|
1761
1800
|
"locationInModule": {
|
|
1762
1801
|
"filename": "src/construct-project-options.ts",
|
|
1763
|
-
"line":
|
|
1802
|
+
"line": 884
|
|
1764
1803
|
},
|
|
1765
1804
|
"name": "licensed",
|
|
1766
1805
|
"optional": true,
|
|
@@ -1778,7 +1817,7 @@
|
|
|
1778
1817
|
"immutable": true,
|
|
1779
1818
|
"locationInModule": {
|
|
1780
1819
|
"filename": "src/construct-project-options.ts",
|
|
1781
|
-
"line":
|
|
1820
|
+
"line": 1196
|
|
1782
1821
|
},
|
|
1783
1822
|
"name": "logging",
|
|
1784
1823
|
"optional": true,
|
|
@@ -1797,7 +1836,7 @@
|
|
|
1797
1836
|
"immutable": true,
|
|
1798
1837
|
"locationInModule": {
|
|
1799
1838
|
"filename": "src/construct-project-options.ts",
|
|
1800
|
-
"line":
|
|
1839
|
+
"line": 729
|
|
1801
1840
|
},
|
|
1802
1841
|
"name": "majorVersion",
|
|
1803
1842
|
"optional": true,
|
|
@@ -1816,7 +1855,7 @@
|
|
|
1816
1855
|
"immutable": true,
|
|
1817
1856
|
"locationInModule": {
|
|
1818
1857
|
"filename": "src/construct-project-options.ts",
|
|
1819
|
-
"line":
|
|
1858
|
+
"line": 878
|
|
1820
1859
|
},
|
|
1821
1860
|
"name": "maxNodeVersion",
|
|
1822
1861
|
"optional": true,
|
|
@@ -1835,7 +1874,7 @@
|
|
|
1835
1874
|
"immutable": true,
|
|
1836
1875
|
"locationInModule": {
|
|
1837
1876
|
"filename": "src/construct-project-options.ts",
|
|
1838
|
-
"line":
|
|
1877
|
+
"line": 721
|
|
1839
1878
|
},
|
|
1840
1879
|
"name": "minMajorVersion",
|
|
1841
1880
|
"optional": true,
|
|
@@ -1854,7 +1893,7 @@
|
|
|
1854
1893
|
"immutable": true,
|
|
1855
1894
|
"locationInModule": {
|
|
1856
1895
|
"filename": "src/construct-project-options.ts",
|
|
1857
|
-
"line":
|
|
1896
|
+
"line": 867
|
|
1858
1897
|
},
|
|
1859
1898
|
"name": "minNodeVersion",
|
|
1860
1899
|
"optional": true,
|
|
@@ -1873,7 +1912,7 @@
|
|
|
1873
1912
|
"immutable": true,
|
|
1874
1913
|
"locationInModule": {
|
|
1875
1914
|
"filename": "src/construct-project-options.ts",
|
|
1876
|
-
"line":
|
|
1915
|
+
"line": 711
|
|
1877
1916
|
},
|
|
1878
1917
|
"name": "nextVersionCommand",
|
|
1879
1918
|
"optional": true,
|
|
@@ -1891,7 +1930,7 @@
|
|
|
1891
1930
|
"immutable": true,
|
|
1892
1931
|
"locationInModule": {
|
|
1893
1932
|
"filename": "src/construct-project-options.ts",
|
|
1894
|
-
"line":
|
|
1933
|
+
"line": 852
|
|
1895
1934
|
},
|
|
1896
1935
|
"name": "npmAccess",
|
|
1897
1936
|
"optional": true,
|
|
@@ -1910,7 +1949,7 @@
|
|
|
1910
1949
|
"immutable": true,
|
|
1911
1950
|
"locationInModule": {
|
|
1912
1951
|
"filename": "src/construct-project-options.ts",
|
|
1913
|
-
"line":
|
|
1952
|
+
"line": 687
|
|
1914
1953
|
},
|
|
1915
1954
|
"name": "npmDistTag",
|
|
1916
1955
|
"optional": true,
|
|
@@ -1928,7 +1967,7 @@
|
|
|
1928
1967
|
"immutable": true,
|
|
1929
1968
|
"locationInModule": {
|
|
1930
1969
|
"filename": "src/construct-project-options.ts",
|
|
1931
|
-
"line":
|
|
1970
|
+
"line": 412
|
|
1932
1971
|
},
|
|
1933
1972
|
"name": "npmignoreEnabled",
|
|
1934
1973
|
"optional": true,
|
|
@@ -1945,7 +1984,7 @@
|
|
|
1945
1984
|
"immutable": true,
|
|
1946
1985
|
"locationInModule": {
|
|
1947
1986
|
"filename": "src/construct-project-options.ts",
|
|
1948
|
-
"line":
|
|
1987
|
+
"line": 406
|
|
1949
1988
|
},
|
|
1950
1989
|
"name": "npmIgnoreOptions",
|
|
1951
1990
|
"optional": true,
|
|
@@ -1964,7 +2003,7 @@
|
|
|
1964
2003
|
"immutable": true,
|
|
1965
2004
|
"locationInModule": {
|
|
1966
2005
|
"filename": "src/construct-project-options.ts",
|
|
1967
|
-
"line":
|
|
2006
|
+
"line": 844
|
|
1968
2007
|
},
|
|
1969
2008
|
"name": "npmProvenance",
|
|
1970
2009
|
"optional": true,
|
|
@@ -1983,7 +2022,7 @@
|
|
|
1983
2022
|
"immutable": true,
|
|
1984
2023
|
"locationInModule": {
|
|
1985
2024
|
"filename": "src/construct-project-options.ts",
|
|
1986
|
-
"line":
|
|
2025
|
+
"line": 833
|
|
1987
2026
|
},
|
|
1988
2027
|
"name": "npmRegistryUrl",
|
|
1989
2028
|
"optional": true,
|
|
@@ -2001,7 +2040,7 @@
|
|
|
2001
2040
|
"immutable": true,
|
|
2002
2041
|
"locationInModule": {
|
|
2003
2042
|
"filename": "src/construct-project-options.ts",
|
|
2004
|
-
"line":
|
|
2043
|
+
"line": 826
|
|
2005
2044
|
},
|
|
2006
2045
|
"name": "npmTokenSecret",
|
|
2007
2046
|
"optional": true,
|
|
@@ -2019,7 +2058,7 @@
|
|
|
2019
2058
|
"immutable": true,
|
|
2020
2059
|
"locationInModule": {
|
|
2021
2060
|
"filename": "src/construct-project-options.ts",
|
|
2022
|
-
"line":
|
|
2061
|
+
"line": 820
|
|
2023
2062
|
},
|
|
2024
2063
|
"name": "npmTrustedPublishing",
|
|
2025
2064
|
"optional": true,
|
|
@@ -2038,7 +2077,7 @@
|
|
|
2038
2077
|
"immutable": true,
|
|
2039
2078
|
"locationInModule": {
|
|
2040
2079
|
"filename": "src/construct-project-options.ts",
|
|
2041
|
-
"line":
|
|
2080
|
+
"line": 1190
|
|
2042
2081
|
},
|
|
2043
2082
|
"name": "outdir",
|
|
2044
2083
|
"optional": true,
|
|
@@ -2056,7 +2095,7 @@
|
|
|
2056
2095
|
"immutable": true,
|
|
2057
2096
|
"locationInModule": {
|
|
2058
2097
|
"filename": "src/construct-project-options.ts",
|
|
2059
|
-
"line":
|
|
2098
|
+
"line": 401
|
|
2060
2099
|
},
|
|
2061
2100
|
"name": "package",
|
|
2062
2101
|
"optional": true,
|
|
@@ -2067,14 +2106,17 @@
|
|
|
2067
2106
|
{
|
|
2068
2107
|
"abstract": true,
|
|
2069
2108
|
"docs": {
|
|
2070
|
-
"
|
|
2109
|
+
"custom": {
|
|
2110
|
+
"pjnew": "$PACKAGE_MANAGER"
|
|
2111
|
+
},
|
|
2112
|
+
"default": "- Detected from the calling process or `YARN_CLASSIC` if detection fails.",
|
|
2071
2113
|
"stability": "stable",
|
|
2072
2114
|
"summary": "The Node Package Manager used to execute scripts."
|
|
2073
2115
|
},
|
|
2074
2116
|
"immutable": true,
|
|
2075
2117
|
"locationInModule": {
|
|
2076
2118
|
"filename": "src/construct-project-options.ts",
|
|
2077
|
-
"line":
|
|
2119
|
+
"line": 814
|
|
2078
2120
|
},
|
|
2079
2121
|
"name": "packageManager",
|
|
2080
2122
|
"optional": true,
|
|
@@ -2095,7 +2137,7 @@
|
|
|
2095
2137
|
"immutable": true,
|
|
2096
2138
|
"locationInModule": {
|
|
2097
2139
|
"filename": "src/construct-project-options.ts",
|
|
2098
|
-
"line":
|
|
2140
|
+
"line": 807
|
|
2099
2141
|
},
|
|
2100
2142
|
"name": "packageName",
|
|
2101
2143
|
"optional": true,
|
|
@@ -2112,7 +2154,7 @@
|
|
|
2112
2154
|
"immutable": true,
|
|
2113
2155
|
"locationInModule": {
|
|
2114
2156
|
"filename": "src/construct-project-options.ts",
|
|
2115
|
-
"line":
|
|
2157
|
+
"line": 1179
|
|
2116
2158
|
},
|
|
2117
2159
|
"name": "parent",
|
|
2118
2160
|
"optional": true,
|
|
@@ -2129,7 +2171,7 @@
|
|
|
2129
2171
|
"immutable": true,
|
|
2130
2172
|
"locationInModule": {
|
|
2131
2173
|
"filename": "src/construct-project-options.ts",
|
|
2132
|
-
"line":
|
|
2174
|
+
"line": 800
|
|
2133
2175
|
},
|
|
2134
2176
|
"name": "peerDependencyOptions",
|
|
2135
2177
|
"optional": true,
|
|
@@ -2148,7 +2190,7 @@
|
|
|
2148
2190
|
"immutable": true,
|
|
2149
2191
|
"locationInModule": {
|
|
2150
2192
|
"filename": "src/construct-project-options.ts",
|
|
2151
|
-
"line":
|
|
2193
|
+
"line": 795
|
|
2152
2194
|
},
|
|
2153
2195
|
"name": "peerDeps",
|
|
2154
2196
|
"optional": true,
|
|
@@ -2164,14 +2206,14 @@
|
|
|
2164
2206
|
{
|
|
2165
2207
|
"abstract": true,
|
|
2166
2208
|
"docs": {
|
|
2167
|
-
"default": "\"
|
|
2209
|
+
"default": "\"10.33.0\"",
|
|
2168
2210
|
"stability": "stable",
|
|
2169
2211
|
"summary": "The version of PNPM to use if using PNPM as a package manager."
|
|
2170
2212
|
},
|
|
2171
2213
|
"immutable": true,
|
|
2172
2214
|
"locationInModule": {
|
|
2173
2215
|
"filename": "src/construct-project-options.ts",
|
|
2174
|
-
"line":
|
|
2216
|
+
"line": 776
|
|
2175
2217
|
},
|
|
2176
2218
|
"name": "pnpmVersion",
|
|
2177
2219
|
"optional": true,
|
|
@@ -2189,7 +2231,7 @@
|
|
|
2189
2231
|
"immutable": true,
|
|
2190
2232
|
"locationInModule": {
|
|
2191
2233
|
"filename": "src/construct-project-options.ts",
|
|
2192
|
-
"line":
|
|
2234
|
+
"line": 679
|
|
2193
2235
|
},
|
|
2194
2236
|
"name": "postBuildSteps",
|
|
2195
2237
|
"optional": true,
|
|
@@ -2212,7 +2254,7 @@
|
|
|
2212
2254
|
"immutable": true,
|
|
2213
2255
|
"locationInModule": {
|
|
2214
2256
|
"filename": "src/construct-project-options.ts",
|
|
2215
|
-
"line":
|
|
2257
|
+
"line": 673
|
|
2216
2258
|
},
|
|
2217
2259
|
"name": "prerelease",
|
|
2218
2260
|
"optional": true,
|
|
@@ -2230,7 +2272,7 @@
|
|
|
2230
2272
|
"immutable": true,
|
|
2231
2273
|
"locationInModule": {
|
|
2232
2274
|
"filename": "src/construct-project-options.ts",
|
|
2233
|
-
"line":
|
|
2275
|
+
"line": 395
|
|
2234
2276
|
},
|
|
2235
2277
|
"name": "prettier",
|
|
2236
2278
|
"optional": true,
|
|
@@ -2248,7 +2290,7 @@
|
|
|
2248
2290
|
"immutable": true,
|
|
2249
2291
|
"locationInModule": {
|
|
2250
2292
|
"filename": "src/construct-project-options.ts",
|
|
2251
|
-
"line":
|
|
2293
|
+
"line": 389
|
|
2252
2294
|
},
|
|
2253
2295
|
"name": "prettierOptions",
|
|
2254
2296
|
"optional": true,
|
|
@@ -2266,7 +2308,7 @@
|
|
|
2266
2308
|
"immutable": true,
|
|
2267
2309
|
"locationInModule": {
|
|
2268
2310
|
"filename": "src/construct-project-options.ts",
|
|
2269
|
-
"line":
|
|
2311
|
+
"line": 1174
|
|
2270
2312
|
},
|
|
2271
2313
|
"name": "projectTree",
|
|
2272
2314
|
"optional": true,
|
|
@@ -2285,7 +2327,7 @@
|
|
|
2285
2327
|
"immutable": true,
|
|
2286
2328
|
"locationInModule": {
|
|
2287
2329
|
"filename": "src/construct-project-options.ts",
|
|
2288
|
-
"line":
|
|
2330
|
+
"line": 1168
|
|
2289
2331
|
},
|
|
2290
2332
|
"name": "projenCommand",
|
|
2291
2333
|
"optional": true,
|
|
@@ -2303,7 +2345,7 @@
|
|
|
2303
2345
|
"immutable": true,
|
|
2304
2346
|
"locationInModule": {
|
|
2305
2347
|
"filename": "src/construct-project-options.ts",
|
|
2306
|
-
"line":
|
|
2348
|
+
"line": 1084
|
|
2307
2349
|
},
|
|
2308
2350
|
"name": "projenCredentials",
|
|
2309
2351
|
"optional": true,
|
|
@@ -2321,7 +2363,7 @@
|
|
|
2321
2363
|
"immutable": true,
|
|
2322
2364
|
"locationInModule": {
|
|
2323
2365
|
"filename": "src/construct-project-options.ts",
|
|
2324
|
-
"line":
|
|
2366
|
+
"line": 383
|
|
2325
2367
|
},
|
|
2326
2368
|
"name": "projenDevDependency",
|
|
2327
2369
|
"optional": true,
|
|
@@ -2339,7 +2381,7 @@
|
|
|
2339
2381
|
"immutable": true,
|
|
2340
2382
|
"locationInModule": {
|
|
2341
2383
|
"filename": "src/construct-project-options.ts",
|
|
2342
|
-
"line":
|
|
2384
|
+
"line": 377
|
|
2343
2385
|
},
|
|
2344
2386
|
"name": "projenrcJs",
|
|
2345
2387
|
"optional": true,
|
|
@@ -2357,7 +2399,7 @@
|
|
|
2357
2399
|
"immutable": true,
|
|
2358
2400
|
"locationInModule": {
|
|
2359
2401
|
"filename": "src/construct-project-options.ts",
|
|
2360
|
-
"line":
|
|
2402
|
+
"line": 1161
|
|
2361
2403
|
},
|
|
2362
2404
|
"name": "projenrcJson",
|
|
2363
2405
|
"optional": true,
|
|
@@ -2375,7 +2417,7 @@
|
|
|
2375
2417
|
"immutable": true,
|
|
2376
2418
|
"locationInModule": {
|
|
2377
2419
|
"filename": "src/construct-project-options.ts",
|
|
2378
|
-
"line":
|
|
2420
|
+
"line": 1155
|
|
2379
2421
|
},
|
|
2380
2422
|
"name": "projenrcJsonOptions",
|
|
2381
2423
|
"optional": true,
|
|
@@ -2393,7 +2435,7 @@
|
|
|
2393
2435
|
"immutable": true,
|
|
2394
2436
|
"locationInModule": {
|
|
2395
2437
|
"filename": "src/construct-project-options.ts",
|
|
2396
|
-
"line":
|
|
2438
|
+
"line": 371
|
|
2397
2439
|
},
|
|
2398
2440
|
"name": "projenrcJsOptions",
|
|
2399
2441
|
"optional": true,
|
|
@@ -2414,7 +2456,7 @@
|
|
|
2414
2456
|
"immutable": true,
|
|
2415
2457
|
"locationInModule": {
|
|
2416
2458
|
"filename": "src/construct-project-options.ts",
|
|
2417
|
-
"line":
|
|
2459
|
+
"line": 262
|
|
2418
2460
|
},
|
|
2419
2461
|
"name": "projenrcTs",
|
|
2420
2462
|
"optional": true,
|
|
@@ -2431,7 +2473,7 @@
|
|
|
2431
2473
|
"immutable": true,
|
|
2432
2474
|
"locationInModule": {
|
|
2433
2475
|
"filename": "src/construct-project-options.ts",
|
|
2434
|
-
"line":
|
|
2476
|
+
"line": 255
|
|
2435
2477
|
},
|
|
2436
2478
|
"name": "projenrcTsOptions",
|
|
2437
2479
|
"optional": true,
|
|
@@ -2449,7 +2491,7 @@
|
|
|
2449
2491
|
"immutable": true,
|
|
2450
2492
|
"locationInModule": {
|
|
2451
2493
|
"filename": "src/construct-project-options.ts",
|
|
2452
|
-
"line":
|
|
2494
|
+
"line": 365
|
|
2453
2495
|
},
|
|
2454
2496
|
"name": "projenVersion",
|
|
2455
2497
|
"optional": true,
|
|
@@ -2467,7 +2509,7 @@
|
|
|
2467
2509
|
"immutable": true,
|
|
2468
2510
|
"locationInModule": {
|
|
2469
2511
|
"filename": "src/construct-project-options.ts",
|
|
2470
|
-
"line":
|
|
2512
|
+
"line": 667
|
|
2471
2513
|
},
|
|
2472
2514
|
"name": "publishDryRun",
|
|
2473
2515
|
"optional": true,
|
|
@@ -2486,7 +2528,7 @@
|
|
|
2486
2528
|
"immutable": true,
|
|
2487
2529
|
"locationInModule": {
|
|
2488
2530
|
"filename": "src/construct-project-options.ts",
|
|
2489
|
-
"line":
|
|
2531
|
+
"line": 661
|
|
2490
2532
|
},
|
|
2491
2533
|
"name": "publishTasks",
|
|
2492
2534
|
"optional": true,
|
|
@@ -2504,7 +2546,7 @@
|
|
|
2504
2546
|
"immutable": true,
|
|
2505
2547
|
"locationInModule": {
|
|
2506
2548
|
"filename": "src/construct-project-options.ts",
|
|
2507
|
-
"line":
|
|
2549
|
+
"line": 130
|
|
2508
2550
|
},
|
|
2509
2551
|
"name": "publishToGo",
|
|
2510
2552
|
"optional": true,
|
|
@@ -2522,7 +2564,7 @@
|
|
|
2522
2564
|
"immutable": true,
|
|
2523
2565
|
"locationInModule": {
|
|
2524
2566
|
"filename": "src/construct-project-options.ts",
|
|
2525
|
-
"line":
|
|
2567
|
+
"line": 124
|
|
2526
2568
|
},
|
|
2527
2569
|
"name": "publishToMaven",
|
|
2528
2570
|
"optional": true,
|
|
@@ -2540,7 +2582,7 @@
|
|
|
2540
2582
|
"immutable": true,
|
|
2541
2583
|
"locationInModule": {
|
|
2542
2584
|
"filename": "src/construct-project-options.ts",
|
|
2543
|
-
"line":
|
|
2585
|
+
"line": 118
|
|
2544
2586
|
},
|
|
2545
2587
|
"name": "publishToNuget",
|
|
2546
2588
|
"optional": true,
|
|
@@ -2558,7 +2600,7 @@
|
|
|
2558
2600
|
"immutable": true,
|
|
2559
2601
|
"locationInModule": {
|
|
2560
2602
|
"filename": "src/construct-project-options.ts",
|
|
2561
|
-
"line":
|
|
2603
|
+
"line": 112
|
|
2562
2604
|
},
|
|
2563
2605
|
"name": "publishToPypi",
|
|
2564
2606
|
"optional": true,
|
|
@@ -2576,7 +2618,7 @@
|
|
|
2576
2618
|
"immutable": true,
|
|
2577
2619
|
"locationInModule": {
|
|
2578
2620
|
"filename": "src/construct-project-options.ts",
|
|
2579
|
-
"line":
|
|
2621
|
+
"line": 359
|
|
2580
2622
|
},
|
|
2581
2623
|
"name": "pullRequestTemplate",
|
|
2582
2624
|
"optional": true,
|
|
@@ -2594,7 +2636,7 @@
|
|
|
2594
2636
|
"immutable": true,
|
|
2595
2637
|
"locationInModule": {
|
|
2596
2638
|
"filename": "src/construct-project-options.ts",
|
|
2597
|
-
"line":
|
|
2639
|
+
"line": 353
|
|
2598
2640
|
},
|
|
2599
2641
|
"name": "pullRequestTemplateContents",
|
|
2600
2642
|
"optional": true,
|
|
@@ -2617,7 +2659,7 @@
|
|
|
2617
2659
|
"immutable": true,
|
|
2618
2660
|
"locationInModule": {
|
|
2619
2661
|
"filename": "src/construct-project-options.ts",
|
|
2620
|
-
"line":
|
|
2662
|
+
"line": 1078
|
|
2621
2663
|
},
|
|
2622
2664
|
"name": "readme",
|
|
2623
2665
|
"optional": true,
|
|
@@ -2635,7 +2677,7 @@
|
|
|
2635
2677
|
"immutable": true,
|
|
2636
2678
|
"locationInModule": {
|
|
2637
2679
|
"filename": "src/construct-project-options.ts",
|
|
2638
|
-
"line":
|
|
2680
|
+
"line": 653
|
|
2639
2681
|
},
|
|
2640
2682
|
"name": "releasableCommits",
|
|
2641
2683
|
"optional": true,
|
|
@@ -2653,7 +2695,7 @@
|
|
|
2653
2695
|
"immutable": true,
|
|
2654
2696
|
"locationInModule": {
|
|
2655
2697
|
"filename": "src/construct-project-options.ts",
|
|
2656
|
-
"line":
|
|
2698
|
+
"line": 347
|
|
2657
2699
|
},
|
|
2658
2700
|
"name": "release",
|
|
2659
2701
|
"optional": true,
|
|
@@ -2672,7 +2714,7 @@
|
|
|
2672
2714
|
"immutable": true,
|
|
2673
2715
|
"locationInModule": {
|
|
2674
2716
|
"filename": "src/construct-project-options.ts",
|
|
2675
|
-
"line":
|
|
2717
|
+
"line": 647
|
|
2676
2718
|
},
|
|
2677
2719
|
"name": "releaseBranches",
|
|
2678
2720
|
"optional": true,
|
|
@@ -2696,7 +2738,7 @@
|
|
|
2696
2738
|
"immutable": true,
|
|
2697
2739
|
"locationInModule": {
|
|
2698
2740
|
"filename": "src/construct-project-options.ts",
|
|
2699
|
-
"line":
|
|
2741
|
+
"line": 634
|
|
2700
2742
|
},
|
|
2701
2743
|
"name": "releaseEnvironment",
|
|
2702
2744
|
"optional": true,
|
|
@@ -2714,7 +2756,7 @@
|
|
|
2714
2756
|
"immutable": true,
|
|
2715
2757
|
"locationInModule": {
|
|
2716
2758
|
"filename": "src/construct-project-options.ts",
|
|
2717
|
-
"line":
|
|
2759
|
+
"line": 623
|
|
2718
2760
|
},
|
|
2719
2761
|
"name": "releaseFailureIssue",
|
|
2720
2762
|
"optional": true,
|
|
@@ -2733,7 +2775,7 @@
|
|
|
2733
2775
|
"immutable": true,
|
|
2734
2776
|
"locationInModule": {
|
|
2735
2777
|
"filename": "src/construct-project-options.ts",
|
|
2736
|
-
"line":
|
|
2778
|
+
"line": 617
|
|
2737
2779
|
},
|
|
2738
2780
|
"name": "releaseFailureIssueLabel",
|
|
2739
2781
|
"optional": true,
|
|
@@ -2752,7 +2794,7 @@
|
|
|
2752
2794
|
"immutable": true,
|
|
2753
2795
|
"locationInModule": {
|
|
2754
2796
|
"filename": "src/construct-project-options.ts",
|
|
2755
|
-
"line":
|
|
2797
|
+
"line": 610
|
|
2756
2798
|
},
|
|
2757
2799
|
"name": "releaseTagPrefix",
|
|
2758
2800
|
"optional": true,
|
|
@@ -2770,7 +2812,7 @@
|
|
|
2770
2812
|
"immutable": true,
|
|
2771
2813
|
"locationInModule": {
|
|
2772
2814
|
"filename": "src/construct-project-options.ts",
|
|
2773
|
-
"line":
|
|
2815
|
+
"line": 341
|
|
2774
2816
|
},
|
|
2775
2817
|
"name": "releaseToNpm",
|
|
2776
2818
|
"optional": true,
|
|
@@ -2788,7 +2830,7 @@
|
|
|
2788
2830
|
"immutable": true,
|
|
2789
2831
|
"locationInModule": {
|
|
2790
2832
|
"filename": "src/construct-project-options.ts",
|
|
2791
|
-
"line":
|
|
2833
|
+
"line": 600
|
|
2792
2834
|
},
|
|
2793
2835
|
"name": "releaseTrigger",
|
|
2794
2836
|
"optional": true,
|
|
@@ -2806,7 +2848,7 @@
|
|
|
2806
2848
|
"immutable": true,
|
|
2807
2849
|
"locationInModule": {
|
|
2808
2850
|
"filename": "src/construct-project-options.ts",
|
|
2809
|
-
"line":
|
|
2851
|
+
"line": 594
|
|
2810
2852
|
},
|
|
2811
2853
|
"name": "releaseWorkflowEnv",
|
|
2812
2854
|
"optional": true,
|
|
@@ -2829,7 +2871,7 @@
|
|
|
2829
2871
|
"immutable": true,
|
|
2830
2872
|
"locationInModule": {
|
|
2831
2873
|
"filename": "src/construct-project-options.ts",
|
|
2832
|
-
"line":
|
|
2874
|
+
"line": 588
|
|
2833
2875
|
},
|
|
2834
2876
|
"name": "releaseWorkflowName",
|
|
2835
2877
|
"optional": true,
|
|
@@ -2846,7 +2888,7 @@
|
|
|
2846
2888
|
"immutable": true,
|
|
2847
2889
|
"locationInModule": {
|
|
2848
2890
|
"filename": "src/construct-project-options.ts",
|
|
2849
|
-
"line":
|
|
2891
|
+
"line": 582
|
|
2850
2892
|
},
|
|
2851
2893
|
"name": "releaseWorkflowSetupSteps",
|
|
2852
2894
|
"optional": true,
|
|
@@ -2869,7 +2911,7 @@
|
|
|
2869
2911
|
"immutable": true,
|
|
2870
2912
|
"locationInModule": {
|
|
2871
2913
|
"filename": "src/construct-project-options.ts",
|
|
2872
|
-
"line":
|
|
2914
|
+
"line": 1149
|
|
2873
2915
|
},
|
|
2874
2916
|
"name": "renovatebot",
|
|
2875
2917
|
"optional": true,
|
|
@@ -2887,7 +2929,7 @@
|
|
|
2887
2929
|
"immutable": true,
|
|
2888
2930
|
"locationInModule": {
|
|
2889
2931
|
"filename": "src/construct-project-options.ts",
|
|
2890
|
-
"line":
|
|
2932
|
+
"line": 1143
|
|
2891
2933
|
},
|
|
2892
2934
|
"name": "renovatebotOptions",
|
|
2893
2935
|
"optional": true,
|
|
@@ -2905,7 +2947,7 @@
|
|
|
2905
2947
|
"immutable": true,
|
|
2906
2948
|
"locationInModule": {
|
|
2907
2949
|
"filename": "src/construct-project-options.ts",
|
|
2908
|
-
"line":
|
|
2950
|
+
"line": 770
|
|
2909
2951
|
},
|
|
2910
2952
|
"name": "repository",
|
|
2911
2953
|
"optional": true,
|
|
@@ -2922,7 +2964,7 @@
|
|
|
2922
2964
|
"immutable": true,
|
|
2923
2965
|
"locationInModule": {
|
|
2924
2966
|
"filename": "src/construct-project-options.ts",
|
|
2925
|
-
"line":
|
|
2967
|
+
"line": 764
|
|
2926
2968
|
},
|
|
2927
2969
|
"name": "repositoryDirectory",
|
|
2928
2970
|
"optional": true,
|
|
@@ -2939,7 +2981,7 @@
|
|
|
2939
2981
|
"immutable": true,
|
|
2940
2982
|
"locationInModule": {
|
|
2941
2983
|
"filename": "src/construct-project-options.ts",
|
|
2942
|
-
"line":
|
|
2984
|
+
"line": 106
|
|
2943
2985
|
},
|
|
2944
2986
|
"name": "rootdir",
|
|
2945
2987
|
"optional": true,
|
|
@@ -2957,7 +2999,7 @@
|
|
|
2957
2999
|
"immutable": true,
|
|
2958
3000
|
"locationInModule": {
|
|
2959
3001
|
"filename": "src/construct-project-options.ts",
|
|
2960
|
-
"line":
|
|
3002
|
+
"line": 250
|
|
2961
3003
|
},
|
|
2962
3004
|
"name": "sampleCode",
|
|
2963
3005
|
"optional": true,
|
|
@@ -2975,7 +3017,7 @@
|
|
|
2975
3017
|
"immutable": true,
|
|
2976
3018
|
"locationInModule": {
|
|
2977
3019
|
"filename": "src/construct-project-options.ts",
|
|
2978
|
-
"line":
|
|
3020
|
+
"line": 759
|
|
2979
3021
|
},
|
|
2980
3022
|
"name": "scopedPackagesOptions",
|
|
2981
3023
|
"optional": true,
|
|
@@ -2988,6 +3030,24 @@
|
|
|
2988
3030
|
}
|
|
2989
3031
|
}
|
|
2990
3032
|
},
|
|
3033
|
+
{
|
|
3034
|
+
"abstract": true,
|
|
3035
|
+
"docs": {
|
|
3036
|
+
"default": "true",
|
|
3037
|
+
"stability": "stable",
|
|
3038
|
+
"summary": "Automatically adds an `awscdk.SingletonFunction` for each `.singleton-lambda.ts` handler in your source tree. If this is disabled, you can manually add an `awscdk.AutoDiscover` component to your project."
|
|
3039
|
+
},
|
|
3040
|
+
"immutable": true,
|
|
3041
|
+
"locationInModule": {
|
|
3042
|
+
"filename": "src/construct-project-options.ts",
|
|
3043
|
+
"line": 13
|
|
3044
|
+
},
|
|
3045
|
+
"name": "singletonLambdaAutoDiscover",
|
|
3046
|
+
"optional": true,
|
|
3047
|
+
"type": {
|
|
3048
|
+
"primitive": "boolean"
|
|
3049
|
+
}
|
|
3050
|
+
},
|
|
2991
3051
|
{
|
|
2992
3052
|
"abstract": true,
|
|
2993
3053
|
"docs": {
|
|
@@ -2998,7 +3058,7 @@
|
|
|
2998
3058
|
"immutable": true,
|
|
2999
3059
|
"locationInModule": {
|
|
3000
3060
|
"filename": "src/construct-project-options.ts",
|
|
3001
|
-
"line":
|
|
3061
|
+
"line": 244
|
|
3002
3062
|
},
|
|
3003
3063
|
"name": "srcdir",
|
|
3004
3064
|
"optional": true,
|
|
@@ -3015,7 +3075,7 @@
|
|
|
3015
3075
|
"immutable": true,
|
|
3016
3076
|
"locationInModule": {
|
|
3017
3077
|
"filename": "src/construct-project-options.ts",
|
|
3018
|
-
"line":
|
|
3078
|
+
"line": 753
|
|
3019
3079
|
},
|
|
3020
3080
|
"name": "stability",
|
|
3021
3081
|
"optional": true,
|
|
@@ -3034,7 +3094,7 @@
|
|
|
3034
3094
|
"immutable": true,
|
|
3035
3095
|
"locationInModule": {
|
|
3036
3096
|
"filename": "src/construct-project-options.ts",
|
|
3037
|
-
"line":
|
|
3097
|
+
"line": 1072
|
|
3038
3098
|
},
|
|
3039
3099
|
"name": "stale",
|
|
3040
3100
|
"optional": true,
|
|
@@ -3053,7 +3113,7 @@
|
|
|
3053
3113
|
"immutable": true,
|
|
3054
3114
|
"locationInModule": {
|
|
3055
3115
|
"filename": "src/construct-project-options.ts",
|
|
3056
|
-
"line":
|
|
3116
|
+
"line": 1065
|
|
3057
3117
|
},
|
|
3058
3118
|
"name": "staleOptions",
|
|
3059
3119
|
"optional": true,
|
|
@@ -3072,7 +3132,7 @@
|
|
|
3072
3132
|
"immutable": true,
|
|
3073
3133
|
"locationInModule": {
|
|
3074
3134
|
"filename": "src/construct-project-options.ts",
|
|
3075
|
-
"line":
|
|
3135
|
+
"line": 238
|
|
3076
3136
|
},
|
|
3077
3137
|
"name": "testdir",
|
|
3078
3138
|
"optional": true,
|
|
@@ -3090,7 +3150,7 @@
|
|
|
3090
3150
|
"immutable": true,
|
|
3091
3151
|
"locationInModule": {
|
|
3092
3152
|
"filename": "src/construct-project-options.ts",
|
|
3093
|
-
"line":
|
|
3153
|
+
"line": 228
|
|
3094
3154
|
},
|
|
3095
3155
|
"name": "tsconfig",
|
|
3096
3156
|
"optional": true,
|
|
@@ -3108,7 +3168,7 @@
|
|
|
3108
3168
|
"immutable": true,
|
|
3109
3169
|
"locationInModule": {
|
|
3110
3170
|
"filename": "src/construct-project-options.ts",
|
|
3111
|
-
"line":
|
|
3171
|
+
"line": 222
|
|
3112
3172
|
},
|
|
3113
3173
|
"name": "tsconfigDev",
|
|
3114
3174
|
"optional": true,
|
|
@@ -3126,7 +3186,7 @@
|
|
|
3126
3186
|
"immutable": true,
|
|
3127
3187
|
"locationInModule": {
|
|
3128
3188
|
"filename": "src/construct-project-options.ts",
|
|
3129
|
-
"line":
|
|
3189
|
+
"line": 216
|
|
3130
3190
|
},
|
|
3131
3191
|
"name": "tsconfigDevFile",
|
|
3132
3192
|
"optional": true,
|
|
@@ -3143,7 +3203,7 @@
|
|
|
3143
3203
|
"immutable": true,
|
|
3144
3204
|
"locationInModule": {
|
|
3145
3205
|
"filename": "src/construct-project-options.ts",
|
|
3146
|
-
"line":
|
|
3206
|
+
"line": 210
|
|
3147
3207
|
},
|
|
3148
3208
|
"name": "tsJestOptions",
|
|
3149
3209
|
"optional": true,
|
|
@@ -3162,7 +3222,7 @@
|
|
|
3162
3222
|
"immutable": true,
|
|
3163
3223
|
"locationInModule": {
|
|
3164
3224
|
"filename": "src/construct-project-options.ts",
|
|
3165
|
-
"line":
|
|
3225
|
+
"line": 205
|
|
3166
3226
|
},
|
|
3167
3227
|
"name": "typescriptVersion",
|
|
3168
3228
|
"optional": true,
|
|
@@ -3170,6 +3230,25 @@
|
|
|
3170
3230
|
"primitive": "string"
|
|
3171
3231
|
}
|
|
3172
3232
|
},
|
|
3233
|
+
{
|
|
3234
|
+
"abstract": true,
|
|
3235
|
+
"docs": {
|
|
3236
|
+
"default": "ValidateTsconfig.STRICT",
|
|
3237
|
+
"remarks": "Only relevant when the project synthesizes its own tsconfig\n(i.e. `disableTsconfig` is not set on the TypeScriptProject).",
|
|
3238
|
+
"stability": "stable",
|
|
3239
|
+
"summary": "Level of tsconfig validation jsii should perform on the user-provided tsconfig."
|
|
3240
|
+
},
|
|
3241
|
+
"immutable": true,
|
|
3242
|
+
"locationInModule": {
|
|
3243
|
+
"filename": "src/construct-project-options.ts",
|
|
3244
|
+
"line": 101
|
|
3245
|
+
},
|
|
3246
|
+
"name": "validateTsconfig",
|
|
3247
|
+
"optional": true,
|
|
3248
|
+
"type": {
|
|
3249
|
+
"fqn": "projen.cdk.ValidateTsconfig"
|
|
3250
|
+
}
|
|
3251
|
+
},
|
|
3173
3252
|
{
|
|
3174
3253
|
"abstract": true,
|
|
3175
3254
|
"docs": {
|
|
@@ -3181,7 +3260,7 @@
|
|
|
3181
3260
|
"immutable": true,
|
|
3182
3261
|
"locationInModule": {
|
|
3183
3262
|
"filename": "src/construct-project-options.ts",
|
|
3184
|
-
"line":
|
|
3263
|
+
"line": 577
|
|
3185
3264
|
},
|
|
3186
3265
|
"name": "versionrcOptions",
|
|
3187
3266
|
"optional": true,
|
|
@@ -3205,7 +3284,7 @@
|
|
|
3205
3284
|
"immutable": true,
|
|
3206
3285
|
"locationInModule": {
|
|
3207
3286
|
"filename": "src/construct-project-options.ts",
|
|
3208
|
-
"line":
|
|
3287
|
+
"line": 1058
|
|
3209
3288
|
},
|
|
3210
3289
|
"name": "vscode",
|
|
3211
3290
|
"optional": true,
|
|
@@ -3223,7 +3302,7 @@
|
|
|
3223
3302
|
"immutable": true,
|
|
3224
3303
|
"locationInModule": {
|
|
3225
3304
|
"filename": "src/construct-project-options.ts",
|
|
3226
|
-
"line":
|
|
3305
|
+
"line": 335
|
|
3227
3306
|
},
|
|
3228
3307
|
"name": "workflowBootstrapSteps",
|
|
3229
3308
|
"optional": true,
|
|
@@ -3246,7 +3325,7 @@
|
|
|
3246
3325
|
"immutable": true,
|
|
3247
3326
|
"locationInModule": {
|
|
3248
3327
|
"filename": "src/construct-project-options.ts",
|
|
3249
|
-
"line":
|
|
3328
|
+
"line": 570
|
|
3250
3329
|
},
|
|
3251
3330
|
"name": "workflowContainerImage",
|
|
3252
3331
|
"optional": true,
|
|
@@ -3264,7 +3343,7 @@
|
|
|
3264
3343
|
"immutable": true,
|
|
3265
3344
|
"locationInModule": {
|
|
3266
3345
|
"filename": "src/construct-project-options.ts",
|
|
3267
|
-
"line":
|
|
3346
|
+
"line": 329
|
|
3268
3347
|
},
|
|
3269
3348
|
"name": "workflowGitIdentity",
|
|
3270
3349
|
"optional": true,
|
|
@@ -3283,7 +3362,7 @@
|
|
|
3283
3362
|
"immutable": true,
|
|
3284
3363
|
"locationInModule": {
|
|
3285
3364
|
"filename": "src/construct-project-options.ts",
|
|
3286
|
-
"line":
|
|
3365
|
+
"line": 323
|
|
3287
3366
|
},
|
|
3288
3367
|
"name": "workflowNodeVersion",
|
|
3289
3368
|
"optional": true,
|
|
@@ -3301,7 +3380,7 @@
|
|
|
3301
3380
|
"immutable": true,
|
|
3302
3381
|
"locationInModule": {
|
|
3303
3382
|
"filename": "src/construct-project-options.ts",
|
|
3304
|
-
"line":
|
|
3383
|
+
"line": 316
|
|
3305
3384
|
},
|
|
3306
3385
|
"name": "workflowPackageCache",
|
|
3307
3386
|
"optional": true,
|
|
@@ -3323,7 +3402,7 @@
|
|
|
3323
3402
|
"immutable": true,
|
|
3324
3403
|
"locationInModule": {
|
|
3325
3404
|
"filename": "src/construct-project-options.ts",
|
|
3326
|
-
"line":
|
|
3405
|
+
"line": 564
|
|
3327
3406
|
},
|
|
3328
3407
|
"name": "workflowRunsOn",
|
|
3329
3408
|
"optional": true,
|
|
@@ -3349,7 +3428,7 @@
|
|
|
3349
3428
|
"immutable": true,
|
|
3350
3429
|
"locationInModule": {
|
|
3351
3430
|
"filename": "src/construct-project-options.ts",
|
|
3352
|
-
"line":
|
|
3431
|
+
"line": 556
|
|
3353
3432
|
},
|
|
3354
3433
|
"name": "workflowRunsOnGroup",
|
|
3355
3434
|
"optional": true,
|
|
@@ -3367,7 +3446,7 @@
|
|
|
3367
3446
|
"immutable": true,
|
|
3368
3447
|
"locationInModule": {
|
|
3369
3448
|
"filename": "src/construct-project-options.ts",
|
|
3370
|
-
"line":
|
|
3449
|
+
"line": 748
|
|
3371
3450
|
},
|
|
3372
3451
|
"name": "yarnBerryOptions",
|
|
3373
3452
|
"optional": true,
|
|
@@ -3470,7 +3549,7 @@
|
|
|
3470
3549
|
"immutable": true,
|
|
3471
3550
|
"locationInModule": {
|
|
3472
3551
|
"filename": "src/projen-project-options.ts",
|
|
3473
|
-
"line":
|
|
3552
|
+
"line": 884
|
|
3474
3553
|
},
|
|
3475
3554
|
"name": "authorName",
|
|
3476
3555
|
"type": {
|
|
@@ -3485,13 +3564,31 @@
|
|
|
3485
3564
|
"immutable": true,
|
|
3486
3565
|
"locationInModule": {
|
|
3487
3566
|
"filename": "src/projen-project-options.ts",
|
|
3488
|
-
"line":
|
|
3567
|
+
"line": 1075
|
|
3489
3568
|
},
|
|
3490
3569
|
"name": "repo",
|
|
3491
3570
|
"type": {
|
|
3492
3571
|
"primitive": "string"
|
|
3493
3572
|
}
|
|
3494
3573
|
},
|
|
3574
|
+
{
|
|
3575
|
+
"abstract": true,
|
|
3576
|
+
"docs": {
|
|
3577
|
+
"default": "true",
|
|
3578
|
+
"stability": "stable",
|
|
3579
|
+
"summary": "Automatically add the resolved `packageManager` to `devEngines.packageManager` in `package.json`, setting `onFail` to `ignore`."
|
|
3580
|
+
},
|
|
3581
|
+
"immutable": true,
|
|
3582
|
+
"locationInModule": {
|
|
3583
|
+
"filename": "src/projen-project-options.ts",
|
|
3584
|
+
"line": 903
|
|
3585
|
+
},
|
|
3586
|
+
"name": "addPackageManagerToDevEngines",
|
|
3587
|
+
"optional": true,
|
|
3588
|
+
"type": {
|
|
3589
|
+
"primitive": "boolean"
|
|
3590
|
+
}
|
|
3591
|
+
},
|
|
3495
3592
|
{
|
|
3496
3593
|
"abstract": true,
|
|
3497
3594
|
"docs": {
|
|
@@ -3502,7 +3599,7 @@
|
|
|
3502
3599
|
"immutable": true,
|
|
3503
3600
|
"locationInModule": {
|
|
3504
3601
|
"filename": "src/projen-project-options.ts",
|
|
3505
|
-
"line":
|
|
3602
|
+
"line": 1088
|
|
3506
3603
|
},
|
|
3507
3604
|
"name": "allowedCommitTypes",
|
|
3508
3605
|
"optional": true,
|
|
@@ -3526,7 +3623,7 @@
|
|
|
3526
3623
|
"immutable": true,
|
|
3527
3624
|
"locationInModule": {
|
|
3528
3625
|
"filename": "src/projen-project-options.ts",
|
|
3529
|
-
"line":
|
|
3626
|
+
"line": 897
|
|
3530
3627
|
},
|
|
3531
3628
|
"name": "allowLibraryDependencies",
|
|
3532
3629
|
"optional": true,
|
|
@@ -3544,7 +3641,7 @@
|
|
|
3544
3641
|
"immutable": true,
|
|
3545
3642
|
"locationInModule": {
|
|
3546
3643
|
"filename": "src/projen-project-options.ts",
|
|
3547
|
-
"line":
|
|
3644
|
+
"line": 412
|
|
3548
3645
|
},
|
|
3549
3646
|
"name": "artifactsDirectory",
|
|
3550
3647
|
"optional": true,
|
|
@@ -3563,7 +3660,7 @@
|
|
|
3563
3660
|
"immutable": true,
|
|
3564
3661
|
"locationInModule": {
|
|
3565
3662
|
"filename": "src/projen-project-options.ts",
|
|
3566
|
-
"line":
|
|
3663
|
+
"line": 406
|
|
3567
3664
|
},
|
|
3568
3665
|
"name": "auditDeps",
|
|
3569
3666
|
"optional": true,
|
|
@@ -3581,7 +3678,7 @@
|
|
|
3581
3678
|
"immutable": true,
|
|
3582
3679
|
"locationInModule": {
|
|
3583
3680
|
"filename": "src/projen-project-options.ts",
|
|
3584
|
-
"line":
|
|
3681
|
+
"line": 397
|
|
3585
3682
|
},
|
|
3586
3683
|
"name": "auditDepsOptions",
|
|
3587
3684
|
"optional": true,
|
|
@@ -3599,7 +3696,7 @@
|
|
|
3599
3696
|
"immutable": true,
|
|
3600
3697
|
"locationInModule": {
|
|
3601
3698
|
"filename": "src/projen-project-options.ts",
|
|
3602
|
-
"line":
|
|
3699
|
+
"line": 87
|
|
3603
3700
|
},
|
|
3604
3701
|
"name": "authorAddress",
|
|
3605
3702
|
"optional": true,
|
|
@@ -3616,7 +3713,7 @@
|
|
|
3616
3713
|
"immutable": true,
|
|
3617
3714
|
"locationInModule": {
|
|
3618
3715
|
"filename": "src/projen-project-options.ts",
|
|
3619
|
-
"line":
|
|
3716
|
+
"line": 889
|
|
3620
3717
|
},
|
|
3621
3718
|
"name": "authorEmail",
|
|
3622
3719
|
"optional": true,
|
|
@@ -3633,7 +3730,7 @@
|
|
|
3633
3730
|
"immutable": true,
|
|
3634
3731
|
"locationInModule": {
|
|
3635
3732
|
"filename": "src/projen-project-options.ts",
|
|
3636
|
-
"line":
|
|
3733
|
+
"line": 879
|
|
3637
3734
|
},
|
|
3638
3735
|
"name": "authorOrganization",
|
|
3639
3736
|
"optional": true,
|
|
@@ -3651,7 +3748,7 @@
|
|
|
3651
3748
|
"immutable": true,
|
|
3652
3749
|
"locationInModule": {
|
|
3653
3750
|
"filename": "src/projen-project-options.ts",
|
|
3654
|
-
"line":
|
|
3751
|
+
"line": 989
|
|
3655
3752
|
},
|
|
3656
3753
|
"name": "autoApproveOptions",
|
|
3657
3754
|
"optional": true,
|
|
@@ -3670,7 +3767,7 @@
|
|
|
3670
3767
|
"immutable": true,
|
|
3671
3768
|
"locationInModule": {
|
|
3672
3769
|
"filename": "src/projen-project-options.ts",
|
|
3673
|
-
"line":
|
|
3770
|
+
"line": 391
|
|
3674
3771
|
},
|
|
3675
3772
|
"name": "autoApproveUpgrades",
|
|
3676
3773
|
"optional": true,
|
|
@@ -3688,7 +3785,7 @@
|
|
|
3688
3785
|
"immutable": true,
|
|
3689
3786
|
"locationInModule": {
|
|
3690
3787
|
"filename": "src/projen-project-options.ts",
|
|
3691
|
-
"line":
|
|
3788
|
+
"line": 874
|
|
3692
3789
|
},
|
|
3693
3790
|
"name": "autoDetectBin",
|
|
3694
3791
|
"optional": true,
|
|
@@ -3707,7 +3804,7 @@
|
|
|
3707
3804
|
"immutable": true,
|
|
3708
3805
|
"locationInModule": {
|
|
3709
3806
|
"filename": "src/projen-project-options.ts",
|
|
3710
|
-
"line":
|
|
3807
|
+
"line": 1094
|
|
3711
3808
|
},
|
|
3712
3809
|
"name": "automationAppName",
|
|
3713
3810
|
"optional": true,
|
|
@@ -3726,7 +3823,7 @@
|
|
|
3726
3823
|
"immutable": true,
|
|
3727
3824
|
"locationInModule": {
|
|
3728
3825
|
"filename": "src/projen-project-options.ts",
|
|
3729
|
-
"line":
|
|
3826
|
+
"line": 1100
|
|
3730
3827
|
},
|
|
3731
3828
|
"name": "automationEnvironment",
|
|
3732
3829
|
"optional": true,
|
|
@@ -3745,7 +3842,7 @@
|
|
|
3745
3842
|
"immutable": true,
|
|
3746
3843
|
"locationInModule": {
|
|
3747
3844
|
"filename": "src/projen-project-options.ts",
|
|
3748
|
-
"line":
|
|
3845
|
+
"line": 983
|
|
3749
3846
|
},
|
|
3750
3847
|
"name": "autoMerge",
|
|
3751
3848
|
"optional": true,
|
|
@@ -3764,7 +3861,7 @@
|
|
|
3764
3861
|
"immutable": true,
|
|
3765
3862
|
"locationInModule": {
|
|
3766
3863
|
"filename": "src/projen-project-options.ts",
|
|
3767
|
-
"line":
|
|
3864
|
+
"line": 975
|
|
3768
3865
|
},
|
|
3769
3866
|
"name": "autoMergeOptions",
|
|
3770
3867
|
"optional": true,
|
|
@@ -3782,7 +3879,7 @@
|
|
|
3782
3879
|
"immutable": true,
|
|
3783
3880
|
"locationInModule": {
|
|
3784
3881
|
"filename": "src/projen-project-options.ts",
|
|
3785
|
-
"line":
|
|
3882
|
+
"line": 868
|
|
3786
3883
|
},
|
|
3787
3884
|
"name": "bin",
|
|
3788
3885
|
"optional": true,
|
|
@@ -3805,7 +3902,7 @@
|
|
|
3805
3902
|
"immutable": true,
|
|
3806
3903
|
"locationInModule": {
|
|
3807
3904
|
"filename": "src/projen-project-options.ts",
|
|
3808
|
-
"line":
|
|
3905
|
+
"line": 384
|
|
3809
3906
|
},
|
|
3810
3907
|
"name": "biome",
|
|
3811
3908
|
"optional": true,
|
|
@@ -3823,7 +3920,7 @@
|
|
|
3823
3920
|
"immutable": true,
|
|
3824
3921
|
"locationInModule": {
|
|
3825
3922
|
"filename": "src/projen-project-options.ts",
|
|
3826
|
-
"line":
|
|
3923
|
+
"line": 378
|
|
3827
3924
|
},
|
|
3828
3925
|
"name": "biomeOptions",
|
|
3829
3926
|
"optional": true,
|
|
@@ -3840,7 +3937,7 @@
|
|
|
3840
3937
|
"immutable": true,
|
|
3841
3938
|
"locationInModule": {
|
|
3842
3939
|
"filename": "src/projen-project-options.ts",
|
|
3843
|
-
"line":
|
|
3940
|
+
"line": 860
|
|
3844
3941
|
},
|
|
3845
3942
|
"name": "bugsEmail",
|
|
3846
3943
|
"optional": true,
|
|
@@ -3857,7 +3954,7 @@
|
|
|
3857
3954
|
"immutable": true,
|
|
3858
3955
|
"locationInModule": {
|
|
3859
3956
|
"filename": "src/projen-project-options.ts",
|
|
3860
|
-
"line":
|
|
3957
|
+
"line": 855
|
|
3861
3958
|
},
|
|
3862
3959
|
"name": "bugsUrl",
|
|
3863
3960
|
"optional": true,
|
|
@@ -3875,7 +3972,7 @@
|
|
|
3875
3972
|
"immutable": true,
|
|
3876
3973
|
"locationInModule": {
|
|
3877
3974
|
"filename": "src/projen-project-options.ts",
|
|
3878
|
-
"line":
|
|
3975
|
+
"line": 372
|
|
3879
3976
|
},
|
|
3880
3977
|
"name": "buildWorkflow",
|
|
3881
3978
|
"optional": true,
|
|
@@ -3892,7 +3989,7 @@
|
|
|
3892
3989
|
"immutable": true,
|
|
3893
3990
|
"locationInModule": {
|
|
3894
3991
|
"filename": "src/projen-project-options.ts",
|
|
3895
|
-
"line":
|
|
3992
|
+
"line": 366
|
|
3896
3993
|
},
|
|
3897
3994
|
"name": "buildWorkflowOptions",
|
|
3898
3995
|
"optional": true,
|
|
@@ -3911,7 +4008,7 @@
|
|
|
3911
4008
|
"immutable": true,
|
|
3912
4009
|
"locationInModule": {
|
|
3913
4010
|
"filename": "src/projen-project-options.ts",
|
|
3914
|
-
"line":
|
|
4011
|
+
"line": 599
|
|
3915
4012
|
},
|
|
3916
4013
|
"name": "bumpPackage",
|
|
3917
4014
|
"optional": true,
|
|
@@ -3922,14 +4019,14 @@
|
|
|
3922
4019
|
{
|
|
3923
4020
|
"abstract": true,
|
|
3924
4021
|
"docs": {
|
|
3925
|
-
"remarks": "These modules will be\nadded both to the `dependencies` section and `bundledDependencies` section of\nyour `package.json`.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `
|
|
4022
|
+
"remarks": "These modules will be\nadded both to the `dependencies` section and `bundledDependencies` section of\nyour `package.json`.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
|
|
3926
4023
|
"stability": "stable",
|
|
3927
4024
|
"summary": "List of dependencies to bundle into this module."
|
|
3928
4025
|
},
|
|
3929
4026
|
"immutable": true,
|
|
3930
4027
|
"locationInModule": {
|
|
3931
4028
|
"filename": "src/projen-project-options.ts",
|
|
3932
|
-
"line":
|
|
4029
|
+
"line": 850
|
|
3933
4030
|
},
|
|
3934
4031
|
"name": "bundledDeps",
|
|
3935
4032
|
"optional": true,
|
|
@@ -3951,7 +4048,7 @@
|
|
|
3951
4048
|
"immutable": true,
|
|
3952
4049
|
"locationInModule": {
|
|
3953
4050
|
"filename": "src/projen-project-options.ts",
|
|
3954
|
-
"line":
|
|
4051
|
+
"line": 361
|
|
3955
4052
|
},
|
|
3956
4053
|
"name": "bundlerOptions",
|
|
3957
4054
|
"optional": true,
|
|
@@ -3969,7 +4066,7 @@
|
|
|
3969
4066
|
"immutable": true,
|
|
3970
4067
|
"locationInModule": {
|
|
3971
4068
|
"filename": "src/projen-project-options.ts",
|
|
3972
|
-
"line":
|
|
4069
|
+
"line": 835
|
|
3973
4070
|
},
|
|
3974
4071
|
"name": "bunVersion",
|
|
3975
4072
|
"optional": true,
|
|
@@ -3988,7 +4085,7 @@
|
|
|
3988
4085
|
"immutable": true,
|
|
3989
4086
|
"locationInModule": {
|
|
3990
4087
|
"filename": "src/projen-project-options.ts",
|
|
3991
|
-
"line":
|
|
4088
|
+
"line": 356
|
|
3992
4089
|
},
|
|
3993
4090
|
"name": "checkLicenses",
|
|
3994
4091
|
"optional": true,
|
|
@@ -4006,7 +4103,7 @@
|
|
|
4006
4103
|
"immutable": true,
|
|
4007
4104
|
"locationInModule": {
|
|
4008
4105
|
"filename": "src/projen-project-options.ts",
|
|
4009
|
-
"line":
|
|
4106
|
+
"line": 967
|
|
4010
4107
|
},
|
|
4011
4108
|
"name": "clobber",
|
|
4012
4109
|
"optional": true,
|
|
@@ -4025,7 +4122,7 @@
|
|
|
4025
4122
|
"immutable": true,
|
|
4026
4123
|
"locationInModule": {
|
|
4027
4124
|
"filename": "src/projen-project-options.ts",
|
|
4028
|
-
"line":
|
|
4125
|
+
"line": 829
|
|
4029
4126
|
},
|
|
4030
4127
|
"name": "codeArtifactOptions",
|
|
4031
4128
|
"optional": true,
|
|
@@ -4043,7 +4140,7 @@
|
|
|
4043
4140
|
"immutable": true,
|
|
4044
4141
|
"locationInModule": {
|
|
4045
4142
|
"filename": "src/projen-project-options.ts",
|
|
4046
|
-
"line":
|
|
4143
|
+
"line": 349
|
|
4047
4144
|
},
|
|
4048
4145
|
"name": "codeCov",
|
|
4049
4146
|
"optional": true,
|
|
@@ -4061,7 +4158,7 @@
|
|
|
4061
4158
|
"immutable": true,
|
|
4062
4159
|
"locationInModule": {
|
|
4063
4160
|
"filename": "src/projen-project-options.ts",
|
|
4064
|
-
"line":
|
|
4161
|
+
"line": 343
|
|
4065
4162
|
},
|
|
4066
4163
|
"name": "codeCovTokenSecret",
|
|
4067
4164
|
"optional": true,
|
|
@@ -4079,7 +4176,7 @@
|
|
|
4079
4176
|
"immutable": true,
|
|
4080
4177
|
"locationInModule": {
|
|
4081
4178
|
"filename": "src/projen-project-options.ts",
|
|
4082
|
-
"line":
|
|
4179
|
+
"line": 1064
|
|
4083
4180
|
},
|
|
4084
4181
|
"name": "commitGenerated",
|
|
4085
4182
|
"optional": true,
|
|
@@ -4098,7 +4195,7 @@
|
|
|
4098
4195
|
"immutable": true,
|
|
4099
4196
|
"locationInModule": {
|
|
4100
4197
|
"filename": "src/projen-project-options.ts",
|
|
4101
|
-
"line":
|
|
4198
|
+
"line": 81
|
|
4102
4199
|
},
|
|
4103
4200
|
"name": "compat",
|
|
4104
4201
|
"optional": true,
|
|
@@ -4116,7 +4213,7 @@
|
|
|
4116
4213
|
"immutable": true,
|
|
4117
4214
|
"locationInModule": {
|
|
4118
4215
|
"filename": "src/projen-project-options.ts",
|
|
4119
|
-
"line":
|
|
4216
|
+
"line": 73
|
|
4120
4217
|
},
|
|
4121
4218
|
"name": "compatIgnore",
|
|
4122
4219
|
"optional": true,
|
|
@@ -4134,7 +4231,7 @@
|
|
|
4134
4231
|
"immutable": true,
|
|
4135
4232
|
"locationInModule": {
|
|
4136
4233
|
"filename": "src/projen-project-options.ts",
|
|
4137
|
-
"line":
|
|
4234
|
+
"line": 67
|
|
4138
4235
|
},
|
|
4139
4236
|
"name": "compressAssembly",
|
|
4140
4237
|
"optional": true,
|
|
@@ -4152,7 +4249,7 @@
|
|
|
4152
4249
|
"immutable": true,
|
|
4153
4250
|
"locationInModule": {
|
|
4154
4251
|
"filename": "src/projen-project-options.ts",
|
|
4155
|
-
"line":
|
|
4252
|
+
"line": 337
|
|
4156
4253
|
},
|
|
4157
4254
|
"name": "copyrightOwner",
|
|
4158
4255
|
"optional": true,
|
|
@@ -4170,7 +4267,7 @@
|
|
|
4170
4267
|
"immutable": true,
|
|
4171
4268
|
"locationInModule": {
|
|
4172
4269
|
"filename": "src/projen-project-options.ts",
|
|
4173
|
-
"line":
|
|
4270
|
+
"line": 331
|
|
4174
4271
|
},
|
|
4175
4272
|
"name": "copyrightPeriod",
|
|
4176
4273
|
"optional": true,
|
|
@@ -4181,6 +4278,9 @@
|
|
|
4181
4278
|
{
|
|
4182
4279
|
"abstract": true,
|
|
4183
4280
|
"docs": {
|
|
4281
|
+
"custom": {
|
|
4282
|
+
"featured": "true"
|
|
4283
|
+
},
|
|
4184
4284
|
"default": "\"main\"",
|
|
4185
4285
|
"stability": "stable",
|
|
4186
4286
|
"summary": "The name of the main release branch."
|
|
@@ -4188,7 +4288,7 @@
|
|
|
4188
4288
|
"immutable": true,
|
|
4189
4289
|
"locationInModule": {
|
|
4190
4290
|
"filename": "src/projen-project-options.ts",
|
|
4191
|
-
"line":
|
|
4291
|
+
"line": 325
|
|
4192
4292
|
},
|
|
4193
4293
|
"name": "defaultReleaseBranch",
|
|
4194
4294
|
"optional": true,
|
|
@@ -4196,6 +4296,25 @@
|
|
|
4196
4296
|
"primitive": "string"
|
|
4197
4297
|
}
|
|
4198
4298
|
},
|
|
4299
|
+
{
|
|
4300
|
+
"abstract": true,
|
|
4301
|
+
"docs": {
|
|
4302
|
+
"default": "true",
|
|
4303
|
+
"remarks": "Only triggered when the lockfile for the configured package\nmanager already exists.\n\nThis is useful when migrating between package managers to avoid conflicts.",
|
|
4304
|
+
"stability": "stable",
|
|
4305
|
+
"summary": "Automatically delete lockfiles from package managers that are not the active one."
|
|
4306
|
+
},
|
|
4307
|
+
"immutable": true,
|
|
4308
|
+
"locationInModule": {
|
|
4309
|
+
"filename": "src/projen-project-options.ts",
|
|
4310
|
+
"line": 822
|
|
4311
|
+
},
|
|
4312
|
+
"name": "deleteOrphanedLockFiles",
|
|
4313
|
+
"optional": true,
|
|
4314
|
+
"type": {
|
|
4315
|
+
"primitive": "boolean"
|
|
4316
|
+
}
|
|
4317
|
+
},
|
|
4199
4318
|
{
|
|
4200
4319
|
"abstract": true,
|
|
4201
4320
|
"docs": {
|
|
@@ -4207,7 +4326,7 @@
|
|
|
4207
4326
|
"immutable": true,
|
|
4208
4327
|
"locationInModule": {
|
|
4209
4328
|
"filename": "src/projen-project-options.ts",
|
|
4210
|
-
"line":
|
|
4329
|
+
"line": 318
|
|
4211
4330
|
},
|
|
4212
4331
|
"name": "dependabot",
|
|
4213
4332
|
"optional": true,
|
|
@@ -4225,7 +4344,7 @@
|
|
|
4225
4344
|
"immutable": true,
|
|
4226
4345
|
"locationInModule": {
|
|
4227
4346
|
"filename": "src/projen-project-options.ts",
|
|
4228
|
-
"line":
|
|
4347
|
+
"line": 311
|
|
4229
4348
|
},
|
|
4230
4349
|
"name": "dependabotOptions",
|
|
4231
4350
|
"optional": true,
|
|
@@ -4240,14 +4359,14 @@
|
|
|
4240
4359
|
"featured": "true"
|
|
4241
4360
|
},
|
|
4242
4361
|
"default": "[]",
|
|
4243
|
-
"remarks": "The recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `
|
|
4362
|
+
"remarks": "The recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
|
|
4244
4363
|
"stability": "stable",
|
|
4245
4364
|
"summary": "Runtime dependencies of this module."
|
|
4246
4365
|
},
|
|
4247
4366
|
"immutable": true,
|
|
4248
4367
|
"locationInModule": {
|
|
4249
4368
|
"filename": "src/projen-project-options.ts",
|
|
4250
|
-
"line":
|
|
4369
|
+
"line": 812
|
|
4251
4370
|
},
|
|
4252
4371
|
"name": "deps",
|
|
4253
4372
|
"optional": true,
|
|
@@ -4271,7 +4390,7 @@
|
|
|
4271
4390
|
"immutable": true,
|
|
4272
4391
|
"locationInModule": {
|
|
4273
4392
|
"filename": "src/projen-project-options.ts",
|
|
4274
|
-
"line":
|
|
4393
|
+
"line": 305
|
|
4275
4394
|
},
|
|
4276
4395
|
"name": "depsUpgrade",
|
|
4277
4396
|
"optional": true,
|
|
@@ -4289,7 +4408,7 @@
|
|
|
4289
4408
|
"immutable": true,
|
|
4290
4409
|
"locationInModule": {
|
|
4291
4410
|
"filename": "src/projen-project-options.ts",
|
|
4292
|
-
"line":
|
|
4411
|
+
"line": 298
|
|
4293
4412
|
},
|
|
4294
4413
|
"name": "depsUpgradeOptions",
|
|
4295
4414
|
"optional": true,
|
|
@@ -4310,7 +4429,7 @@
|
|
|
4310
4429
|
"immutable": true,
|
|
4311
4430
|
"locationInModule": {
|
|
4312
4431
|
"filename": "src/projen-project-options.ts",
|
|
4313
|
-
"line":
|
|
4432
|
+
"line": 799
|
|
4314
4433
|
},
|
|
4315
4434
|
"name": "description",
|
|
4316
4435
|
"optional": true,
|
|
@@ -4328,7 +4447,7 @@
|
|
|
4328
4447
|
"immutable": true,
|
|
4329
4448
|
"locationInModule": {
|
|
4330
4449
|
"filename": "src/projen-project-options.ts",
|
|
4331
|
-
"line":
|
|
4450
|
+
"line": 961
|
|
4332
4451
|
},
|
|
4333
4452
|
"name": "devContainer",
|
|
4334
4453
|
"optional": true,
|
|
@@ -4343,14 +4462,14 @@
|
|
|
4343
4462
|
"featured": "true"
|
|
4344
4463
|
},
|
|
4345
4464
|
"default": "[]",
|
|
4346
|
-
"remarks": "These dependencies will only be\navailable in your build environment but will not be fetched when this\nmodule is consumed.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `
|
|
4465
|
+
"remarks": "These dependencies will only be\navailable in your build environment but will not be fetched when this\nmodule is consumed.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
|
|
4347
4466
|
"stability": "stable",
|
|
4348
4467
|
"summary": "Build dependencies for this module."
|
|
4349
4468
|
},
|
|
4350
4469
|
"immutable": true,
|
|
4351
4470
|
"locationInModule": {
|
|
4352
4471
|
"filename": "src/projen-project-options.ts",
|
|
4353
|
-
"line":
|
|
4472
|
+
"line": 791
|
|
4354
4473
|
},
|
|
4355
4474
|
"name": "devDeps",
|
|
4356
4475
|
"optional": true,
|
|
@@ -4363,6 +4482,23 @@
|
|
|
4363
4482
|
}
|
|
4364
4483
|
}
|
|
4365
4484
|
},
|
|
4485
|
+
{
|
|
4486
|
+
"abstract": true,
|
|
4487
|
+
"docs": {
|
|
4488
|
+
"stability": "stable",
|
|
4489
|
+
"summary": "Configure the `devEngines` field in `package.json`. The `devEngines.packageManager` field is automatically populated based on the resolved `packageManager` value. Any fields provided here are merged with the auto-populated `packageManager` entry."
|
|
4490
|
+
},
|
|
4491
|
+
"immutable": true,
|
|
4492
|
+
"locationInModule": {
|
|
4493
|
+
"filename": "src/projen-project-options.ts",
|
|
4494
|
+
"line": 774
|
|
4495
|
+
},
|
|
4496
|
+
"name": "devEngines",
|
|
4497
|
+
"optional": true,
|
|
4498
|
+
"type": {
|
|
4499
|
+
"fqn": "projen.javascript.DevEngines"
|
|
4500
|
+
}
|
|
4501
|
+
},
|
|
4366
4502
|
{
|
|
4367
4503
|
"abstract": true,
|
|
4368
4504
|
"docs": {
|
|
@@ -4373,7 +4509,7 @@
|
|
|
4373
4509
|
"immutable": true,
|
|
4374
4510
|
"locationInModule": {
|
|
4375
4511
|
"filename": "src/projen-project-options.ts",
|
|
4376
|
-
"line":
|
|
4512
|
+
"line": 179
|
|
4377
4513
|
},
|
|
4378
4514
|
"name": "disableTsconfig",
|
|
4379
4515
|
"optional": true,
|
|
@@ -4391,7 +4527,7 @@
|
|
|
4391
4527
|
"immutable": true,
|
|
4392
4528
|
"locationInModule": {
|
|
4393
4529
|
"filename": "src/projen-project-options.ts",
|
|
4394
|
-
"line":
|
|
4530
|
+
"line": 173
|
|
4395
4531
|
},
|
|
4396
4532
|
"name": "disableTsconfigDev",
|
|
4397
4533
|
"optional": true,
|
|
@@ -4409,7 +4545,7 @@
|
|
|
4409
4545
|
"immutable": true,
|
|
4410
4546
|
"locationInModule": {
|
|
4411
4547
|
"filename": "src/projen-project-options.ts",
|
|
4412
|
-
"line":
|
|
4548
|
+
"line": 167
|
|
4413
4549
|
},
|
|
4414
4550
|
"name": "docgen",
|
|
4415
4551
|
"optional": true,
|
|
@@ -4427,7 +4563,7 @@
|
|
|
4427
4563
|
"immutable": true,
|
|
4428
4564
|
"locationInModule": {
|
|
4429
4565
|
"filename": "src/projen-project-options.ts",
|
|
4430
|
-
"line":
|
|
4566
|
+
"line": 61
|
|
4431
4567
|
},
|
|
4432
4568
|
"name": "docgenFilePath",
|
|
4433
4569
|
"optional": true,
|
|
@@ -4445,7 +4581,7 @@
|
|
|
4445
4581
|
"immutable": true,
|
|
4446
4582
|
"locationInModule": {
|
|
4447
4583
|
"filename": "src/projen-project-options.ts",
|
|
4448
|
-
"line":
|
|
4584
|
+
"line": 161
|
|
4449
4585
|
},
|
|
4450
4586
|
"name": "docsDirectory",
|
|
4451
4587
|
"optional": true,
|
|
@@ -4463,7 +4599,7 @@
|
|
|
4463
4599
|
"immutable": true,
|
|
4464
4600
|
"locationInModule": {
|
|
4465
4601
|
"filename": "src/projen-project-options.ts",
|
|
4466
|
-
"line":
|
|
4602
|
+
"line": 766
|
|
4467
4603
|
},
|
|
4468
4604
|
"name": "entrypoint",
|
|
4469
4605
|
"optional": true,
|
|
@@ -4481,7 +4617,7 @@
|
|
|
4481
4617
|
"immutable": true,
|
|
4482
4618
|
"locationInModule": {
|
|
4483
4619
|
"filename": "src/projen-project-options.ts",
|
|
4484
|
-
"line":
|
|
4620
|
+
"line": 155
|
|
4485
4621
|
},
|
|
4486
4622
|
"name": "entrypointTypes",
|
|
4487
4623
|
"optional": true,
|
|
@@ -4499,7 +4635,7 @@
|
|
|
4499
4635
|
"immutable": true,
|
|
4500
4636
|
"locationInModule": {
|
|
4501
4637
|
"filename": "src/projen-project-options.ts",
|
|
4502
|
-
"line":
|
|
4638
|
+
"line": 149
|
|
4503
4639
|
},
|
|
4504
4640
|
"name": "eslint",
|
|
4505
4641
|
"optional": true,
|
|
@@ -4517,7 +4653,7 @@
|
|
|
4517
4653
|
"immutable": true,
|
|
4518
4654
|
"locationInModule": {
|
|
4519
4655
|
"filename": "src/projen-project-options.ts",
|
|
4520
|
-
"line":
|
|
4656
|
+
"line": 143
|
|
4521
4657
|
},
|
|
4522
4658
|
"name": "eslintOptions",
|
|
4523
4659
|
"optional": true,
|
|
@@ -4535,7 +4671,7 @@
|
|
|
4535
4671
|
"immutable": true,
|
|
4536
4672
|
"locationInModule": {
|
|
4537
4673
|
"filename": "src/projen-project-options.ts",
|
|
4538
|
-
"line":
|
|
4674
|
+
"line": 55
|
|
4539
4675
|
},
|
|
4540
4676
|
"name": "excludeTypescript",
|
|
4541
4677
|
"optional": true,
|
|
@@ -4559,7 +4695,7 @@
|
|
|
4559
4695
|
"immutable": true,
|
|
4560
4696
|
"locationInModule": {
|
|
4561
4697
|
"filename": "src/projen-project-options.ts",
|
|
4562
|
-
"line":
|
|
4698
|
+
"line": 955
|
|
4563
4699
|
},
|
|
4564
4700
|
"name": "github",
|
|
4565
4701
|
"optional": true,
|
|
@@ -4577,7 +4713,7 @@
|
|
|
4577
4713
|
"immutable": true,
|
|
4578
4714
|
"locationInModule": {
|
|
4579
4715
|
"filename": "src/projen-project-options.ts",
|
|
4580
|
-
"line":
|
|
4716
|
+
"line": 948
|
|
4581
4717
|
},
|
|
4582
4718
|
"name": "githubOptions",
|
|
4583
4719
|
"optional": true,
|
|
@@ -4594,7 +4730,7 @@
|
|
|
4594
4730
|
"immutable": true,
|
|
4595
4731
|
"locationInModule": {
|
|
4596
4732
|
"filename": "src/projen-project-options.ts",
|
|
4597
|
-
"line":
|
|
4733
|
+
"line": 292
|
|
4598
4734
|
},
|
|
4599
4735
|
"name": "gitignore",
|
|
4600
4736
|
"optional": true,
|
|
@@ -4616,7 +4752,7 @@
|
|
|
4616
4752
|
"immutable": true,
|
|
4617
4753
|
"locationInModule": {
|
|
4618
4754
|
"filename": "src/projen-project-options.ts",
|
|
4619
|
-
"line":
|
|
4755
|
+
"line": 1058
|
|
4620
4756
|
},
|
|
4621
4757
|
"name": "gitIgnoreOptions",
|
|
4622
4758
|
"optional": true,
|
|
@@ -4633,7 +4769,7 @@
|
|
|
4633
4769
|
"immutable": true,
|
|
4634
4770
|
"locationInModule": {
|
|
4635
4771
|
"filename": "src/projen-project-options.ts",
|
|
4636
|
-
"line":
|
|
4772
|
+
"line": 1053
|
|
4637
4773
|
},
|
|
4638
4774
|
"name": "gitOptions",
|
|
4639
4775
|
"optional": true,
|
|
@@ -4651,7 +4787,7 @@
|
|
|
4651
4787
|
"immutable": true,
|
|
4652
4788
|
"locationInModule": {
|
|
4653
4789
|
"filename": "src/projen-project-options.ts",
|
|
4654
|
-
"line":
|
|
4790
|
+
"line": 942
|
|
4655
4791
|
},
|
|
4656
4792
|
"name": "gitpod",
|
|
4657
4793
|
"optional": true,
|
|
@@ -4668,7 +4804,7 @@
|
|
|
4668
4804
|
"immutable": true,
|
|
4669
4805
|
"locationInModule": {
|
|
4670
4806
|
"filename": "src/projen-project-options.ts",
|
|
4671
|
-
"line":
|
|
4807
|
+
"line": 759
|
|
4672
4808
|
},
|
|
4673
4809
|
"name": "homepage",
|
|
4674
4810
|
"optional": true,
|
|
@@ -4686,7 +4822,7 @@
|
|
|
4686
4822
|
"immutable": true,
|
|
4687
4823
|
"locationInModule": {
|
|
4688
4824
|
"filename": "src/projen-project-options.ts",
|
|
4689
|
-
"line":
|
|
4825
|
+
"line": 287
|
|
4690
4826
|
},
|
|
4691
4827
|
"name": "jest",
|
|
4692
4828
|
"optional": true,
|
|
@@ -4704,7 +4840,7 @@
|
|
|
4704
4840
|
"immutable": true,
|
|
4705
4841
|
"locationInModule": {
|
|
4706
4842
|
"filename": "src/projen-project-options.ts",
|
|
4707
|
-
"line":
|
|
4843
|
+
"line": 281
|
|
4708
4844
|
},
|
|
4709
4845
|
"name": "jestOptions",
|
|
4710
4846
|
"optional": true,
|
|
@@ -4722,7 +4858,7 @@
|
|
|
4722
4858
|
"immutable": true,
|
|
4723
4859
|
"locationInModule": {
|
|
4724
4860
|
"filename": "src/projen-project-options.ts",
|
|
4725
|
-
"line":
|
|
4861
|
+
"line": 592
|
|
4726
4862
|
},
|
|
4727
4863
|
"name": "jsiiReleaseVersion",
|
|
4728
4864
|
"optional": true,
|
|
@@ -4739,7 +4875,7 @@
|
|
|
4739
4875
|
"immutable": true,
|
|
4740
4876
|
"locationInModule": {
|
|
4741
4877
|
"filename": "src/projen-project-options.ts",
|
|
4742
|
-
"line":
|
|
4878
|
+
"line": 754
|
|
4743
4879
|
},
|
|
4744
4880
|
"name": "keywords",
|
|
4745
4881
|
"optional": true,
|
|
@@ -4762,7 +4898,7 @@
|
|
|
4762
4898
|
"immutable": true,
|
|
4763
4899
|
"locationInModule": {
|
|
4764
4900
|
"filename": "src/projen-project-options.ts",
|
|
4765
|
-
"line":
|
|
4901
|
+
"line": 137
|
|
4766
4902
|
},
|
|
4767
4903
|
"name": "libdir",
|
|
4768
4904
|
"optional": true,
|
|
@@ -4781,7 +4917,7 @@
|
|
|
4781
4917
|
"immutable": true,
|
|
4782
4918
|
"locationInModule": {
|
|
4783
4919
|
"filename": "src/projen-project-options.ts",
|
|
4784
|
-
"line":
|
|
4920
|
+
"line": 749
|
|
4785
4921
|
},
|
|
4786
4922
|
"name": "license",
|
|
4787
4923
|
"optional": true,
|
|
@@ -4799,7 +4935,7 @@
|
|
|
4799
4935
|
"immutable": true,
|
|
4800
4936
|
"locationInModule": {
|
|
4801
4937
|
"filename": "src/projen-project-options.ts",
|
|
4802
|
-
"line":
|
|
4938
|
+
"line": 741
|
|
4803
4939
|
},
|
|
4804
4940
|
"name": "licensed",
|
|
4805
4941
|
"optional": true,
|
|
@@ -4817,7 +4953,7 @@
|
|
|
4817
4953
|
"immutable": true,
|
|
4818
4954
|
"locationInModule": {
|
|
4819
4955
|
"filename": "src/projen-project-options.ts",
|
|
4820
|
-
"line":
|
|
4956
|
+
"line": 1048
|
|
4821
4957
|
},
|
|
4822
4958
|
"name": "logging",
|
|
4823
4959
|
"optional": true,
|
|
@@ -4835,7 +4971,7 @@
|
|
|
4835
4971
|
"immutable": true,
|
|
4836
4972
|
"locationInModule": {
|
|
4837
4973
|
"filename": "src/projen-project-options.ts",
|
|
4838
|
-
"line":
|
|
4974
|
+
"line": 1117
|
|
4839
4975
|
},
|
|
4840
4976
|
"name": "logo",
|
|
4841
4977
|
"optional": true,
|
|
@@ -4854,7 +4990,7 @@
|
|
|
4854
4990
|
"immutable": true,
|
|
4855
4991
|
"locationInModule": {
|
|
4856
4992
|
"filename": "src/projen-project-options.ts",
|
|
4857
|
-
"line":
|
|
4993
|
+
"line": 586
|
|
4858
4994
|
},
|
|
4859
4995
|
"name": "majorVersion",
|
|
4860
4996
|
"optional": true,
|
|
@@ -4873,7 +5009,7 @@
|
|
|
4873
5009
|
"immutable": true,
|
|
4874
5010
|
"locationInModule": {
|
|
4875
5011
|
"filename": "src/projen-project-options.ts",
|
|
4876
|
-
"line":
|
|
5012
|
+
"line": 735
|
|
4877
5013
|
},
|
|
4878
5014
|
"name": "maxNodeVersion",
|
|
4879
5015
|
"optional": true,
|
|
@@ -4892,7 +5028,7 @@
|
|
|
4892
5028
|
"immutable": true,
|
|
4893
5029
|
"locationInModule": {
|
|
4894
5030
|
"filename": "src/projen-project-options.ts",
|
|
4895
|
-
"line":
|
|
5031
|
+
"line": 578
|
|
4896
5032
|
},
|
|
4897
5033
|
"name": "minMajorVersion",
|
|
4898
5034
|
"optional": true,
|
|
@@ -4911,7 +5047,7 @@
|
|
|
4911
5047
|
"immutable": true,
|
|
4912
5048
|
"locationInModule": {
|
|
4913
5049
|
"filename": "src/projen-project-options.ts",
|
|
4914
|
-
"line":
|
|
5050
|
+
"line": 724
|
|
4915
5051
|
},
|
|
4916
5052
|
"name": "minNodeVersion",
|
|
4917
5053
|
"optional": true,
|
|
@@ -4932,7 +5068,7 @@
|
|
|
4932
5068
|
"immutable": true,
|
|
4933
5069
|
"locationInModule": {
|
|
4934
5070
|
"filename": "src/projen-project-options.ts",
|
|
4935
|
-
"line":
|
|
5071
|
+
"line": 1071
|
|
4936
5072
|
},
|
|
4937
5073
|
"name": "name",
|
|
4938
5074
|
"optional": true,
|
|
@@ -4951,7 +5087,7 @@
|
|
|
4951
5087
|
"immutable": true,
|
|
4952
5088
|
"locationInModule": {
|
|
4953
5089
|
"filename": "src/projen-project-options.ts",
|
|
4954
|
-
"line":
|
|
5090
|
+
"line": 568
|
|
4955
5091
|
},
|
|
4956
5092
|
"name": "nextVersionCommand",
|
|
4957
5093
|
"optional": true,
|
|
@@ -4969,7 +5105,7 @@
|
|
|
4969
5105
|
"immutable": true,
|
|
4970
5106
|
"locationInModule": {
|
|
4971
5107
|
"filename": "src/projen-project-options.ts",
|
|
4972
|
-
"line":
|
|
5108
|
+
"line": 709
|
|
4973
5109
|
},
|
|
4974
5110
|
"name": "npmAccess",
|
|
4975
5111
|
"optional": true,
|
|
@@ -4988,7 +5124,7 @@
|
|
|
4988
5124
|
"immutable": true,
|
|
4989
5125
|
"locationInModule": {
|
|
4990
5126
|
"filename": "src/projen-project-options.ts",
|
|
4991
|
-
"line":
|
|
5127
|
+
"line": 544
|
|
4992
5128
|
},
|
|
4993
5129
|
"name": "npmDistTag",
|
|
4994
5130
|
"optional": true,
|
|
@@ -5006,7 +5142,7 @@
|
|
|
5006
5142
|
"immutable": true,
|
|
5007
5143
|
"locationInModule": {
|
|
5008
5144
|
"filename": "src/projen-project-options.ts",
|
|
5009
|
-
"line":
|
|
5145
|
+
"line": 275
|
|
5010
5146
|
},
|
|
5011
5147
|
"name": "npmignoreEnabled",
|
|
5012
5148
|
"optional": true,
|
|
@@ -5023,7 +5159,7 @@
|
|
|
5023
5159
|
"immutable": true,
|
|
5024
5160
|
"locationInModule": {
|
|
5025
5161
|
"filename": "src/projen-project-options.ts",
|
|
5026
|
-
"line":
|
|
5162
|
+
"line": 269
|
|
5027
5163
|
},
|
|
5028
5164
|
"name": "npmIgnoreOptions",
|
|
5029
5165
|
"optional": true,
|
|
@@ -5042,7 +5178,7 @@
|
|
|
5042
5178
|
"immutable": true,
|
|
5043
5179
|
"locationInModule": {
|
|
5044
5180
|
"filename": "src/projen-project-options.ts",
|
|
5045
|
-
"line":
|
|
5181
|
+
"line": 701
|
|
5046
5182
|
},
|
|
5047
5183
|
"name": "npmProvenance",
|
|
5048
5184
|
"optional": true,
|
|
@@ -5061,7 +5197,7 @@
|
|
|
5061
5197
|
"immutable": true,
|
|
5062
5198
|
"locationInModule": {
|
|
5063
5199
|
"filename": "src/projen-project-options.ts",
|
|
5064
|
-
"line":
|
|
5200
|
+
"line": 690
|
|
5065
5201
|
},
|
|
5066
5202
|
"name": "npmRegistryUrl",
|
|
5067
5203
|
"optional": true,
|
|
@@ -5079,7 +5215,7 @@
|
|
|
5079
5215
|
"immutable": true,
|
|
5080
5216
|
"locationInModule": {
|
|
5081
5217
|
"filename": "src/projen-project-options.ts",
|
|
5082
|
-
"line":
|
|
5218
|
+
"line": 683
|
|
5083
5219
|
},
|
|
5084
5220
|
"name": "npmTokenSecret",
|
|
5085
5221
|
"optional": true,
|
|
@@ -5097,7 +5233,7 @@
|
|
|
5097
5233
|
"immutable": true,
|
|
5098
5234
|
"locationInModule": {
|
|
5099
5235
|
"filename": "src/projen-project-options.ts",
|
|
5100
|
-
"line":
|
|
5236
|
+
"line": 677
|
|
5101
5237
|
},
|
|
5102
5238
|
"name": "npmTrustedPublishing",
|
|
5103
5239
|
"optional": true,
|
|
@@ -5116,7 +5252,7 @@
|
|
|
5116
5252
|
"immutable": true,
|
|
5117
5253
|
"locationInModule": {
|
|
5118
5254
|
"filename": "src/projen-project-options.ts",
|
|
5119
|
-
"line":
|
|
5255
|
+
"line": 1042
|
|
5120
5256
|
},
|
|
5121
5257
|
"name": "outdir",
|
|
5122
5258
|
"optional": true,
|
|
@@ -5134,7 +5270,7 @@
|
|
|
5134
5270
|
"immutable": true,
|
|
5135
5271
|
"locationInModule": {
|
|
5136
5272
|
"filename": "src/projen-project-options.ts",
|
|
5137
|
-
"line":
|
|
5273
|
+
"line": 1106
|
|
5138
5274
|
},
|
|
5139
5275
|
"name": "ownerCanSelfApprovePRs",
|
|
5140
5276
|
"optional": true,
|
|
@@ -5152,7 +5288,7 @@
|
|
|
5152
5288
|
"immutable": true,
|
|
5153
5289
|
"locationInModule": {
|
|
5154
5290
|
"filename": "src/projen-project-options.ts",
|
|
5155
|
-
"line":
|
|
5291
|
+
"line": 264
|
|
5156
5292
|
},
|
|
5157
5293
|
"name": "package",
|
|
5158
5294
|
"optional": true,
|
|
@@ -5163,14 +5299,17 @@
|
|
|
5163
5299
|
{
|
|
5164
5300
|
"abstract": true,
|
|
5165
5301
|
"docs": {
|
|
5166
|
-
"
|
|
5302
|
+
"custom": {
|
|
5303
|
+
"pjnew": "$PACKAGE_MANAGER"
|
|
5304
|
+
},
|
|
5305
|
+
"default": "- Detected from the calling process or `YARN_CLASSIC` if detection fails.",
|
|
5167
5306
|
"stability": "stable",
|
|
5168
5307
|
"summary": "The Node Package Manager used to execute scripts."
|
|
5169
5308
|
},
|
|
5170
5309
|
"immutable": true,
|
|
5171
5310
|
"locationInModule": {
|
|
5172
5311
|
"filename": "src/projen-project-options.ts",
|
|
5173
|
-
"line":
|
|
5312
|
+
"line": 671
|
|
5174
5313
|
},
|
|
5175
5314
|
"name": "packageManager",
|
|
5176
5315
|
"optional": true,
|
|
@@ -5191,7 +5330,7 @@
|
|
|
5191
5330
|
"immutable": true,
|
|
5192
5331
|
"locationInModule": {
|
|
5193
5332
|
"filename": "src/projen-project-options.ts",
|
|
5194
|
-
"line":
|
|
5333
|
+
"line": 664
|
|
5195
5334
|
},
|
|
5196
5335
|
"name": "packageName",
|
|
5197
5336
|
"optional": true,
|
|
@@ -5208,7 +5347,7 @@
|
|
|
5208
5347
|
"immutable": true,
|
|
5209
5348
|
"locationInModule": {
|
|
5210
5349
|
"filename": "src/projen-project-options.ts",
|
|
5211
|
-
"line":
|
|
5350
|
+
"line": 1031
|
|
5212
5351
|
},
|
|
5213
5352
|
"name": "parent",
|
|
5214
5353
|
"optional": true,
|
|
@@ -5225,7 +5364,7 @@
|
|
|
5225
5364
|
"immutable": true,
|
|
5226
5365
|
"locationInModule": {
|
|
5227
5366
|
"filename": "src/projen-project-options.ts",
|
|
5228
|
-
"line":
|
|
5367
|
+
"line": 657
|
|
5229
5368
|
},
|
|
5230
5369
|
"name": "peerDependencyOptions",
|
|
5231
5370
|
"optional": true,
|
|
@@ -5244,7 +5383,7 @@
|
|
|
5244
5383
|
"immutable": true,
|
|
5245
5384
|
"locationInModule": {
|
|
5246
5385
|
"filename": "src/projen-project-options.ts",
|
|
5247
|
-
"line":
|
|
5386
|
+
"line": 652
|
|
5248
5387
|
},
|
|
5249
5388
|
"name": "peerDeps",
|
|
5250
5389
|
"optional": true,
|
|
@@ -5260,14 +5399,14 @@
|
|
|
5260
5399
|
{
|
|
5261
5400
|
"abstract": true,
|
|
5262
5401
|
"docs": {
|
|
5263
|
-
"default": "\"
|
|
5402
|
+
"default": "\"10.33.0\"",
|
|
5264
5403
|
"stability": "stable",
|
|
5265
5404
|
"summary": "The version of PNPM to use if using PNPM as a package manager."
|
|
5266
5405
|
},
|
|
5267
5406
|
"immutable": true,
|
|
5268
5407
|
"locationInModule": {
|
|
5269
5408
|
"filename": "src/projen-project-options.ts",
|
|
5270
|
-
"line":
|
|
5409
|
+
"line": 633
|
|
5271
5410
|
},
|
|
5272
5411
|
"name": "pnpmVersion",
|
|
5273
5412
|
"optional": true,
|
|
@@ -5285,7 +5424,7 @@
|
|
|
5285
5424
|
"immutable": true,
|
|
5286
5425
|
"locationInModule": {
|
|
5287
5426
|
"filename": "src/projen-project-options.ts",
|
|
5288
|
-
"line":
|
|
5427
|
+
"line": 536
|
|
5289
5428
|
},
|
|
5290
5429
|
"name": "postBuildSteps",
|
|
5291
5430
|
"optional": true,
|
|
@@ -5308,7 +5447,7 @@
|
|
|
5308
5447
|
"immutable": true,
|
|
5309
5448
|
"locationInModule": {
|
|
5310
5449
|
"filename": "src/projen-project-options.ts",
|
|
5311
|
-
"line":
|
|
5450
|
+
"line": 530
|
|
5312
5451
|
},
|
|
5313
5452
|
"name": "prerelease",
|
|
5314
5453
|
"optional": true,
|
|
@@ -5326,7 +5465,7 @@
|
|
|
5326
5465
|
"immutable": true,
|
|
5327
5466
|
"locationInModule": {
|
|
5328
5467
|
"filename": "src/projen-project-options.ts",
|
|
5329
|
-
"line":
|
|
5468
|
+
"line": 258
|
|
5330
5469
|
},
|
|
5331
5470
|
"name": "prettier",
|
|
5332
5471
|
"optional": true,
|
|
@@ -5344,7 +5483,7 @@
|
|
|
5344
5483
|
"immutable": true,
|
|
5345
5484
|
"locationInModule": {
|
|
5346
5485
|
"filename": "src/projen-project-options.ts",
|
|
5347
|
-
"line":
|
|
5486
|
+
"line": 252
|
|
5348
5487
|
},
|
|
5349
5488
|
"name": "prettierOptions",
|
|
5350
5489
|
"optional": true,
|
|
@@ -5362,7 +5501,7 @@
|
|
|
5362
5501
|
"immutable": true,
|
|
5363
5502
|
"locationInModule": {
|
|
5364
5503
|
"filename": "src/projen-project-options.ts",
|
|
5365
|
-
"line":
|
|
5504
|
+
"line": 1026
|
|
5366
5505
|
},
|
|
5367
5506
|
"name": "projectTree",
|
|
5368
5507
|
"optional": true,
|
|
@@ -5381,7 +5520,7 @@
|
|
|
5381
5520
|
"immutable": true,
|
|
5382
5521
|
"locationInModule": {
|
|
5383
5522
|
"filename": "src/projen-project-options.ts",
|
|
5384
|
-
"line":
|
|
5523
|
+
"line": 1020
|
|
5385
5524
|
},
|
|
5386
5525
|
"name": "projenCommand",
|
|
5387
5526
|
"optional": true,
|
|
@@ -5399,7 +5538,7 @@
|
|
|
5399
5538
|
"immutable": true,
|
|
5400
5539
|
"locationInModule": {
|
|
5401
5540
|
"filename": "src/projen-project-options.ts",
|
|
5402
|
-
"line":
|
|
5541
|
+
"line": 936
|
|
5403
5542
|
},
|
|
5404
5543
|
"name": "projenCredentials",
|
|
5405
5544
|
"optional": true,
|
|
@@ -5417,7 +5556,7 @@
|
|
|
5417
5556
|
"immutable": true,
|
|
5418
5557
|
"locationInModule": {
|
|
5419
5558
|
"filename": "src/projen-project-options.ts",
|
|
5420
|
-
"line":
|
|
5559
|
+
"line": 246
|
|
5421
5560
|
},
|
|
5422
5561
|
"name": "projenDevDependency",
|
|
5423
5562
|
"optional": true,
|
|
@@ -5435,7 +5574,7 @@
|
|
|
5435
5574
|
"immutable": true,
|
|
5436
5575
|
"locationInModule": {
|
|
5437
5576
|
"filename": "src/projen-project-options.ts",
|
|
5438
|
-
"line":
|
|
5577
|
+
"line": 240
|
|
5439
5578
|
},
|
|
5440
5579
|
"name": "projenrcJs",
|
|
5441
5580
|
"optional": true,
|
|
@@ -5453,7 +5592,7 @@
|
|
|
5453
5592
|
"immutable": true,
|
|
5454
5593
|
"locationInModule": {
|
|
5455
5594
|
"filename": "src/projen-project-options.ts",
|
|
5456
|
-
"line":
|
|
5595
|
+
"line": 1013
|
|
5457
5596
|
},
|
|
5458
5597
|
"name": "projenrcJson",
|
|
5459
5598
|
"optional": true,
|
|
@@ -5471,7 +5610,7 @@
|
|
|
5471
5610
|
"immutable": true,
|
|
5472
5611
|
"locationInModule": {
|
|
5473
5612
|
"filename": "src/projen-project-options.ts",
|
|
5474
|
-
"line":
|
|
5613
|
+
"line": 1007
|
|
5475
5614
|
},
|
|
5476
5615
|
"name": "projenrcJsonOptions",
|
|
5477
5616
|
"optional": true,
|
|
@@ -5489,7 +5628,7 @@
|
|
|
5489
5628
|
"immutable": true,
|
|
5490
5629
|
"locationInModule": {
|
|
5491
5630
|
"filename": "src/projen-project-options.ts",
|
|
5492
|
-
"line":
|
|
5631
|
+
"line": 234
|
|
5493
5632
|
},
|
|
5494
5633
|
"name": "projenrcJsOptions",
|
|
5495
5634
|
"optional": true,
|
|
@@ -5506,7 +5645,7 @@
|
|
|
5506
5645
|
"immutable": true,
|
|
5507
5646
|
"locationInModule": {
|
|
5508
5647
|
"filename": "src/projen-project-options.ts",
|
|
5509
|
-
"line":
|
|
5648
|
+
"line": 131
|
|
5510
5649
|
},
|
|
5511
5650
|
"name": "projenrcTsOptions",
|
|
5512
5651
|
"optional": true,
|
|
@@ -5524,7 +5663,7 @@
|
|
|
5524
5663
|
"immutable": true,
|
|
5525
5664
|
"locationInModule": {
|
|
5526
5665
|
"filename": "src/projen-project-options.ts",
|
|
5527
|
-
"line":
|
|
5666
|
+
"line": 1130
|
|
5528
5667
|
},
|
|
5529
5668
|
"name": "projenVersion",
|
|
5530
5669
|
"optional": true,
|
|
@@ -5542,7 +5681,7 @@
|
|
|
5542
5681
|
"immutable": true,
|
|
5543
5682
|
"locationInModule": {
|
|
5544
5683
|
"filename": "src/projen-project-options.ts",
|
|
5545
|
-
"line":
|
|
5684
|
+
"line": 524
|
|
5546
5685
|
},
|
|
5547
5686
|
"name": "publishDryRun",
|
|
5548
5687
|
"optional": true,
|
|
@@ -5561,7 +5700,7 @@
|
|
|
5561
5700
|
"immutable": true,
|
|
5562
5701
|
"locationInModule": {
|
|
5563
5702
|
"filename": "src/projen-project-options.ts",
|
|
5564
|
-
"line":
|
|
5703
|
+
"line": 518
|
|
5565
5704
|
},
|
|
5566
5705
|
"name": "publishTasks",
|
|
5567
5706
|
"optional": true,
|
|
@@ -5579,7 +5718,7 @@
|
|
|
5579
5718
|
"immutable": true,
|
|
5580
5719
|
"locationInModule": {
|
|
5581
5720
|
"filename": "src/projen-project-options.ts",
|
|
5582
|
-
"line":
|
|
5721
|
+
"line": 45
|
|
5583
5722
|
},
|
|
5584
5723
|
"name": "publishToGo",
|
|
5585
5724
|
"optional": true,
|
|
@@ -5597,7 +5736,7 @@
|
|
|
5597
5736
|
"immutable": true,
|
|
5598
5737
|
"locationInModule": {
|
|
5599
5738
|
"filename": "src/projen-project-options.ts",
|
|
5600
|
-
"line":
|
|
5739
|
+
"line": 39
|
|
5601
5740
|
},
|
|
5602
5741
|
"name": "publishToMaven",
|
|
5603
5742
|
"optional": true,
|
|
@@ -5615,7 +5754,7 @@
|
|
|
5615
5754
|
"immutable": true,
|
|
5616
5755
|
"locationInModule": {
|
|
5617
5756
|
"filename": "src/projen-project-options.ts",
|
|
5618
|
-
"line":
|
|
5757
|
+
"line": 33
|
|
5619
5758
|
},
|
|
5620
5759
|
"name": "publishToNuget",
|
|
5621
5760
|
"optional": true,
|
|
@@ -5633,7 +5772,7 @@
|
|
|
5633
5772
|
"immutable": true,
|
|
5634
5773
|
"locationInModule": {
|
|
5635
5774
|
"filename": "src/projen-project-options.ts",
|
|
5636
|
-
"line":
|
|
5775
|
+
"line": 27
|
|
5637
5776
|
},
|
|
5638
5777
|
"name": "publishToPypi",
|
|
5639
5778
|
"optional": true,
|
|
@@ -5651,7 +5790,7 @@
|
|
|
5651
5790
|
"immutable": true,
|
|
5652
5791
|
"locationInModule": {
|
|
5653
5792
|
"filename": "src/projen-project-options.ts",
|
|
5654
|
-
"line":
|
|
5793
|
+
"line": 228
|
|
5655
5794
|
},
|
|
5656
5795
|
"name": "pullRequestTemplate",
|
|
5657
5796
|
"optional": true,
|
|
@@ -5669,7 +5808,7 @@
|
|
|
5669
5808
|
"immutable": true,
|
|
5670
5809
|
"locationInModule": {
|
|
5671
5810
|
"filename": "src/projen-project-options.ts",
|
|
5672
|
-
"line":
|
|
5811
|
+
"line": 222
|
|
5673
5812
|
},
|
|
5674
5813
|
"name": "pullRequestTemplateContents",
|
|
5675
5814
|
"optional": true,
|
|
@@ -5692,7 +5831,7 @@
|
|
|
5692
5831
|
"immutable": true,
|
|
5693
5832
|
"locationInModule": {
|
|
5694
5833
|
"filename": "src/projen-project-options.ts",
|
|
5695
|
-
"line":
|
|
5834
|
+
"line": 930
|
|
5696
5835
|
},
|
|
5697
5836
|
"name": "readme",
|
|
5698
5837
|
"optional": true,
|
|
@@ -5710,7 +5849,7 @@
|
|
|
5710
5849
|
"immutable": true,
|
|
5711
5850
|
"locationInModule": {
|
|
5712
5851
|
"filename": "src/projen-project-options.ts",
|
|
5713
|
-
"line":
|
|
5852
|
+
"line": 1081
|
|
5714
5853
|
},
|
|
5715
5854
|
"name": "releasableCommitTypes",
|
|
5716
5855
|
"optional": true,
|
|
@@ -5733,7 +5872,7 @@
|
|
|
5733
5872
|
"immutable": true,
|
|
5734
5873
|
"locationInModule": {
|
|
5735
5874
|
"filename": "src/projen-project-options.ts",
|
|
5736
|
-
"line":
|
|
5875
|
+
"line": 216
|
|
5737
5876
|
},
|
|
5738
5877
|
"name": "release",
|
|
5739
5878
|
"optional": true,
|
|
@@ -5752,7 +5891,7 @@
|
|
|
5752
5891
|
"immutable": true,
|
|
5753
5892
|
"locationInModule": {
|
|
5754
5893
|
"filename": "src/projen-project-options.ts",
|
|
5755
|
-
"line":
|
|
5894
|
+
"line": 510
|
|
5756
5895
|
},
|
|
5757
5896
|
"name": "releaseBranches",
|
|
5758
5897
|
"optional": true,
|
|
@@ -5776,7 +5915,7 @@
|
|
|
5776
5915
|
"immutable": true,
|
|
5777
5916
|
"locationInModule": {
|
|
5778
5917
|
"filename": "src/projen-project-options.ts",
|
|
5779
|
-
"line":
|
|
5918
|
+
"line": 497
|
|
5780
5919
|
},
|
|
5781
5920
|
"name": "releaseEnvironment",
|
|
5782
5921
|
"optional": true,
|
|
@@ -5794,7 +5933,7 @@
|
|
|
5794
5933
|
"immutable": true,
|
|
5795
5934
|
"locationInModule": {
|
|
5796
5935
|
"filename": "src/projen-project-options.ts",
|
|
5797
|
-
"line":
|
|
5936
|
+
"line": 486
|
|
5798
5937
|
},
|
|
5799
5938
|
"name": "releaseFailureIssue",
|
|
5800
5939
|
"optional": true,
|
|
@@ -5813,7 +5952,7 @@
|
|
|
5813
5952
|
"immutable": true,
|
|
5814
5953
|
"locationInModule": {
|
|
5815
5954
|
"filename": "src/projen-project-options.ts",
|
|
5816
|
-
"line":
|
|
5955
|
+
"line": 480
|
|
5817
5956
|
},
|
|
5818
5957
|
"name": "releaseFailureIssueLabel",
|
|
5819
5958
|
"optional": true,
|
|
@@ -5832,7 +5971,7 @@
|
|
|
5832
5971
|
"immutable": true,
|
|
5833
5972
|
"locationInModule": {
|
|
5834
5973
|
"filename": "src/projen-project-options.ts",
|
|
5835
|
-
"line":
|
|
5974
|
+
"line": 473
|
|
5836
5975
|
},
|
|
5837
5976
|
"name": "releaseTagPrefix",
|
|
5838
5977
|
"optional": true,
|
|
@@ -5850,7 +5989,7 @@
|
|
|
5850
5989
|
"immutable": true,
|
|
5851
5990
|
"locationInModule": {
|
|
5852
5991
|
"filename": "src/projen-project-options.ts",
|
|
5853
|
-
"line":
|
|
5992
|
+
"line": 210
|
|
5854
5993
|
},
|
|
5855
5994
|
"name": "releaseToNpm",
|
|
5856
5995
|
"optional": true,
|
|
@@ -5868,7 +6007,7 @@
|
|
|
5868
6007
|
"immutable": true,
|
|
5869
6008
|
"locationInModule": {
|
|
5870
6009
|
"filename": "src/projen-project-options.ts",
|
|
5871
|
-
"line":
|
|
6010
|
+
"line": 463
|
|
5872
6011
|
},
|
|
5873
6012
|
"name": "releaseTrigger",
|
|
5874
6013
|
"optional": true,
|
|
@@ -5886,7 +6025,7 @@
|
|
|
5886
6025
|
"immutable": true,
|
|
5887
6026
|
"locationInModule": {
|
|
5888
6027
|
"filename": "src/projen-project-options.ts",
|
|
5889
|
-
"line":
|
|
6028
|
+
"line": 457
|
|
5890
6029
|
},
|
|
5891
6030
|
"name": "releaseWorkflowEnv",
|
|
5892
6031
|
"optional": true,
|
|
@@ -5909,7 +6048,7 @@
|
|
|
5909
6048
|
"immutable": true,
|
|
5910
6049
|
"locationInModule": {
|
|
5911
6050
|
"filename": "src/projen-project-options.ts",
|
|
5912
|
-
"line":
|
|
6051
|
+
"line": 451
|
|
5913
6052
|
},
|
|
5914
6053
|
"name": "releaseWorkflowName",
|
|
5915
6054
|
"optional": true,
|
|
@@ -5926,7 +6065,7 @@
|
|
|
5926
6065
|
"immutable": true,
|
|
5927
6066
|
"locationInModule": {
|
|
5928
6067
|
"filename": "src/projen-project-options.ts",
|
|
5929
|
-
"line":
|
|
6068
|
+
"line": 445
|
|
5930
6069
|
},
|
|
5931
6070
|
"name": "releaseWorkflowSetupSteps",
|
|
5932
6071
|
"optional": true,
|
|
@@ -5949,7 +6088,7 @@
|
|
|
5949
6088
|
"immutable": true,
|
|
5950
6089
|
"locationInModule": {
|
|
5951
6090
|
"filename": "src/projen-project-options.ts",
|
|
5952
|
-
"line":
|
|
6091
|
+
"line": 1001
|
|
5953
6092
|
},
|
|
5954
6093
|
"name": "renovatebot",
|
|
5955
6094
|
"optional": true,
|
|
@@ -5967,7 +6106,7 @@
|
|
|
5967
6106
|
"immutable": true,
|
|
5968
6107
|
"locationInModule": {
|
|
5969
6108
|
"filename": "src/projen-project-options.ts",
|
|
5970
|
-
"line":
|
|
6109
|
+
"line": 995
|
|
5971
6110
|
},
|
|
5972
6111
|
"name": "renovatebotOptions",
|
|
5973
6112
|
"optional": true,
|
|
@@ -5985,7 +6124,7 @@
|
|
|
5985
6124
|
"immutable": true,
|
|
5986
6125
|
"locationInModule": {
|
|
5987
6126
|
"filename": "src/projen-project-options.ts",
|
|
5988
|
-
"line":
|
|
6127
|
+
"line": 627
|
|
5989
6128
|
},
|
|
5990
6129
|
"name": "repository",
|
|
5991
6130
|
"optional": true,
|
|
@@ -6002,7 +6141,7 @@
|
|
|
6002
6141
|
"immutable": true,
|
|
6003
6142
|
"locationInModule": {
|
|
6004
6143
|
"filename": "src/projen-project-options.ts",
|
|
6005
|
-
"line":
|
|
6144
|
+
"line": 621
|
|
6006
6145
|
},
|
|
6007
6146
|
"name": "repositoryDirectory",
|
|
6008
6147
|
"optional": true,
|
|
@@ -6019,7 +6158,7 @@
|
|
|
6019
6158
|
"immutable": true,
|
|
6020
6159
|
"locationInModule": {
|
|
6021
6160
|
"filename": "src/projen-project-options.ts",
|
|
6022
|
-
"line":
|
|
6161
|
+
"line": 21
|
|
6023
6162
|
},
|
|
6024
6163
|
"name": "rootdir",
|
|
6025
6164
|
"optional": true,
|
|
@@ -6037,7 +6176,7 @@
|
|
|
6037
6176
|
"immutable": true,
|
|
6038
6177
|
"locationInModule": {
|
|
6039
6178
|
"filename": "src/projen-project-options.ts",
|
|
6040
|
-
"line":
|
|
6179
|
+
"line": 616
|
|
6041
6180
|
},
|
|
6042
6181
|
"name": "scopedPackagesOptions",
|
|
6043
6182
|
"optional": true,
|
|
@@ -6060,7 +6199,7 @@
|
|
|
6060
6199
|
"immutable": true,
|
|
6061
6200
|
"locationInModule": {
|
|
6062
6201
|
"filename": "src/projen-project-options.ts",
|
|
6063
|
-
"line":
|
|
6202
|
+
"line": 126
|
|
6064
6203
|
},
|
|
6065
6204
|
"name": "srcdir",
|
|
6066
6205
|
"optional": true,
|
|
@@ -6077,7 +6216,7 @@
|
|
|
6077
6216
|
"immutable": true,
|
|
6078
6217
|
"locationInModule": {
|
|
6079
6218
|
"filename": "src/projen-project-options.ts",
|
|
6080
|
-
"line":
|
|
6219
|
+
"line": 610
|
|
6081
6220
|
},
|
|
6082
6221
|
"name": "stability",
|
|
6083
6222
|
"optional": true,
|
|
@@ -6096,7 +6235,7 @@
|
|
|
6096
6235
|
"immutable": true,
|
|
6097
6236
|
"locationInModule": {
|
|
6098
6237
|
"filename": "src/projen-project-options.ts",
|
|
6099
|
-
"line":
|
|
6238
|
+
"line": 924
|
|
6100
6239
|
},
|
|
6101
6240
|
"name": "stale",
|
|
6102
6241
|
"optional": true,
|
|
@@ -6115,7 +6254,7 @@
|
|
|
6115
6254
|
"immutable": true,
|
|
6116
6255
|
"locationInModule": {
|
|
6117
6256
|
"filename": "src/projen-project-options.ts",
|
|
6118
|
-
"line":
|
|
6257
|
+
"line": 917
|
|
6119
6258
|
},
|
|
6120
6259
|
"name": "staleOptions",
|
|
6121
6260
|
"optional": true,
|
|
@@ -6134,7 +6273,7 @@
|
|
|
6134
6273
|
"immutable": true,
|
|
6135
6274
|
"locationInModule": {
|
|
6136
6275
|
"filename": "src/projen-project-options.ts",
|
|
6137
|
-
"line":
|
|
6276
|
+
"line": 120
|
|
6138
6277
|
},
|
|
6139
6278
|
"name": "testdir",
|
|
6140
6279
|
"optional": true,
|
|
@@ -6152,7 +6291,7 @@
|
|
|
6152
6291
|
"immutable": true,
|
|
6153
6292
|
"locationInModule": {
|
|
6154
6293
|
"filename": "src/projen-project-options.ts",
|
|
6155
|
-
"line":
|
|
6294
|
+
"line": 110
|
|
6156
6295
|
},
|
|
6157
6296
|
"name": "tsconfig",
|
|
6158
6297
|
"optional": true,
|
|
@@ -6170,7 +6309,7 @@
|
|
|
6170
6309
|
"immutable": true,
|
|
6171
6310
|
"locationInModule": {
|
|
6172
6311
|
"filename": "src/projen-project-options.ts",
|
|
6173
|
-
"line":
|
|
6312
|
+
"line": 104
|
|
6174
6313
|
},
|
|
6175
6314
|
"name": "tsconfigDev",
|
|
6176
6315
|
"optional": true,
|
|
@@ -6188,7 +6327,7 @@
|
|
|
6188
6327
|
"immutable": true,
|
|
6189
6328
|
"locationInModule": {
|
|
6190
6329
|
"filename": "src/projen-project-options.ts",
|
|
6191
|
-
"line":
|
|
6330
|
+
"line": 98
|
|
6192
6331
|
},
|
|
6193
6332
|
"name": "tsconfigDevFile",
|
|
6194
6333
|
"optional": true,
|
|
@@ -6205,7 +6344,7 @@
|
|
|
6205
6344
|
"immutable": true,
|
|
6206
6345
|
"locationInModule": {
|
|
6207
6346
|
"filename": "src/projen-project-options.ts",
|
|
6208
|
-
"line":
|
|
6347
|
+
"line": 92
|
|
6209
6348
|
},
|
|
6210
6349
|
"name": "tsJestOptions",
|
|
6211
6350
|
"optional": true,
|
|
@@ -6222,7 +6361,7 @@
|
|
|
6222
6361
|
"immutable": true,
|
|
6223
6362
|
"locationInModule": {
|
|
6224
6363
|
"filename": "src/projen-project-options.ts",
|
|
6225
|
-
"line":
|
|
6364
|
+
"line": 1111
|
|
6226
6365
|
},
|
|
6227
6366
|
"name": "upgradesSchedule",
|
|
6228
6367
|
"optional": true,
|
|
@@ -6230,6 +6369,25 @@
|
|
|
6230
6369
|
"fqn": "projen.javascript.UpgradeDependenciesSchedule"
|
|
6231
6370
|
}
|
|
6232
6371
|
},
|
|
6372
|
+
{
|
|
6373
|
+
"abstract": true,
|
|
6374
|
+
"docs": {
|
|
6375
|
+
"default": "ValidateTsconfig.STRICT",
|
|
6376
|
+
"remarks": "Only relevant when the project synthesizes its own tsconfig\n(i.e. `disableTsconfig` is not set on the TypeScriptProject).",
|
|
6377
|
+
"stability": "stable",
|
|
6378
|
+
"summary": "Level of tsconfig validation jsii should perform on the user-provided tsconfig."
|
|
6379
|
+
},
|
|
6380
|
+
"immutable": true,
|
|
6381
|
+
"locationInModule": {
|
|
6382
|
+
"filename": "src/projen-project-options.ts",
|
|
6383
|
+
"line": 16
|
|
6384
|
+
},
|
|
6385
|
+
"name": "validateTsconfig",
|
|
6386
|
+
"optional": true,
|
|
6387
|
+
"type": {
|
|
6388
|
+
"fqn": "projen.cdk.ValidateTsconfig"
|
|
6389
|
+
}
|
|
6390
|
+
},
|
|
6233
6391
|
{
|
|
6234
6392
|
"abstract": true,
|
|
6235
6393
|
"docs": {
|
|
@@ -6241,7 +6399,7 @@
|
|
|
6241
6399
|
"immutable": true,
|
|
6242
6400
|
"locationInModule": {
|
|
6243
6401
|
"filename": "src/projen-project-options.ts",
|
|
6244
|
-
"line":
|
|
6402
|
+
"line": 440
|
|
6245
6403
|
},
|
|
6246
6404
|
"name": "versionrcOptions",
|
|
6247
6405
|
"optional": true,
|
|
@@ -6265,7 +6423,7 @@
|
|
|
6265
6423
|
"immutable": true,
|
|
6266
6424
|
"locationInModule": {
|
|
6267
6425
|
"filename": "src/projen-project-options.ts",
|
|
6268
|
-
"line":
|
|
6426
|
+
"line": 910
|
|
6269
6427
|
},
|
|
6270
6428
|
"name": "vscode",
|
|
6271
6429
|
"optional": true,
|
|
@@ -6284,7 +6442,7 @@
|
|
|
6284
6442
|
"immutable": true,
|
|
6285
6443
|
"locationInModule": {
|
|
6286
6444
|
"filename": "src/projen-project-options.ts",
|
|
6287
|
-
"line":
|
|
6445
|
+
"line": 1124
|
|
6288
6446
|
},
|
|
6289
6447
|
"name": "wordmarkOptions",
|
|
6290
6448
|
"optional": true,
|
|
@@ -6302,7 +6460,7 @@
|
|
|
6302
6460
|
"immutable": true,
|
|
6303
6461
|
"locationInModule": {
|
|
6304
6462
|
"filename": "src/projen-project-options.ts",
|
|
6305
|
-
"line":
|
|
6463
|
+
"line": 204
|
|
6306
6464
|
},
|
|
6307
6465
|
"name": "workflowBootstrapSteps",
|
|
6308
6466
|
"optional": true,
|
|
@@ -6325,7 +6483,7 @@
|
|
|
6325
6483
|
"immutable": true,
|
|
6326
6484
|
"locationInModule": {
|
|
6327
6485
|
"filename": "src/projen-project-options.ts",
|
|
6328
|
-
"line":
|
|
6486
|
+
"line": 433
|
|
6329
6487
|
},
|
|
6330
6488
|
"name": "workflowContainerImage",
|
|
6331
6489
|
"optional": true,
|
|
@@ -6343,7 +6501,7 @@
|
|
|
6343
6501
|
"immutable": true,
|
|
6344
6502
|
"locationInModule": {
|
|
6345
6503
|
"filename": "src/projen-project-options.ts",
|
|
6346
|
-
"line":
|
|
6504
|
+
"line": 198
|
|
6347
6505
|
},
|
|
6348
6506
|
"name": "workflowGitIdentity",
|
|
6349
6507
|
"optional": true,
|
|
@@ -6362,7 +6520,7 @@
|
|
|
6362
6520
|
"immutable": true,
|
|
6363
6521
|
"locationInModule": {
|
|
6364
6522
|
"filename": "src/projen-project-options.ts",
|
|
6365
|
-
"line":
|
|
6523
|
+
"line": 192
|
|
6366
6524
|
},
|
|
6367
6525
|
"name": "workflowNodeVersion",
|
|
6368
6526
|
"optional": true,
|
|
@@ -6380,7 +6538,7 @@
|
|
|
6380
6538
|
"immutable": true,
|
|
6381
6539
|
"locationInModule": {
|
|
6382
6540
|
"filename": "src/projen-project-options.ts",
|
|
6383
|
-
"line":
|
|
6541
|
+
"line": 185
|
|
6384
6542
|
},
|
|
6385
6543
|
"name": "workflowPackageCache",
|
|
6386
6544
|
"optional": true,
|
|
@@ -6402,7 +6560,7 @@
|
|
|
6402
6560
|
"immutable": true,
|
|
6403
6561
|
"locationInModule": {
|
|
6404
6562
|
"filename": "src/projen-project-options.ts",
|
|
6405
|
-
"line":
|
|
6563
|
+
"line": 427
|
|
6406
6564
|
},
|
|
6407
6565
|
"name": "workflowRunsOn",
|
|
6408
6566
|
"optional": true,
|
|
@@ -6428,7 +6586,7 @@
|
|
|
6428
6586
|
"immutable": true,
|
|
6429
6587
|
"locationInModule": {
|
|
6430
6588
|
"filename": "src/projen-project-options.ts",
|
|
6431
|
-
"line":
|
|
6589
|
+
"line": 419
|
|
6432
6590
|
},
|
|
6433
6591
|
"name": "workflowRunsOnGroup",
|
|
6434
6592
|
"optional": true,
|
|
@@ -6446,7 +6604,7 @@
|
|
|
6446
6604
|
"immutable": true,
|
|
6447
6605
|
"locationInModule": {
|
|
6448
6606
|
"filename": "src/projen-project-options.ts",
|
|
6449
|
-
"line":
|
|
6607
|
+
"line": 605
|
|
6450
6608
|
},
|
|
6451
6609
|
"name": "yarnBerryOptions",
|
|
6452
6610
|
"optional": true,
|
|
@@ -6548,7 +6706,7 @@
|
|
|
6548
6706
|
"immutable": true,
|
|
6549
6707
|
"locationInModule": {
|
|
6550
6708
|
"filename": "src/typescript-project-options.ts",
|
|
6551
|
-
"line":
|
|
6709
|
+
"line": 824
|
|
6552
6710
|
},
|
|
6553
6711
|
"name": "authorName",
|
|
6554
6712
|
"type": {
|
|
@@ -6563,13 +6721,31 @@
|
|
|
6563
6721
|
"immutable": true,
|
|
6564
6722
|
"locationInModule": {
|
|
6565
6723
|
"filename": "src/typescript-project-options.ts",
|
|
6566
|
-
"line":
|
|
6724
|
+
"line": 1015
|
|
6567
6725
|
},
|
|
6568
6726
|
"name": "repo",
|
|
6569
6727
|
"type": {
|
|
6570
6728
|
"primitive": "string"
|
|
6571
6729
|
}
|
|
6572
6730
|
},
|
|
6731
|
+
{
|
|
6732
|
+
"abstract": true,
|
|
6733
|
+
"docs": {
|
|
6734
|
+
"default": "true",
|
|
6735
|
+
"stability": "stable",
|
|
6736
|
+
"summary": "Automatically add the resolved `packageManager` to `devEngines.packageManager` in `package.json`, setting `onFail` to `ignore`."
|
|
6737
|
+
},
|
|
6738
|
+
"immutable": true,
|
|
6739
|
+
"locationInModule": {
|
|
6740
|
+
"filename": "src/typescript-project-options.ts",
|
|
6741
|
+
"line": 843
|
|
6742
|
+
},
|
|
6743
|
+
"name": "addPackageManagerToDevEngines",
|
|
6744
|
+
"optional": true,
|
|
6745
|
+
"type": {
|
|
6746
|
+
"primitive": "boolean"
|
|
6747
|
+
}
|
|
6748
|
+
},
|
|
6573
6749
|
{
|
|
6574
6750
|
"abstract": true,
|
|
6575
6751
|
"docs": {
|
|
@@ -6580,7 +6756,7 @@
|
|
|
6580
6756
|
"immutable": true,
|
|
6581
6757
|
"locationInModule": {
|
|
6582
6758
|
"filename": "src/typescript-project-options.ts",
|
|
6583
|
-
"line":
|
|
6759
|
+
"line": 1028
|
|
6584
6760
|
},
|
|
6585
6761
|
"name": "allowedCommitTypes",
|
|
6586
6762
|
"optional": true,
|
|
@@ -6604,7 +6780,7 @@
|
|
|
6604
6780
|
"immutable": true,
|
|
6605
6781
|
"locationInModule": {
|
|
6606
6782
|
"filename": "src/typescript-project-options.ts",
|
|
6607
|
-
"line":
|
|
6783
|
+
"line": 837
|
|
6608
6784
|
},
|
|
6609
6785
|
"name": "allowLibraryDependencies",
|
|
6610
6786
|
"optional": true,
|
|
@@ -6622,7 +6798,7 @@
|
|
|
6622
6798
|
"immutable": true,
|
|
6623
6799
|
"locationInModule": {
|
|
6624
6800
|
"filename": "src/typescript-project-options.ts",
|
|
6625
|
-
"line":
|
|
6801
|
+
"line": 347
|
|
6626
6802
|
},
|
|
6627
6803
|
"name": "artifactsDirectory",
|
|
6628
6804
|
"optional": true,
|
|
@@ -6641,7 +6817,7 @@
|
|
|
6641
6817
|
"immutable": true,
|
|
6642
6818
|
"locationInModule": {
|
|
6643
6819
|
"filename": "src/typescript-project-options.ts",
|
|
6644
|
-
"line":
|
|
6820
|
+
"line": 341
|
|
6645
6821
|
},
|
|
6646
6822
|
"name": "auditDeps",
|
|
6647
6823
|
"optional": true,
|
|
@@ -6659,7 +6835,7 @@
|
|
|
6659
6835
|
"immutable": true,
|
|
6660
6836
|
"locationInModule": {
|
|
6661
6837
|
"filename": "src/typescript-project-options.ts",
|
|
6662
|
-
"line":
|
|
6838
|
+
"line": 332
|
|
6663
6839
|
},
|
|
6664
6840
|
"name": "auditDepsOptions",
|
|
6665
6841
|
"optional": true,
|
|
@@ -6676,7 +6852,7 @@
|
|
|
6676
6852
|
"immutable": true,
|
|
6677
6853
|
"locationInModule": {
|
|
6678
6854
|
"filename": "src/typescript-project-options.ts",
|
|
6679
|
-
"line":
|
|
6855
|
+
"line": 829
|
|
6680
6856
|
},
|
|
6681
6857
|
"name": "authorEmail",
|
|
6682
6858
|
"optional": true,
|
|
@@ -6693,7 +6869,7 @@
|
|
|
6693
6869
|
"immutable": true,
|
|
6694
6870
|
"locationInModule": {
|
|
6695
6871
|
"filename": "src/typescript-project-options.ts",
|
|
6696
|
-
"line":
|
|
6872
|
+
"line": 819
|
|
6697
6873
|
},
|
|
6698
6874
|
"name": "authorOrganization",
|
|
6699
6875
|
"optional": true,
|
|
@@ -6710,7 +6886,7 @@
|
|
|
6710
6886
|
"immutable": true,
|
|
6711
6887
|
"locationInModule": {
|
|
6712
6888
|
"filename": "src/typescript-project-options.ts",
|
|
6713
|
-
"line":
|
|
6889
|
+
"line": 814
|
|
6714
6890
|
},
|
|
6715
6891
|
"name": "authorUrl",
|
|
6716
6892
|
"optional": true,
|
|
@@ -6728,7 +6904,7 @@
|
|
|
6728
6904
|
"immutable": true,
|
|
6729
6905
|
"locationInModule": {
|
|
6730
6906
|
"filename": "src/typescript-project-options.ts",
|
|
6731
|
-
"line":
|
|
6907
|
+
"line": 929
|
|
6732
6908
|
},
|
|
6733
6909
|
"name": "autoApproveOptions",
|
|
6734
6910
|
"optional": true,
|
|
@@ -6747,7 +6923,7 @@
|
|
|
6747
6923
|
"immutable": true,
|
|
6748
6924
|
"locationInModule": {
|
|
6749
6925
|
"filename": "src/typescript-project-options.ts",
|
|
6750
|
-
"line":
|
|
6926
|
+
"line": 326
|
|
6751
6927
|
},
|
|
6752
6928
|
"name": "autoApproveUpgrades",
|
|
6753
6929
|
"optional": true,
|
|
@@ -6765,7 +6941,7 @@
|
|
|
6765
6941
|
"immutable": true,
|
|
6766
6942
|
"locationInModule": {
|
|
6767
6943
|
"filename": "src/typescript-project-options.ts",
|
|
6768
|
-
"line":
|
|
6944
|
+
"line": 809
|
|
6769
6945
|
},
|
|
6770
6946
|
"name": "autoDetectBin",
|
|
6771
6947
|
"optional": true,
|
|
@@ -6784,7 +6960,7 @@
|
|
|
6784
6960
|
"immutable": true,
|
|
6785
6961
|
"locationInModule": {
|
|
6786
6962
|
"filename": "src/typescript-project-options.ts",
|
|
6787
|
-
"line":
|
|
6963
|
+
"line": 1034
|
|
6788
6964
|
},
|
|
6789
6965
|
"name": "automationAppName",
|
|
6790
6966
|
"optional": true,
|
|
@@ -6803,7 +6979,7 @@
|
|
|
6803
6979
|
"immutable": true,
|
|
6804
6980
|
"locationInModule": {
|
|
6805
6981
|
"filename": "src/typescript-project-options.ts",
|
|
6806
|
-
"line":
|
|
6982
|
+
"line": 1040
|
|
6807
6983
|
},
|
|
6808
6984
|
"name": "automationEnvironment",
|
|
6809
6985
|
"optional": true,
|
|
@@ -6822,7 +6998,7 @@
|
|
|
6822
6998
|
"immutable": true,
|
|
6823
6999
|
"locationInModule": {
|
|
6824
7000
|
"filename": "src/typescript-project-options.ts",
|
|
6825
|
-
"line":
|
|
7001
|
+
"line": 923
|
|
6826
7002
|
},
|
|
6827
7003
|
"name": "autoMerge",
|
|
6828
7004
|
"optional": true,
|
|
@@ -6841,7 +7017,7 @@
|
|
|
6841
7017
|
"immutable": true,
|
|
6842
7018
|
"locationInModule": {
|
|
6843
7019
|
"filename": "src/typescript-project-options.ts",
|
|
6844
|
-
"line":
|
|
7020
|
+
"line": 915
|
|
6845
7021
|
},
|
|
6846
7022
|
"name": "autoMergeOptions",
|
|
6847
7023
|
"optional": true,
|
|
@@ -6859,7 +7035,7 @@
|
|
|
6859
7035
|
"immutable": true,
|
|
6860
7036
|
"locationInModule": {
|
|
6861
7037
|
"filename": "src/typescript-project-options.ts",
|
|
6862
|
-
"line":
|
|
7038
|
+
"line": 803
|
|
6863
7039
|
},
|
|
6864
7040
|
"name": "bin",
|
|
6865
7041
|
"optional": true,
|
|
@@ -6882,7 +7058,7 @@
|
|
|
6882
7058
|
"immutable": true,
|
|
6883
7059
|
"locationInModule": {
|
|
6884
7060
|
"filename": "src/typescript-project-options.ts",
|
|
6885
|
-
"line":
|
|
7061
|
+
"line": 319
|
|
6886
7062
|
},
|
|
6887
7063
|
"name": "biome",
|
|
6888
7064
|
"optional": true,
|
|
@@ -6900,7 +7076,7 @@
|
|
|
6900
7076
|
"immutable": true,
|
|
6901
7077
|
"locationInModule": {
|
|
6902
7078
|
"filename": "src/typescript-project-options.ts",
|
|
6903
|
-
"line":
|
|
7079
|
+
"line": 313
|
|
6904
7080
|
},
|
|
6905
7081
|
"name": "biomeOptions",
|
|
6906
7082
|
"optional": true,
|
|
@@ -6917,7 +7093,7 @@
|
|
|
6917
7093
|
"immutable": true,
|
|
6918
7094
|
"locationInModule": {
|
|
6919
7095
|
"filename": "src/typescript-project-options.ts",
|
|
6920
|
-
"line":
|
|
7096
|
+
"line": 795
|
|
6921
7097
|
},
|
|
6922
7098
|
"name": "bugsEmail",
|
|
6923
7099
|
"optional": true,
|
|
@@ -6934,7 +7110,7 @@
|
|
|
6934
7110
|
"immutable": true,
|
|
6935
7111
|
"locationInModule": {
|
|
6936
7112
|
"filename": "src/typescript-project-options.ts",
|
|
6937
|
-
"line":
|
|
7113
|
+
"line": 790
|
|
6938
7114
|
},
|
|
6939
7115
|
"name": "bugsUrl",
|
|
6940
7116
|
"optional": true,
|
|
@@ -6952,7 +7128,7 @@
|
|
|
6952
7128
|
"immutable": true,
|
|
6953
7129
|
"locationInModule": {
|
|
6954
7130
|
"filename": "src/typescript-project-options.ts",
|
|
6955
|
-
"line":
|
|
7131
|
+
"line": 307
|
|
6956
7132
|
},
|
|
6957
7133
|
"name": "buildWorkflow",
|
|
6958
7134
|
"optional": true,
|
|
@@ -6969,7 +7145,7 @@
|
|
|
6969
7145
|
"immutable": true,
|
|
6970
7146
|
"locationInModule": {
|
|
6971
7147
|
"filename": "src/typescript-project-options.ts",
|
|
6972
|
-
"line":
|
|
7148
|
+
"line": 301
|
|
6973
7149
|
},
|
|
6974
7150
|
"name": "buildWorkflowOptions",
|
|
6975
7151
|
"optional": true,
|
|
@@ -6988,7 +7164,7 @@
|
|
|
6988
7164
|
"immutable": true,
|
|
6989
7165
|
"locationInModule": {
|
|
6990
7166
|
"filename": "src/typescript-project-options.ts",
|
|
6991
|
-
"line":
|
|
7167
|
+
"line": 534
|
|
6992
7168
|
},
|
|
6993
7169
|
"name": "bumpPackage",
|
|
6994
7170
|
"optional": true,
|
|
@@ -6999,14 +7175,14 @@
|
|
|
6999
7175
|
{
|
|
7000
7176
|
"abstract": true,
|
|
7001
7177
|
"docs": {
|
|
7002
|
-
"remarks": "These modules will be\nadded both to the `dependencies` section and `bundledDependencies` section of\nyour `package.json`.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `
|
|
7178
|
+
"remarks": "These modules will be\nadded both to the `dependencies` section and `bundledDependencies` section of\nyour `package.json`.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
|
|
7003
7179
|
"stability": "stable",
|
|
7004
7180
|
"summary": "List of dependencies to bundle into this module."
|
|
7005
7181
|
},
|
|
7006
7182
|
"immutable": true,
|
|
7007
7183
|
"locationInModule": {
|
|
7008
7184
|
"filename": "src/typescript-project-options.ts",
|
|
7009
|
-
"line":
|
|
7185
|
+
"line": 785
|
|
7010
7186
|
},
|
|
7011
7187
|
"name": "bundledDeps",
|
|
7012
7188
|
"optional": true,
|
|
@@ -7028,7 +7204,7 @@
|
|
|
7028
7204
|
"immutable": true,
|
|
7029
7205
|
"locationInModule": {
|
|
7030
7206
|
"filename": "src/typescript-project-options.ts",
|
|
7031
|
-
"line":
|
|
7207
|
+
"line": 296
|
|
7032
7208
|
},
|
|
7033
7209
|
"name": "bundlerOptions",
|
|
7034
7210
|
"optional": true,
|
|
@@ -7046,7 +7222,7 @@
|
|
|
7046
7222
|
"immutable": true,
|
|
7047
7223
|
"locationInModule": {
|
|
7048
7224
|
"filename": "src/typescript-project-options.ts",
|
|
7049
|
-
"line":
|
|
7225
|
+
"line": 770
|
|
7050
7226
|
},
|
|
7051
7227
|
"name": "bunVersion",
|
|
7052
7228
|
"optional": true,
|
|
@@ -7065,7 +7241,7 @@
|
|
|
7065
7241
|
"immutable": true,
|
|
7066
7242
|
"locationInModule": {
|
|
7067
7243
|
"filename": "src/typescript-project-options.ts",
|
|
7068
|
-
"line":
|
|
7244
|
+
"line": 291
|
|
7069
7245
|
},
|
|
7070
7246
|
"name": "checkLicenses",
|
|
7071
7247
|
"optional": true,
|
|
@@ -7083,7 +7259,7 @@
|
|
|
7083
7259
|
"immutable": true,
|
|
7084
7260
|
"locationInModule": {
|
|
7085
7261
|
"filename": "src/typescript-project-options.ts",
|
|
7086
|
-
"line":
|
|
7262
|
+
"line": 907
|
|
7087
7263
|
},
|
|
7088
7264
|
"name": "clobber",
|
|
7089
7265
|
"optional": true,
|
|
@@ -7102,7 +7278,7 @@
|
|
|
7102
7278
|
"immutable": true,
|
|
7103
7279
|
"locationInModule": {
|
|
7104
7280
|
"filename": "src/typescript-project-options.ts",
|
|
7105
|
-
"line":
|
|
7281
|
+
"line": 764
|
|
7106
7282
|
},
|
|
7107
7283
|
"name": "codeArtifactOptions",
|
|
7108
7284
|
"optional": true,
|
|
@@ -7120,7 +7296,7 @@
|
|
|
7120
7296
|
"immutable": true,
|
|
7121
7297
|
"locationInModule": {
|
|
7122
7298
|
"filename": "src/typescript-project-options.ts",
|
|
7123
|
-
"line":
|
|
7299
|
+
"line": 284
|
|
7124
7300
|
},
|
|
7125
7301
|
"name": "codeCov",
|
|
7126
7302
|
"optional": true,
|
|
@@ -7138,7 +7314,7 @@
|
|
|
7138
7314
|
"immutable": true,
|
|
7139
7315
|
"locationInModule": {
|
|
7140
7316
|
"filename": "src/typescript-project-options.ts",
|
|
7141
|
-
"line":
|
|
7317
|
+
"line": 278
|
|
7142
7318
|
},
|
|
7143
7319
|
"name": "codeCovTokenSecret",
|
|
7144
7320
|
"optional": true,
|
|
@@ -7156,7 +7332,7 @@
|
|
|
7156
7332
|
"immutable": true,
|
|
7157
7333
|
"locationInModule": {
|
|
7158
7334
|
"filename": "src/typescript-project-options.ts",
|
|
7159
|
-
"line":
|
|
7335
|
+
"line": 1004
|
|
7160
7336
|
},
|
|
7161
7337
|
"name": "commitGenerated",
|
|
7162
7338
|
"optional": true,
|
|
@@ -7174,7 +7350,7 @@
|
|
|
7174
7350
|
"immutable": true,
|
|
7175
7351
|
"locationInModule": {
|
|
7176
7352
|
"filename": "src/typescript-project-options.ts",
|
|
7177
|
-
"line":
|
|
7353
|
+
"line": 272
|
|
7178
7354
|
},
|
|
7179
7355
|
"name": "copyrightOwner",
|
|
7180
7356
|
"optional": true,
|
|
@@ -7192,7 +7368,7 @@
|
|
|
7192
7368
|
"immutable": true,
|
|
7193
7369
|
"locationInModule": {
|
|
7194
7370
|
"filename": "src/typescript-project-options.ts",
|
|
7195
|
-
"line":
|
|
7371
|
+
"line": 266
|
|
7196
7372
|
},
|
|
7197
7373
|
"name": "copyrightPeriod",
|
|
7198
7374
|
"optional": true,
|
|
@@ -7203,6 +7379,9 @@
|
|
|
7203
7379
|
{
|
|
7204
7380
|
"abstract": true,
|
|
7205
7381
|
"docs": {
|
|
7382
|
+
"custom": {
|
|
7383
|
+
"featured": "true"
|
|
7384
|
+
},
|
|
7206
7385
|
"default": "\"main\"",
|
|
7207
7386
|
"stability": "stable",
|
|
7208
7387
|
"summary": "The name of the main release branch."
|
|
@@ -7210,7 +7389,7 @@
|
|
|
7210
7389
|
"immutable": true,
|
|
7211
7390
|
"locationInModule": {
|
|
7212
7391
|
"filename": "src/typescript-project-options.ts",
|
|
7213
|
-
"line":
|
|
7392
|
+
"line": 260
|
|
7214
7393
|
},
|
|
7215
7394
|
"name": "defaultReleaseBranch",
|
|
7216
7395
|
"optional": true,
|
|
@@ -7218,6 +7397,25 @@
|
|
|
7218
7397
|
"primitive": "string"
|
|
7219
7398
|
}
|
|
7220
7399
|
},
|
|
7400
|
+
{
|
|
7401
|
+
"abstract": true,
|
|
7402
|
+
"docs": {
|
|
7403
|
+
"default": "true",
|
|
7404
|
+
"remarks": "Only triggered when the lockfile for the configured package\nmanager already exists.\n\nThis is useful when migrating between package managers to avoid conflicts.",
|
|
7405
|
+
"stability": "stable",
|
|
7406
|
+
"summary": "Automatically delete lockfiles from package managers that are not the active one."
|
|
7407
|
+
},
|
|
7408
|
+
"immutable": true,
|
|
7409
|
+
"locationInModule": {
|
|
7410
|
+
"filename": "src/typescript-project-options.ts",
|
|
7411
|
+
"line": 757
|
|
7412
|
+
},
|
|
7413
|
+
"name": "deleteOrphanedLockFiles",
|
|
7414
|
+
"optional": true,
|
|
7415
|
+
"type": {
|
|
7416
|
+
"primitive": "boolean"
|
|
7417
|
+
}
|
|
7418
|
+
},
|
|
7221
7419
|
{
|
|
7222
7420
|
"abstract": true,
|
|
7223
7421
|
"docs": {
|
|
@@ -7262,14 +7460,14 @@
|
|
|
7262
7460
|
"featured": "true"
|
|
7263
7461
|
},
|
|
7264
7462
|
"default": "[]",
|
|
7265
|
-
"remarks": "The recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `
|
|
7463
|
+
"remarks": "The recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
|
|
7266
7464
|
"stability": "stable",
|
|
7267
7465
|
"summary": "Runtime dependencies of this module."
|
|
7268
7466
|
},
|
|
7269
7467
|
"immutable": true,
|
|
7270
7468
|
"locationInModule": {
|
|
7271
7469
|
"filename": "src/typescript-project-options.ts",
|
|
7272
|
-
"line":
|
|
7470
|
+
"line": 747
|
|
7273
7471
|
},
|
|
7274
7472
|
"name": "deps",
|
|
7275
7473
|
"optional": true,
|
|
@@ -7332,7 +7530,7 @@
|
|
|
7332
7530
|
"immutable": true,
|
|
7333
7531
|
"locationInModule": {
|
|
7334
7532
|
"filename": "src/typescript-project-options.ts",
|
|
7335
|
-
"line":
|
|
7533
|
+
"line": 734
|
|
7336
7534
|
},
|
|
7337
7535
|
"name": "description",
|
|
7338
7536
|
"optional": true,
|
|
@@ -7350,7 +7548,7 @@
|
|
|
7350
7548
|
"immutable": true,
|
|
7351
7549
|
"locationInModule": {
|
|
7352
7550
|
"filename": "src/typescript-project-options.ts",
|
|
7353
|
-
"line":
|
|
7551
|
+
"line": 901
|
|
7354
7552
|
},
|
|
7355
7553
|
"name": "devContainer",
|
|
7356
7554
|
"optional": true,
|
|
@@ -7365,14 +7563,14 @@
|
|
|
7365
7563
|
"featured": "true"
|
|
7366
7564
|
},
|
|
7367
7565
|
"default": "[]",
|
|
7368
|
-
"remarks": "These dependencies will only be\navailable in your build environment but will not be fetched when this\nmodule is consumed.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `
|
|
7566
|
+
"remarks": "These dependencies will only be\navailable in your build environment but will not be fetched when this\nmodule is consumed.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
|
|
7369
7567
|
"stability": "stable",
|
|
7370
7568
|
"summary": "Build dependencies for this module."
|
|
7371
7569
|
},
|
|
7372
7570
|
"immutable": true,
|
|
7373
7571
|
"locationInModule": {
|
|
7374
7572
|
"filename": "src/typescript-project-options.ts",
|
|
7375
|
-
"line":
|
|
7573
|
+
"line": 726
|
|
7376
7574
|
},
|
|
7377
7575
|
"name": "devDeps",
|
|
7378
7576
|
"optional": true,
|
|
@@ -7385,6 +7583,23 @@
|
|
|
7385
7583
|
}
|
|
7386
7584
|
}
|
|
7387
7585
|
},
|
|
7586
|
+
{
|
|
7587
|
+
"abstract": true,
|
|
7588
|
+
"docs": {
|
|
7589
|
+
"stability": "stable",
|
|
7590
|
+
"summary": "Configure the `devEngines` field in `package.json`. The `devEngines.packageManager` field is automatically populated based on the resolved `packageManager` value. Any fields provided here are merged with the auto-populated `packageManager` entry."
|
|
7591
|
+
},
|
|
7592
|
+
"immutable": true,
|
|
7593
|
+
"locationInModule": {
|
|
7594
|
+
"filename": "src/typescript-project-options.ts",
|
|
7595
|
+
"line": 709
|
|
7596
|
+
},
|
|
7597
|
+
"name": "devEngines",
|
|
7598
|
+
"optional": true,
|
|
7599
|
+
"type": {
|
|
7600
|
+
"fqn": "projen.javascript.DevEngines"
|
|
7601
|
+
}
|
|
7602
|
+
},
|
|
7388
7603
|
{
|
|
7389
7604
|
"abstract": true,
|
|
7390
7605
|
"docs": {
|
|
@@ -7467,7 +7682,7 @@
|
|
|
7467
7682
|
"immutable": true,
|
|
7468
7683
|
"locationInModule": {
|
|
7469
7684
|
"filename": "src/typescript-project-options.ts",
|
|
7470
|
-
"line":
|
|
7685
|
+
"line": 701
|
|
7471
7686
|
},
|
|
7472
7687
|
"name": "entrypoint",
|
|
7473
7688
|
"optional": true,
|
|
@@ -7540,7 +7755,7 @@
|
|
|
7540
7755
|
"immutable": true,
|
|
7541
7756
|
"locationInModule": {
|
|
7542
7757
|
"filename": "src/typescript-project-options.ts",
|
|
7543
|
-
"line":
|
|
7758
|
+
"line": 895
|
|
7544
7759
|
},
|
|
7545
7760
|
"name": "github",
|
|
7546
7761
|
"optional": true,
|
|
@@ -7558,7 +7773,7 @@
|
|
|
7558
7773
|
"immutable": true,
|
|
7559
7774
|
"locationInModule": {
|
|
7560
7775
|
"filename": "src/typescript-project-options.ts",
|
|
7561
|
-
"line":
|
|
7776
|
+
"line": 888
|
|
7562
7777
|
},
|
|
7563
7778
|
"name": "githubOptions",
|
|
7564
7779
|
"optional": true,
|
|
@@ -7597,7 +7812,7 @@
|
|
|
7597
7812
|
"immutable": true,
|
|
7598
7813
|
"locationInModule": {
|
|
7599
7814
|
"filename": "src/typescript-project-options.ts",
|
|
7600
|
-
"line":
|
|
7815
|
+
"line": 998
|
|
7601
7816
|
},
|
|
7602
7817
|
"name": "gitIgnoreOptions",
|
|
7603
7818
|
"optional": true,
|
|
@@ -7614,7 +7829,7 @@
|
|
|
7614
7829
|
"immutable": true,
|
|
7615
7830
|
"locationInModule": {
|
|
7616
7831
|
"filename": "src/typescript-project-options.ts",
|
|
7617
|
-
"line":
|
|
7832
|
+
"line": 993
|
|
7618
7833
|
},
|
|
7619
7834
|
"name": "gitOptions",
|
|
7620
7835
|
"optional": true,
|
|
@@ -7632,7 +7847,7 @@
|
|
|
7632
7847
|
"immutable": true,
|
|
7633
7848
|
"locationInModule": {
|
|
7634
7849
|
"filename": "src/typescript-project-options.ts",
|
|
7635
|
-
"line":
|
|
7850
|
+
"line": 882
|
|
7636
7851
|
},
|
|
7637
7852
|
"name": "gitpod",
|
|
7638
7853
|
"optional": true,
|
|
@@ -7649,7 +7864,7 @@
|
|
|
7649
7864
|
"immutable": true,
|
|
7650
7865
|
"locationInModule": {
|
|
7651
7866
|
"filename": "src/typescript-project-options.ts",
|
|
7652
|
-
"line":
|
|
7867
|
+
"line": 694
|
|
7653
7868
|
},
|
|
7654
7869
|
"name": "homepage",
|
|
7655
7870
|
"optional": true,
|
|
@@ -7703,7 +7918,7 @@
|
|
|
7703
7918
|
"immutable": true,
|
|
7704
7919
|
"locationInModule": {
|
|
7705
7920
|
"filename": "src/typescript-project-options.ts",
|
|
7706
|
-
"line":
|
|
7921
|
+
"line": 527
|
|
7707
7922
|
},
|
|
7708
7923
|
"name": "jsiiReleaseVersion",
|
|
7709
7924
|
"optional": true,
|
|
@@ -7720,7 +7935,7 @@
|
|
|
7720
7935
|
"immutable": true,
|
|
7721
7936
|
"locationInModule": {
|
|
7722
7937
|
"filename": "src/typescript-project-options.ts",
|
|
7723
|
-
"line":
|
|
7938
|
+
"line": 689
|
|
7724
7939
|
},
|
|
7725
7940
|
"name": "keywords",
|
|
7726
7941
|
"optional": true,
|
|
@@ -7762,7 +7977,7 @@
|
|
|
7762
7977
|
"immutable": true,
|
|
7763
7978
|
"locationInModule": {
|
|
7764
7979
|
"filename": "src/typescript-project-options.ts",
|
|
7765
|
-
"line":
|
|
7980
|
+
"line": 684
|
|
7766
7981
|
},
|
|
7767
7982
|
"name": "license",
|
|
7768
7983
|
"optional": true,
|
|
@@ -7780,7 +7995,7 @@
|
|
|
7780
7995
|
"immutable": true,
|
|
7781
7996
|
"locationInModule": {
|
|
7782
7997
|
"filename": "src/typescript-project-options.ts",
|
|
7783
|
-
"line":
|
|
7998
|
+
"line": 676
|
|
7784
7999
|
},
|
|
7785
8000
|
"name": "licensed",
|
|
7786
8001
|
"optional": true,
|
|
@@ -7798,7 +8013,7 @@
|
|
|
7798
8013
|
"immutable": true,
|
|
7799
8014
|
"locationInModule": {
|
|
7800
8015
|
"filename": "src/typescript-project-options.ts",
|
|
7801
|
-
"line":
|
|
8016
|
+
"line": 988
|
|
7802
8017
|
},
|
|
7803
8018
|
"name": "logging",
|
|
7804
8019
|
"optional": true,
|
|
@@ -7816,7 +8031,7 @@
|
|
|
7816
8031
|
"immutable": true,
|
|
7817
8032
|
"locationInModule": {
|
|
7818
8033
|
"filename": "src/typescript-project-options.ts",
|
|
7819
|
-
"line":
|
|
8034
|
+
"line": 1057
|
|
7820
8035
|
},
|
|
7821
8036
|
"name": "logo",
|
|
7822
8037
|
"optional": true,
|
|
@@ -7835,7 +8050,7 @@
|
|
|
7835
8050
|
"immutable": true,
|
|
7836
8051
|
"locationInModule": {
|
|
7837
8052
|
"filename": "src/typescript-project-options.ts",
|
|
7838
|
-
"line":
|
|
8053
|
+
"line": 521
|
|
7839
8054
|
},
|
|
7840
8055
|
"name": "majorVersion",
|
|
7841
8056
|
"optional": true,
|
|
@@ -7854,7 +8069,7 @@
|
|
|
7854
8069
|
"immutable": true,
|
|
7855
8070
|
"locationInModule": {
|
|
7856
8071
|
"filename": "src/typescript-project-options.ts",
|
|
7857
|
-
"line":
|
|
8072
|
+
"line": 670
|
|
7858
8073
|
},
|
|
7859
8074
|
"name": "maxNodeVersion",
|
|
7860
8075
|
"optional": true,
|
|
@@ -7873,7 +8088,7 @@
|
|
|
7873
8088
|
"immutable": true,
|
|
7874
8089
|
"locationInModule": {
|
|
7875
8090
|
"filename": "src/typescript-project-options.ts",
|
|
7876
|
-
"line":
|
|
8091
|
+
"line": 513
|
|
7877
8092
|
},
|
|
7878
8093
|
"name": "minMajorVersion",
|
|
7879
8094
|
"optional": true,
|
|
@@ -7892,7 +8107,7 @@
|
|
|
7892
8107
|
"immutable": true,
|
|
7893
8108
|
"locationInModule": {
|
|
7894
8109
|
"filename": "src/typescript-project-options.ts",
|
|
7895
|
-
"line":
|
|
8110
|
+
"line": 659
|
|
7896
8111
|
},
|
|
7897
8112
|
"name": "minNodeVersion",
|
|
7898
8113
|
"optional": true,
|
|
@@ -7913,7 +8128,7 @@
|
|
|
7913
8128
|
"immutable": true,
|
|
7914
8129
|
"locationInModule": {
|
|
7915
8130
|
"filename": "src/typescript-project-options.ts",
|
|
7916
|
-
"line":
|
|
8131
|
+
"line": 1011
|
|
7917
8132
|
},
|
|
7918
8133
|
"name": "name",
|
|
7919
8134
|
"optional": true,
|
|
@@ -7932,7 +8147,7 @@
|
|
|
7932
8147
|
"immutable": true,
|
|
7933
8148
|
"locationInModule": {
|
|
7934
8149
|
"filename": "src/typescript-project-options.ts",
|
|
7935
|
-
"line":
|
|
8150
|
+
"line": 503
|
|
7936
8151
|
},
|
|
7937
8152
|
"name": "nextVersionCommand",
|
|
7938
8153
|
"optional": true,
|
|
@@ -7950,7 +8165,7 @@
|
|
|
7950
8165
|
"immutable": true,
|
|
7951
8166
|
"locationInModule": {
|
|
7952
8167
|
"filename": "src/typescript-project-options.ts",
|
|
7953
|
-
"line":
|
|
8168
|
+
"line": 644
|
|
7954
8169
|
},
|
|
7955
8170
|
"name": "npmAccess",
|
|
7956
8171
|
"optional": true,
|
|
@@ -7969,7 +8184,7 @@
|
|
|
7969
8184
|
"immutable": true,
|
|
7970
8185
|
"locationInModule": {
|
|
7971
8186
|
"filename": "src/typescript-project-options.ts",
|
|
7972
|
-
"line":
|
|
8187
|
+
"line": 479
|
|
7973
8188
|
},
|
|
7974
8189
|
"name": "npmDistTag",
|
|
7975
8190
|
"optional": true,
|
|
@@ -8023,7 +8238,7 @@
|
|
|
8023
8238
|
"immutable": true,
|
|
8024
8239
|
"locationInModule": {
|
|
8025
8240
|
"filename": "src/typescript-project-options.ts",
|
|
8026
|
-
"line":
|
|
8241
|
+
"line": 636
|
|
8027
8242
|
},
|
|
8028
8243
|
"name": "npmProvenance",
|
|
8029
8244
|
"optional": true,
|
|
@@ -8042,7 +8257,7 @@
|
|
|
8042
8257
|
"immutable": true,
|
|
8043
8258
|
"locationInModule": {
|
|
8044
8259
|
"filename": "src/typescript-project-options.ts",
|
|
8045
|
-
"line":
|
|
8260
|
+
"line": 625
|
|
8046
8261
|
},
|
|
8047
8262
|
"name": "npmRegistryUrl",
|
|
8048
8263
|
"optional": true,
|
|
@@ -8060,7 +8275,7 @@
|
|
|
8060
8275
|
"immutable": true,
|
|
8061
8276
|
"locationInModule": {
|
|
8062
8277
|
"filename": "src/typescript-project-options.ts",
|
|
8063
|
-
"line":
|
|
8278
|
+
"line": 618
|
|
8064
8279
|
},
|
|
8065
8280
|
"name": "npmTokenSecret",
|
|
8066
8281
|
"optional": true,
|
|
@@ -8078,7 +8293,7 @@
|
|
|
8078
8293
|
"immutable": true,
|
|
8079
8294
|
"locationInModule": {
|
|
8080
8295
|
"filename": "src/typescript-project-options.ts",
|
|
8081
|
-
"line":
|
|
8296
|
+
"line": 612
|
|
8082
8297
|
},
|
|
8083
8298
|
"name": "npmTrustedPublishing",
|
|
8084
8299
|
"optional": true,
|
|
@@ -8097,7 +8312,7 @@
|
|
|
8097
8312
|
"immutable": true,
|
|
8098
8313
|
"locationInModule": {
|
|
8099
8314
|
"filename": "src/typescript-project-options.ts",
|
|
8100
|
-
"line":
|
|
8315
|
+
"line": 982
|
|
8101
8316
|
},
|
|
8102
8317
|
"name": "outdir",
|
|
8103
8318
|
"optional": true,
|
|
@@ -8115,7 +8330,7 @@
|
|
|
8115
8330
|
"immutable": true,
|
|
8116
8331
|
"locationInModule": {
|
|
8117
8332
|
"filename": "src/typescript-project-options.ts",
|
|
8118
|
-
"line":
|
|
8333
|
+
"line": 1046
|
|
8119
8334
|
},
|
|
8120
8335
|
"name": "ownerCanSelfApprovePRs",
|
|
8121
8336
|
"optional": true,
|
|
@@ -8144,14 +8359,17 @@
|
|
|
8144
8359
|
{
|
|
8145
8360
|
"abstract": true,
|
|
8146
8361
|
"docs": {
|
|
8147
|
-
"
|
|
8362
|
+
"custom": {
|
|
8363
|
+
"pjnew": "$PACKAGE_MANAGER"
|
|
8364
|
+
},
|
|
8365
|
+
"default": "- Detected from the calling process or `YARN_CLASSIC` if detection fails.",
|
|
8148
8366
|
"stability": "stable",
|
|
8149
8367
|
"summary": "The Node Package Manager used to execute scripts."
|
|
8150
8368
|
},
|
|
8151
8369
|
"immutable": true,
|
|
8152
8370
|
"locationInModule": {
|
|
8153
8371
|
"filename": "src/typescript-project-options.ts",
|
|
8154
|
-
"line":
|
|
8372
|
+
"line": 606
|
|
8155
8373
|
},
|
|
8156
8374
|
"name": "packageManager",
|
|
8157
8375
|
"optional": true,
|
|
@@ -8172,7 +8390,7 @@
|
|
|
8172
8390
|
"immutable": true,
|
|
8173
8391
|
"locationInModule": {
|
|
8174
8392
|
"filename": "src/typescript-project-options.ts",
|
|
8175
|
-
"line":
|
|
8393
|
+
"line": 599
|
|
8176
8394
|
},
|
|
8177
8395
|
"name": "packageName",
|
|
8178
8396
|
"optional": true,
|
|
@@ -8189,7 +8407,7 @@
|
|
|
8189
8407
|
"immutable": true,
|
|
8190
8408
|
"locationInModule": {
|
|
8191
8409
|
"filename": "src/typescript-project-options.ts",
|
|
8192
|
-
"line":
|
|
8410
|
+
"line": 971
|
|
8193
8411
|
},
|
|
8194
8412
|
"name": "parent",
|
|
8195
8413
|
"optional": true,
|
|
@@ -8206,7 +8424,7 @@
|
|
|
8206
8424
|
"immutable": true,
|
|
8207
8425
|
"locationInModule": {
|
|
8208
8426
|
"filename": "src/typescript-project-options.ts",
|
|
8209
|
-
"line":
|
|
8427
|
+
"line": 592
|
|
8210
8428
|
},
|
|
8211
8429
|
"name": "peerDependencyOptions",
|
|
8212
8430
|
"optional": true,
|
|
@@ -8225,7 +8443,7 @@
|
|
|
8225
8443
|
"immutable": true,
|
|
8226
8444
|
"locationInModule": {
|
|
8227
8445
|
"filename": "src/typescript-project-options.ts",
|
|
8228
|
-
"line":
|
|
8446
|
+
"line": 587
|
|
8229
8447
|
},
|
|
8230
8448
|
"name": "peerDeps",
|
|
8231
8449
|
"optional": true,
|
|
@@ -8241,14 +8459,14 @@
|
|
|
8241
8459
|
{
|
|
8242
8460
|
"abstract": true,
|
|
8243
8461
|
"docs": {
|
|
8244
|
-
"default": "\"
|
|
8462
|
+
"default": "\"10.33.0\"",
|
|
8245
8463
|
"stability": "stable",
|
|
8246
8464
|
"summary": "The version of PNPM to use if using PNPM as a package manager."
|
|
8247
8465
|
},
|
|
8248
8466
|
"immutable": true,
|
|
8249
8467
|
"locationInModule": {
|
|
8250
8468
|
"filename": "src/typescript-project-options.ts",
|
|
8251
|
-
"line":
|
|
8469
|
+
"line": 568
|
|
8252
8470
|
},
|
|
8253
8471
|
"name": "pnpmVersion",
|
|
8254
8472
|
"optional": true,
|
|
@@ -8266,7 +8484,7 @@
|
|
|
8266
8484
|
"immutable": true,
|
|
8267
8485
|
"locationInModule": {
|
|
8268
8486
|
"filename": "src/typescript-project-options.ts",
|
|
8269
|
-
"line":
|
|
8487
|
+
"line": 471
|
|
8270
8488
|
},
|
|
8271
8489
|
"name": "postBuildSteps",
|
|
8272
8490
|
"optional": true,
|
|
@@ -8289,7 +8507,7 @@
|
|
|
8289
8507
|
"immutable": true,
|
|
8290
8508
|
"locationInModule": {
|
|
8291
8509
|
"filename": "src/typescript-project-options.ts",
|
|
8292
|
-
"line":
|
|
8510
|
+
"line": 465
|
|
8293
8511
|
},
|
|
8294
8512
|
"name": "prerelease",
|
|
8295
8513
|
"optional": true,
|
|
@@ -8343,7 +8561,7 @@
|
|
|
8343
8561
|
"immutable": true,
|
|
8344
8562
|
"locationInModule": {
|
|
8345
8563
|
"filename": "src/typescript-project-options.ts",
|
|
8346
|
-
"line":
|
|
8564
|
+
"line": 966
|
|
8347
8565
|
},
|
|
8348
8566
|
"name": "projectTree",
|
|
8349
8567
|
"optional": true,
|
|
@@ -8362,7 +8580,7 @@
|
|
|
8362
8580
|
"immutable": true,
|
|
8363
8581
|
"locationInModule": {
|
|
8364
8582
|
"filename": "src/typescript-project-options.ts",
|
|
8365
|
-
"line":
|
|
8583
|
+
"line": 960
|
|
8366
8584
|
},
|
|
8367
8585
|
"name": "projenCommand",
|
|
8368
8586
|
"optional": true,
|
|
@@ -8380,7 +8598,7 @@
|
|
|
8380
8598
|
"immutable": true,
|
|
8381
8599
|
"locationInModule": {
|
|
8382
8600
|
"filename": "src/typescript-project-options.ts",
|
|
8383
|
-
"line":
|
|
8601
|
+
"line": 876
|
|
8384
8602
|
},
|
|
8385
8603
|
"name": "projenCredentials",
|
|
8386
8604
|
"optional": true,
|
|
@@ -8434,7 +8652,7 @@
|
|
|
8434
8652
|
"immutable": true,
|
|
8435
8653
|
"locationInModule": {
|
|
8436
8654
|
"filename": "src/typescript-project-options.ts",
|
|
8437
|
-
"line":
|
|
8655
|
+
"line": 953
|
|
8438
8656
|
},
|
|
8439
8657
|
"name": "projenrcJson",
|
|
8440
8658
|
"optional": true,
|
|
@@ -8452,7 +8670,7 @@
|
|
|
8452
8670
|
"immutable": true,
|
|
8453
8671
|
"locationInModule": {
|
|
8454
8672
|
"filename": "src/typescript-project-options.ts",
|
|
8455
|
-
"line":
|
|
8673
|
+
"line": 947
|
|
8456
8674
|
},
|
|
8457
8675
|
"name": "projenrcJsonOptions",
|
|
8458
8676
|
"optional": true,
|
|
@@ -8523,7 +8741,7 @@
|
|
|
8523
8741
|
"immutable": true,
|
|
8524
8742
|
"locationInModule": {
|
|
8525
8743
|
"filename": "src/typescript-project-options.ts",
|
|
8526
|
-
"line":
|
|
8744
|
+
"line": 459
|
|
8527
8745
|
},
|
|
8528
8746
|
"name": "publishDryRun",
|
|
8529
8747
|
"optional": true,
|
|
@@ -8542,7 +8760,7 @@
|
|
|
8542
8760
|
"immutable": true,
|
|
8543
8761
|
"locationInModule": {
|
|
8544
8762
|
"filename": "src/typescript-project-options.ts",
|
|
8545
|
-
"line":
|
|
8763
|
+
"line": 453
|
|
8546
8764
|
},
|
|
8547
8765
|
"name": "publishTasks",
|
|
8548
8766
|
"optional": true,
|
|
@@ -8601,7 +8819,7 @@
|
|
|
8601
8819
|
"immutable": true,
|
|
8602
8820
|
"locationInModule": {
|
|
8603
8821
|
"filename": "src/typescript-project-options.ts",
|
|
8604
|
-
"line":
|
|
8822
|
+
"line": 870
|
|
8605
8823
|
},
|
|
8606
8824
|
"name": "readme",
|
|
8607
8825
|
"optional": true,
|
|
@@ -8619,7 +8837,7 @@
|
|
|
8619
8837
|
"immutable": true,
|
|
8620
8838
|
"locationInModule": {
|
|
8621
8839
|
"filename": "src/typescript-project-options.ts",
|
|
8622
|
-
"line":
|
|
8840
|
+
"line": 1021
|
|
8623
8841
|
},
|
|
8624
8842
|
"name": "releasableCommitTypes",
|
|
8625
8843
|
"optional": true,
|
|
@@ -8661,7 +8879,7 @@
|
|
|
8661
8879
|
"immutable": true,
|
|
8662
8880
|
"locationInModule": {
|
|
8663
8881
|
"filename": "src/typescript-project-options.ts",
|
|
8664
|
-
"line":
|
|
8882
|
+
"line": 445
|
|
8665
8883
|
},
|
|
8666
8884
|
"name": "releaseBranches",
|
|
8667
8885
|
"optional": true,
|
|
@@ -8685,7 +8903,7 @@
|
|
|
8685
8903
|
"immutable": true,
|
|
8686
8904
|
"locationInModule": {
|
|
8687
8905
|
"filename": "src/typescript-project-options.ts",
|
|
8688
|
-
"line":
|
|
8906
|
+
"line": 432
|
|
8689
8907
|
},
|
|
8690
8908
|
"name": "releaseEnvironment",
|
|
8691
8909
|
"optional": true,
|
|
@@ -8703,7 +8921,7 @@
|
|
|
8703
8921
|
"immutable": true,
|
|
8704
8922
|
"locationInModule": {
|
|
8705
8923
|
"filename": "src/typescript-project-options.ts",
|
|
8706
|
-
"line":
|
|
8924
|
+
"line": 421
|
|
8707
8925
|
},
|
|
8708
8926
|
"name": "releaseFailureIssue",
|
|
8709
8927
|
"optional": true,
|
|
@@ -8722,7 +8940,7 @@
|
|
|
8722
8940
|
"immutable": true,
|
|
8723
8941
|
"locationInModule": {
|
|
8724
8942
|
"filename": "src/typescript-project-options.ts",
|
|
8725
|
-
"line":
|
|
8943
|
+
"line": 415
|
|
8726
8944
|
},
|
|
8727
8945
|
"name": "releaseFailureIssueLabel",
|
|
8728
8946
|
"optional": true,
|
|
@@ -8741,7 +8959,7 @@
|
|
|
8741
8959
|
"immutable": true,
|
|
8742
8960
|
"locationInModule": {
|
|
8743
8961
|
"filename": "src/typescript-project-options.ts",
|
|
8744
|
-
"line":
|
|
8962
|
+
"line": 408
|
|
8745
8963
|
},
|
|
8746
8964
|
"name": "releaseTagPrefix",
|
|
8747
8965
|
"optional": true,
|
|
@@ -8777,7 +8995,7 @@
|
|
|
8777
8995
|
"immutable": true,
|
|
8778
8996
|
"locationInModule": {
|
|
8779
8997
|
"filename": "src/typescript-project-options.ts",
|
|
8780
|
-
"line":
|
|
8998
|
+
"line": 398
|
|
8781
8999
|
},
|
|
8782
9000
|
"name": "releaseTrigger",
|
|
8783
9001
|
"optional": true,
|
|
@@ -8795,7 +9013,7 @@
|
|
|
8795
9013
|
"immutable": true,
|
|
8796
9014
|
"locationInModule": {
|
|
8797
9015
|
"filename": "src/typescript-project-options.ts",
|
|
8798
|
-
"line":
|
|
9016
|
+
"line": 392
|
|
8799
9017
|
},
|
|
8800
9018
|
"name": "releaseWorkflowEnv",
|
|
8801
9019
|
"optional": true,
|
|
@@ -8818,7 +9036,7 @@
|
|
|
8818
9036
|
"immutable": true,
|
|
8819
9037
|
"locationInModule": {
|
|
8820
9038
|
"filename": "src/typescript-project-options.ts",
|
|
8821
|
-
"line":
|
|
9039
|
+
"line": 386
|
|
8822
9040
|
},
|
|
8823
9041
|
"name": "releaseWorkflowName",
|
|
8824
9042
|
"optional": true,
|
|
@@ -8835,7 +9053,7 @@
|
|
|
8835
9053
|
"immutable": true,
|
|
8836
9054
|
"locationInModule": {
|
|
8837
9055
|
"filename": "src/typescript-project-options.ts",
|
|
8838
|
-
"line":
|
|
9056
|
+
"line": 380
|
|
8839
9057
|
},
|
|
8840
9058
|
"name": "releaseWorkflowSetupSteps",
|
|
8841
9059
|
"optional": true,
|
|
@@ -8858,7 +9076,7 @@
|
|
|
8858
9076
|
"immutable": true,
|
|
8859
9077
|
"locationInModule": {
|
|
8860
9078
|
"filename": "src/typescript-project-options.ts",
|
|
8861
|
-
"line":
|
|
9079
|
+
"line": 941
|
|
8862
9080
|
},
|
|
8863
9081
|
"name": "renovatebot",
|
|
8864
9082
|
"optional": true,
|
|
@@ -8876,7 +9094,7 @@
|
|
|
8876
9094
|
"immutable": true,
|
|
8877
9095
|
"locationInModule": {
|
|
8878
9096
|
"filename": "src/typescript-project-options.ts",
|
|
8879
|
-
"line":
|
|
9097
|
+
"line": 935
|
|
8880
9098
|
},
|
|
8881
9099
|
"name": "renovatebotOptions",
|
|
8882
9100
|
"optional": true,
|
|
@@ -8894,7 +9112,7 @@
|
|
|
8894
9112
|
"immutable": true,
|
|
8895
9113
|
"locationInModule": {
|
|
8896
9114
|
"filename": "src/typescript-project-options.ts",
|
|
8897
|
-
"line":
|
|
9115
|
+
"line": 562
|
|
8898
9116
|
},
|
|
8899
9117
|
"name": "repository",
|
|
8900
9118
|
"optional": true,
|
|
@@ -8911,7 +9129,7 @@
|
|
|
8911
9129
|
"immutable": true,
|
|
8912
9130
|
"locationInModule": {
|
|
8913
9131
|
"filename": "src/typescript-project-options.ts",
|
|
8914
|
-
"line":
|
|
9132
|
+
"line": 556
|
|
8915
9133
|
},
|
|
8916
9134
|
"name": "repositoryDirectory",
|
|
8917
9135
|
"optional": true,
|
|
@@ -8929,7 +9147,7 @@
|
|
|
8929
9147
|
"immutable": true,
|
|
8930
9148
|
"locationInModule": {
|
|
8931
9149
|
"filename": "src/typescript-project-options.ts",
|
|
8932
|
-
"line":
|
|
9150
|
+
"line": 551
|
|
8933
9151
|
},
|
|
8934
9152
|
"name": "scopedPackagesOptions",
|
|
8935
9153
|
"optional": true,
|
|
@@ -8969,7 +9187,7 @@
|
|
|
8969
9187
|
"immutable": true,
|
|
8970
9188
|
"locationInModule": {
|
|
8971
9189
|
"filename": "src/typescript-project-options.ts",
|
|
8972
|
-
"line":
|
|
9190
|
+
"line": 545
|
|
8973
9191
|
},
|
|
8974
9192
|
"name": "stability",
|
|
8975
9193
|
"optional": true,
|
|
@@ -8988,7 +9206,7 @@
|
|
|
8988
9206
|
"immutable": true,
|
|
8989
9207
|
"locationInModule": {
|
|
8990
9208
|
"filename": "src/typescript-project-options.ts",
|
|
8991
|
-
"line":
|
|
9209
|
+
"line": 864
|
|
8992
9210
|
},
|
|
8993
9211
|
"name": "stale",
|
|
8994
9212
|
"optional": true,
|
|
@@ -9007,7 +9225,7 @@
|
|
|
9007
9225
|
"immutable": true,
|
|
9008
9226
|
"locationInModule": {
|
|
9009
9227
|
"filename": "src/typescript-project-options.ts",
|
|
9010
|
-
"line":
|
|
9228
|
+
"line": 857
|
|
9011
9229
|
},
|
|
9012
9230
|
"name": "staleOptions",
|
|
9013
9231
|
"optional": true,
|
|
@@ -9133,7 +9351,7 @@
|
|
|
9133
9351
|
"immutable": true,
|
|
9134
9352
|
"locationInModule": {
|
|
9135
9353
|
"filename": "src/typescript-project-options.ts",
|
|
9136
|
-
"line":
|
|
9354
|
+
"line": 1051
|
|
9137
9355
|
},
|
|
9138
9356
|
"name": "upgradesSchedule",
|
|
9139
9357
|
"optional": true,
|
|
@@ -9152,7 +9370,7 @@
|
|
|
9152
9370
|
"immutable": true,
|
|
9153
9371
|
"locationInModule": {
|
|
9154
9372
|
"filename": "src/typescript-project-options.ts",
|
|
9155
|
-
"line":
|
|
9373
|
+
"line": 375
|
|
9156
9374
|
},
|
|
9157
9375
|
"name": "versionrcOptions",
|
|
9158
9376
|
"optional": true,
|
|
@@ -9176,7 +9394,7 @@
|
|
|
9176
9394
|
"immutable": true,
|
|
9177
9395
|
"locationInModule": {
|
|
9178
9396
|
"filename": "src/typescript-project-options.ts",
|
|
9179
|
-
"line":
|
|
9397
|
+
"line": 850
|
|
9180
9398
|
},
|
|
9181
9399
|
"name": "vscode",
|
|
9182
9400
|
"optional": true,
|
|
@@ -9195,7 +9413,7 @@
|
|
|
9195
9413
|
"immutable": true,
|
|
9196
9414
|
"locationInModule": {
|
|
9197
9415
|
"filename": "src/typescript-project-options.ts",
|
|
9198
|
-
"line":
|
|
9416
|
+
"line": 1064
|
|
9199
9417
|
},
|
|
9200
9418
|
"name": "wordmarkOptions",
|
|
9201
9419
|
"optional": true,
|
|
@@ -9236,7 +9454,7 @@
|
|
|
9236
9454
|
"immutable": true,
|
|
9237
9455
|
"locationInModule": {
|
|
9238
9456
|
"filename": "src/typescript-project-options.ts",
|
|
9239
|
-
"line":
|
|
9457
|
+
"line": 368
|
|
9240
9458
|
},
|
|
9241
9459
|
"name": "workflowContainerImage",
|
|
9242
9460
|
"optional": true,
|
|
@@ -9313,7 +9531,7 @@
|
|
|
9313
9531
|
"immutable": true,
|
|
9314
9532
|
"locationInModule": {
|
|
9315
9533
|
"filename": "src/typescript-project-options.ts",
|
|
9316
|
-
"line":
|
|
9534
|
+
"line": 362
|
|
9317
9535
|
},
|
|
9318
9536
|
"name": "workflowRunsOn",
|
|
9319
9537
|
"optional": true,
|
|
@@ -9339,7 +9557,7 @@
|
|
|
9339
9557
|
"immutable": true,
|
|
9340
9558
|
"locationInModule": {
|
|
9341
9559
|
"filename": "src/typescript-project-options.ts",
|
|
9342
|
-
"line":
|
|
9560
|
+
"line": 354
|
|
9343
9561
|
},
|
|
9344
9562
|
"name": "workflowRunsOnGroup",
|
|
9345
9563
|
"optional": true,
|
|
@@ -9357,7 +9575,7 @@
|
|
|
9357
9575
|
"immutable": true,
|
|
9358
9576
|
"locationInModule": {
|
|
9359
9577
|
"filename": "src/typescript-project-options.ts",
|
|
9360
|
-
"line":
|
|
9578
|
+
"line": 540
|
|
9361
9579
|
},
|
|
9362
9580
|
"name": "yarnBerryOptions",
|
|
9363
9581
|
"optional": true,
|
|
@@ -10865,6 +11083,6 @@
|
|
|
10865
11083
|
"symbolId": "src/logo/Wordmark:WordmarkOptions"
|
|
10866
11084
|
}
|
|
10867
11085
|
},
|
|
10868
|
-
"version": "0.2.
|
|
10869
|
-
"fingerprint": "
|
|
11086
|
+
"version": "0.2.11",
|
|
11087
|
+
"fingerprint": "1p9WjyiYUpgsNIhlV5DD4wCWYV0EwfY5uNEBUpdM1YA="
|
|
10870
11088
|
}
|