@rocketleap/rocketleap-projen 0.0.10 → 0.0.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 CHANGED
@@ -106,35 +106,35 @@
106
106
  "@rocketleap/rocketleap-projen.actions": {
107
107
  "locationInModule": {
108
108
  "filename": "src/index.ts",
109
- "line": 6
109
+ "line": 7
110
110
  },
111
111
  "symbolId": "src/common/actions:"
112
112
  },
113
113
  "@rocketleap/rocketleap-projen.format": {
114
114
  "locationInModule": {
115
115
  "filename": "src/index.ts",
116
- "line": 2
116
+ "line": 3
117
117
  },
118
118
  "symbolId": "src/common/prettier:"
119
119
  },
120
120
  "@rocketleap/rocketleap-projen.git": {
121
121
  "locationInModule": {
122
122
  "filename": "src/index.ts",
123
- "line": 5
123
+ "line": 6
124
124
  },
125
125
  "symbolId": "src/common/git:"
126
126
  },
127
127
  "@rocketleap/rocketleap-projen.lint": {
128
128
  "locationInModule": {
129
129
  "filename": "src/index.ts",
130
- "line": 3
130
+ "line": 4
131
131
  },
132
132
  "symbolId": "src/common/eslint:"
133
133
  },
134
134
  "@rocketleap/rocketleap-projen.packages": {
135
135
  "locationInModule": {
136
136
  "filename": "src/index.ts",
137
- "line": 4
137
+ "line": 5
138
138
  },
139
139
  "symbolId": "src/common/yarn:"
140
140
  }
@@ -160,7 +160,7 @@
160
160
  },
161
161
  "locationInModule": {
162
162
  "filename": "src/cdk-project.ts",
163
- "line": 53
163
+ "line": 21
164
164
  },
165
165
  "parameters": [
166
166
  {
@@ -174,7 +174,7 @@
174
174
  "kind": "class",
175
175
  "locationInModule": {
176
176
  "filename": "src/cdk-project.ts",
177
- "line": 52
177
+ "line": 20
178
178
  },
179
179
  "name": "RocketleapCdkProject",
180
180
  "symbolId": "src/cdk-project:RocketleapCdkProject"
@@ -184,27 +184,26 @@
184
184
  "datatype": true,
185
185
  "docs": {
186
186
  "stability": "stable",
187
- "summary": "Options for RocketleapCdkProject."
187
+ "summary": "RocketleapCdkProjectOptions."
188
188
  },
189
189
  "fqn": "@rocketleap/rocketleap-projen.RocketleapCdkProjectOptions",
190
190
  "kind": "interface",
191
191
  "locationInModule": {
192
- "filename": "src/cdk-project.ts",
193
- "line": 13
192
+ "filename": "src/cdk-project-options.generated.ts",
193
+ "line": 7
194
194
  },
195
195
  "name": "RocketleapCdkProjectOptions",
196
196
  "properties": [
197
197
  {
198
198
  "abstract": true,
199
199
  "docs": {
200
- "example": "'rocketleap'",
201
200
  "stability": "stable",
202
201
  "summary": "The company identifier used for package scoping."
203
202
  },
204
203
  "immutable": true,
205
204
  "locationInModule": {
206
- "filename": "src/cdk-project.ts",
207
- "line": 18
205
+ "filename": "src/cdk-project-options.generated.ts",
206
+ "line": 1242
208
207
  },
209
208
  "name": "company",
210
209
  "type": {
@@ -214,14 +213,13 @@
214
213
  {
215
214
  "abstract": true,
216
215
  "docs": {
217
- "example": "'root-cdk'",
218
216
  "stability": "stable",
219
217
  "summary": "The project name."
220
218
  },
221
219
  "immutable": true,
222
220
  "locationInModule": {
223
- "filename": "src/cdk-project.ts",
224
- "line": 24
221
+ "filename": "src/cdk-project-options.generated.ts",
222
+ "line": 1246
225
223
  },
226
224
  "name": "project",
227
225
  "type": {
@@ -231,16 +229,34 @@
231
229
  {
232
230
  "abstract": true,
233
231
  "docs": {
234
- "default": "'0.104.1'",
235
- "stability": "stable",
236
- "summary": "The Rocketleap building blocks CDK version to use."
232
+ "default": "true",
233
+ "remarks": "This is normally only allowed for libraries. For apps, there's no meaning\nfor specifying these.",
234
+ "stability": "experimental",
235
+ "summary": "Allow the project to include `peerDependencies` and `bundledDependencies`."
237
236
  },
238
237
  "immutable": true,
239
238
  "locationInModule": {
240
- "filename": "src/cdk-project.ts",
241
- "line": 42
239
+ "filename": "src/cdk-project-options.generated.ts",
240
+ "line": 1053
242
241
  },
243
- "name": "buildingBlocksVersion",
242
+ "name": "allowLibraryDependencies",
243
+ "optional": true,
244
+ "type": {
245
+ "primitive": "boolean"
246
+ }
247
+ },
248
+ {
249
+ "abstract": true,
250
+ "docs": {
251
+ "stability": "experimental",
252
+ "summary": "The command line to execute in order to synthesize the CDK application (language specific)."
253
+ },
254
+ "immutable": true,
255
+ "locationInModule": {
256
+ "filename": "src/cdk-project-options.generated.ts",
257
+ "line": 54
258
+ },
259
+ "name": "app",
244
260
  "optional": true,
245
261
  "type": {
246
262
  "primitive": "string"
@@ -249,16 +265,16 @@
249
265
  {
250
266
  "abstract": true,
251
267
  "docs": {
252
- "default": "'2.233.0'",
253
- "stability": "stable",
254
- "summary": "The AWS CDK version to use."
268
+ "default": "\"main.ts\"",
269
+ "stability": "experimental",
270
+ "summary": "The CDK app's entrypoint (relative to the source directory, which is \"src\" by default)."
255
271
  },
256
272
  "immutable": true,
257
273
  "locationInModule": {
258
- "filename": "src/cdk-project.ts",
259
- "line": 30
274
+ "filename": "src/cdk-project-options.generated.ts",
275
+ "line": 49
260
276
  },
261
- "name": "cdkVersion",
277
+ "name": "appEntrypoint",
262
278
  "optional": true,
263
279
  "type": {
264
280
  "primitive": "string"
@@ -267,25 +283,3351 @@
267
283
  {
268
284
  "abstract": true,
269
285
  "docs": {
270
- "default": "'10.4.4'",
286
+ "default": "\"dist\"",
287
+ "stability": "experimental",
288
+ "summary": "A directory which will contain build artifacts."
289
+ },
290
+ "immutable": true,
291
+ "locationInModule": {
292
+ "filename": "src/cdk-project-options.generated.ts",
293
+ "line": 545
294
+ },
295
+ "name": "artifactsDirectory",
296
+ "optional": true,
297
+ "type": {
298
+ "primitive": "string"
299
+ }
300
+ },
301
+ {
302
+ "abstract": true,
303
+ "docs": {
304
+ "default": "false",
305
+ "remarks": "When enabled, creates an \"audit\" task that checks for known security vulnerabilities\nin dependencies. By default, runs during every build and checks for \"high\" severity\nvulnerabilities or above in all dependencies (including dev dependencies).",
306
+ "stability": "experimental",
307
+ "summary": "Run security audit on dependencies."
308
+ },
309
+ "immutable": true,
310
+ "locationInModule": {
311
+ "filename": "src/cdk-project-options.generated.ts",
312
+ "line": 539
313
+ },
314
+ "name": "auditDeps",
315
+ "optional": true,
316
+ "type": {
317
+ "primitive": "boolean"
318
+ }
319
+ },
320
+ {
321
+ "abstract": true,
322
+ "docs": {
323
+ "default": "- default options",
324
+ "stability": "experimental",
325
+ "summary": "Security audit options."
326
+ },
327
+ "immutable": true,
328
+ "locationInModule": {
329
+ "filename": "src/cdk-project-options.generated.ts",
330
+ "line": 530
331
+ },
332
+ "name": "auditDepsOptions",
333
+ "optional": true,
334
+ "type": {
335
+ "fqn": "projen.javascript.AuditOptions"
336
+ }
337
+ },
338
+ {
339
+ "abstract": true,
340
+ "docs": {
341
+ "stability": "experimental",
342
+ "summary": "Author's e-mail."
343
+ },
344
+ "immutable": true,
345
+ "locationInModule": {
346
+ "filename": "src/cdk-project-options.generated.ts",
347
+ "line": 1045
348
+ },
349
+ "name": "authorEmail",
350
+ "optional": true,
351
+ "type": {
352
+ "primitive": "string"
353
+ }
354
+ },
355
+ {
356
+ "abstract": true,
357
+ "docs": {
358
+ "stability": "experimental",
359
+ "summary": "Author's name."
360
+ },
361
+ "immutable": true,
362
+ "locationInModule": {
363
+ "filename": "src/cdk-project-options.generated.ts",
364
+ "line": 1040
365
+ },
366
+ "name": "authorName",
367
+ "optional": true,
368
+ "type": {
369
+ "primitive": "string"
370
+ }
371
+ },
372
+ {
373
+ "abstract": true,
374
+ "docs": {
375
+ "stability": "experimental",
376
+ "summary": "Is the author an organization."
377
+ },
378
+ "immutable": true,
379
+ "locationInModule": {
380
+ "filename": "src/cdk-project-options.generated.ts",
381
+ "line": 1035
382
+ },
383
+ "name": "authorOrganization",
384
+ "optional": true,
385
+ "type": {
386
+ "primitive": "boolean"
387
+ }
388
+ },
389
+ {
390
+ "abstract": true,
391
+ "docs": {
392
+ "stability": "experimental",
393
+ "summary": "Author's URL / Website."
394
+ },
395
+ "immutable": true,
396
+ "locationInModule": {
397
+ "filename": "src/cdk-project-options.generated.ts",
398
+ "line": 1030
399
+ },
400
+ "name": "authorUrl",
401
+ "optional": true,
402
+ "type": {
403
+ "primitive": "string"
404
+ }
405
+ },
406
+ {
407
+ "abstract": true,
408
+ "docs": {
409
+ "default": "- auto approve is disabled",
410
+ "stability": "experimental",
411
+ "summary": "Enable and configure the 'auto approve' workflow."
412
+ },
413
+ "immutable": true,
414
+ "locationInModule": {
415
+ "filename": "src/cdk-project-options.generated.ts",
416
+ "line": 1169
417
+ },
418
+ "name": "autoApproveOptions",
419
+ "optional": true,
420
+ "type": {
421
+ "fqn": "projen.github.AutoApproveOptions"
422
+ }
423
+ },
424
+ {
425
+ "abstract": true,
426
+ "docs": {
427
+ "default": "- true",
428
+ "remarks": "Throw if set to true but `autoApproveOptions` are not defined.",
429
+ "stability": "experimental",
430
+ "summary": "Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configured)."
431
+ },
432
+ "immutable": true,
433
+ "locationInModule": {
434
+ "filename": "src/cdk-project-options.generated.ts",
435
+ "line": 524
436
+ },
437
+ "name": "autoApproveUpgrades",
438
+ "optional": true,
439
+ "type": {
440
+ "primitive": "boolean"
441
+ }
442
+ },
443
+ {
444
+ "abstract": true,
445
+ "docs": {
446
+ "default": "true",
447
+ "stability": "experimental",
448
+ "summary": "Automatically add all executables under the `bin` directory to your `package.json` file under the `bin` section."
449
+ },
450
+ "immutable": true,
451
+ "locationInModule": {
452
+ "filename": "src/cdk-project-options.generated.ts",
453
+ "line": 1025
454
+ },
455
+ "name": "autoDetectBin",
456
+ "optional": true,
457
+ "type": {
458
+ "primitive": "boolean"
459
+ }
460
+ },
461
+ {
462
+ "abstract": true,
463
+ "docs": {
464
+ "default": "true",
465
+ "remarks": "Has no effect if `github.mergify`\nis set to false.",
466
+ "stability": "experimental",
467
+ "summary": "Enable automatic merging on GitHub."
468
+ },
469
+ "immutable": true,
470
+ "locationInModule": {
471
+ "filename": "src/cdk-project-options.generated.ts",
472
+ "line": 1163
473
+ },
474
+ "name": "autoMerge",
475
+ "optional": true,
476
+ "type": {
477
+ "primitive": "boolean"
478
+ }
479
+ },
480
+ {
481
+ "abstract": true,
482
+ "docs": {
483
+ "default": "- see defaults in `AutoMergeOptions`",
484
+ "remarks": "Has no effect if\n`github.mergify` or `autoMerge` is set to false.",
485
+ "stability": "experimental",
486
+ "summary": "Configure options for automatic merging on GitHub."
487
+ },
488
+ "immutable": true,
489
+ "locationInModule": {
490
+ "filename": "src/cdk-project-options.generated.ts",
491
+ "line": 1155
492
+ },
493
+ "name": "autoMergeOptions",
494
+ "optional": true,
495
+ "type": {
496
+ "fqn": "projen.github.AutoMergeOptions"
497
+ }
498
+ },
499
+ {
500
+ "abstract": true,
501
+ "docs": {
502
+ "remarks": "You can use this option to add/customize how binaries are represented in\nyour `package.json`, but unless `autoDetectBin` is `false`, every\nexecutable file under `bin` will automatically be added to this section.",
503
+ "stability": "experimental",
504
+ "summary": "Binary programs vended with your module."
505
+ },
506
+ "immutable": true,
507
+ "locationInModule": {
508
+ "filename": "src/cdk-project-options.generated.ts",
509
+ "line": 1019
510
+ },
511
+ "name": "bin",
512
+ "optional": true,
513
+ "type": {
514
+ "collection": {
515
+ "elementtype": {
516
+ "primitive": "string"
517
+ },
518
+ "kind": "map"
519
+ }
520
+ }
521
+ },
522
+ {
523
+ "abstract": true,
524
+ "docs": {
525
+ "default": "false",
526
+ "stability": "experimental",
527
+ "summary": "Setup Biome."
528
+ },
529
+ "immutable": true,
530
+ "locationInModule": {
531
+ "filename": "src/cdk-project-options.generated.ts",
532
+ "line": 517
533
+ },
534
+ "name": "biome",
535
+ "optional": true,
536
+ "type": {
537
+ "primitive": "boolean"
538
+ }
539
+ },
540
+ {
541
+ "abstract": true,
542
+ "docs": {
543
+ "default": "- default options",
544
+ "stability": "experimental",
545
+ "summary": "Biome options."
546
+ },
547
+ "immutable": true,
548
+ "locationInModule": {
549
+ "filename": "src/cdk-project-options.generated.ts",
550
+ "line": 511
551
+ },
552
+ "name": "biomeOptions",
553
+ "optional": true,
554
+ "type": {
555
+ "fqn": "projen.javascript.BiomeOptions"
556
+ }
557
+ },
558
+ {
559
+ "abstract": true,
560
+ "docs": {
561
+ "stability": "experimental",
562
+ "summary": "The email address to which issues should be reported."
563
+ },
564
+ "immutable": true,
565
+ "locationInModule": {
566
+ "filename": "src/cdk-project-options.generated.ts",
567
+ "line": 1011
568
+ },
569
+ "name": "bugsEmail",
570
+ "optional": true,
571
+ "type": {
572
+ "primitive": "string"
573
+ }
574
+ },
575
+ {
576
+ "abstract": true,
577
+ "docs": {
578
+ "stability": "experimental",
579
+ "summary": "The url to your project's issue tracker."
580
+ },
581
+ "immutable": true,
582
+ "locationInModule": {
583
+ "filename": "src/cdk-project-options.generated.ts",
584
+ "line": 1006
585
+ },
586
+ "name": "bugsUrl",
587
+ "optional": true,
588
+ "type": {
589
+ "primitive": "string"
590
+ }
591
+ },
592
+ {
593
+ "abstract": true,
594
+ "docs": {
595
+ "default": "- no build command",
596
+ "remarks": "This command will be called when\nrunning `cdk synth` or when `cdk watch` identifies a change in your source\ncode before redeployment.",
597
+ "stability": "experimental",
598
+ "summary": "A command to execute before synthesis."
599
+ },
600
+ "immutable": true,
601
+ "locationInModule": {
602
+ "filename": "src/cdk-project-options.generated.ts",
603
+ "line": 168
604
+ },
605
+ "name": "buildCommand",
606
+ "optional": true,
607
+ "type": {
608
+ "primitive": "string"
609
+ }
610
+ },
611
+ {
612
+ "abstract": true,
613
+ "docs": {
614
+ "default": "'0.104.1'",
271
615
  "stability": "stable",
272
- "summary": "The constructs library version to use."
616
+ "summary": "The Rocketleap building blocks CDK version to use."
273
617
  },
274
618
  "immutable": true,
275
619
  "locationInModule": {
276
- "filename": "src/cdk-project.ts",
277
- "line": 36
620
+ "filename": "src/cdk-project-options.generated.ts",
621
+ "line": 1261
278
622
  },
279
- "name": "constructVersion",
623
+ "name": "buildingBlocksVersion",
280
624
  "optional": true,
281
625
  "type": {
282
626
  "primitive": "string"
283
627
  }
628
+ },
629
+ {
630
+ "abstract": true,
631
+ "docs": {
632
+ "default": "- true if not a subproject",
633
+ "stability": "experimental",
634
+ "summary": "Define a GitHub workflow for building PRs."
635
+ },
636
+ "immutable": true,
637
+ "locationInModule": {
638
+ "filename": "src/cdk-project-options.generated.ts",
639
+ "line": 505
640
+ },
641
+ "name": "buildWorkflow",
642
+ "optional": true,
643
+ "type": {
644
+ "primitive": "boolean"
645
+ }
646
+ },
647
+ {
648
+ "abstract": true,
649
+ "docs": {
650
+ "stability": "experimental",
651
+ "summary": "Options for PR build workflow."
652
+ },
653
+ "immutable": true,
654
+ "locationInModule": {
655
+ "filename": "src/cdk-project-options.generated.ts",
656
+ "line": 499
657
+ },
658
+ "name": "buildWorkflowOptions",
659
+ "optional": true,
660
+ "type": {
661
+ "fqn": "projen.javascript.BuildWorkflowOptions"
662
+ }
663
+ },
664
+ {
665
+ "abstract": true,
666
+ "docs": {
667
+ "default": "\"{ pullRequest: {}, workflowDispatch: {} }\"",
668
+ "deprecated": "- Use `buildWorkflowOptions.workflowTriggers`",
669
+ "stability": "deprecated",
670
+ "summary": "Build workflow triggers."
671
+ },
672
+ "immutable": true,
673
+ "locationInModule": {
674
+ "filename": "src/cdk-project-options.generated.ts",
675
+ "line": 494
676
+ },
677
+ "name": "buildWorkflowTriggers",
678
+ "optional": true,
679
+ "type": {
680
+ "fqn": "projen.github.workflows.Triggers"
681
+ }
682
+ },
683
+ {
684
+ "abstract": true,
685
+ "docs": {
686
+ "default": "- A recent version of \"commit-and-tag-version\"",
687
+ "remarks": "This can be any compatible package version, including the deprecated `standard-version@9`.",
688
+ "stability": "experimental",
689
+ "summary": "The `commit-and-tag-version` compatible package used to bump the package version, as a dependency string."
690
+ },
691
+ "immutable": true,
692
+ "locationInModule": {
693
+ "filename": "src/cdk-project-options.generated.ts",
694
+ "line": 752
695
+ },
696
+ "name": "bumpPackage",
697
+ "optional": true,
698
+ "type": {
699
+ "primitive": "string"
700
+ }
701
+ },
702
+ {
703
+ "abstract": true,
704
+ "docs": {
705
+ "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 `yarn 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 `npm i` or `yarn add` (e.g. `express@^2`) and\nthis will be what you `package.json` will eventually include.",
706
+ "stability": "experimental",
707
+ "summary": "List of dependencies to bundle into this module."
708
+ },
709
+ "immutable": true,
710
+ "locationInModule": {
711
+ "filename": "src/cdk-project-options.generated.ts",
712
+ "line": 1001
713
+ },
714
+ "name": "bundledDeps",
715
+ "optional": true,
716
+ "type": {
717
+ "collection": {
718
+ "elementtype": {
719
+ "primitive": "string"
720
+ },
721
+ "kind": "array"
722
+ }
723
+ }
724
+ },
725
+ {
726
+ "abstract": true,
727
+ "docs": {
728
+ "stability": "experimental",
729
+ "summary": "Options for `Bundler`."
730
+ },
731
+ "immutable": true,
732
+ "locationInModule": {
733
+ "filename": "src/cdk-project-options.generated.ts",
734
+ "line": 487
735
+ },
736
+ "name": "bundlerOptions",
737
+ "optional": true,
738
+ "type": {
739
+ "fqn": "projen.javascript.BundlerOptions"
740
+ }
741
+ },
742
+ {
743
+ "abstract": true,
744
+ "docs": {
745
+ "default": "\"latest\"",
746
+ "stability": "experimental",
747
+ "summary": "The version of Bun to use if using Bun as a package manager."
748
+ },
749
+ "immutable": true,
750
+ "locationInModule": {
751
+ "filename": "src/cdk-project-options.generated.ts",
752
+ "line": 986
753
+ },
754
+ "name": "bunVersion",
755
+ "optional": true,
756
+ "type": {
757
+ "primitive": "string"
758
+ }
759
+ },
760
+ {
761
+ "abstract": true,
762
+ "docs": {
763
+ "custom": {
764
+ "aws-cdk": "/assertions (in V1) and included in `aws-cdk-lib` for V2."
765
+ },
766
+ "default": "- will be included by default for AWS CDK >= 1.0.0 < 2.0.0",
767
+ "deprecated": "The",
768
+ "remarks": "Install the",
769
+ "stability": "deprecated",
770
+ "summary": "Warning: NodeJS only."
771
+ },
772
+ "immutable": true,
773
+ "locationInModule": {
774
+ "filename": "src/cdk-project-options.generated.ts",
775
+ "line": 120
776
+ },
777
+ "name": "cdkAssert",
778
+ "optional": true,
779
+ "type": {
780
+ "primitive": "boolean"
781
+ }
782
+ },
783
+ {
784
+ "abstract": true,
785
+ "docs": {
786
+ "default": "- will be included by default for AWS CDK >= 1.111.0 < 2.0.0",
787
+ "remarks": "Only needed for CDK 1.x. If using CDK 2.x then\nassertions is already included in 'aws-cdk-lib'",
788
+ "stability": "experimental",
789
+ "summary": "Install the assertions library?"
790
+ },
791
+ "immutable": true,
792
+ "locationInModule": {
793
+ "filename": "src/cdk-project-options.generated.ts",
794
+ "line": 111
795
+ },
796
+ "name": "cdkAssertions",
797
+ "optional": true,
798
+ "type": {
799
+ "primitive": "boolean"
800
+ }
801
+ },
802
+ {
803
+ "abstract": true,
804
+ "docs": {
805
+ "default": "\"^2\"",
806
+ "remarks": "Can be either a specific version, or an NPM version range.\n\nBy default, the latest 2.x version will be installed; you can use this\noption to restrict it to a specific version or version range.",
807
+ "stability": "experimental",
808
+ "summary": "Version range of the AWS CDK CLI to depend on."
809
+ },
810
+ "immutable": true,
811
+ "locationInModule": {
812
+ "filename": "src/cdk-project-options.generated.ts",
813
+ "line": 103
814
+ },
815
+ "name": "cdkCliVersion",
816
+ "optional": true,
817
+ "type": {
818
+ "primitive": "string"
819
+ }
820
+ },
821
+ {
822
+ "abstract": true,
823
+ "docs": {
824
+ "deprecated": "For CDK 2.x use \"deps\" instead. (or \"peerDeps\" if you're building a library)",
825
+ "stability": "deprecated",
826
+ "summary": "Which AWS CDKv1 modules this project requires."
827
+ },
828
+ "immutable": true,
829
+ "locationInModule": {
830
+ "filename": "src/cdk-project-options.generated.ts",
831
+ "line": 93
832
+ },
833
+ "name": "cdkDependencies",
834
+ "optional": true,
835
+ "type": {
836
+ "collection": {
837
+ "elementtype": {
838
+ "primitive": "string"
839
+ },
840
+ "kind": "array"
841
+ }
842
+ }
843
+ },
844
+ {
845
+ "abstract": true,
846
+ "docs": {
847
+ "default": "true",
848
+ "deprecated": "Not supported in CDK v2.",
849
+ "remarks": "This is to ensure that downstream consumers actually have your CDK dependencies installed\nwhen using npm < 7 or yarn, where peer dependencies are not automatically installed.\nIf this is disabled, `cdkDependencies` will be added to `devDependencies` to ensure\nthey are present during development.\n\nNote: this setting only applies to construct library projects",
850
+ "stability": "deprecated",
851
+ "summary": "If this is enabled (default), all modules declared in `cdkDependencies` will be also added as normal `dependencies` (as well as `peerDependencies`)."
852
+ },
853
+ "immutable": true,
854
+ "locationInModule": {
855
+ "filename": "src/cdk-project-options.generated.ts",
856
+ "line": 87
857
+ },
858
+ "name": "cdkDependenciesAsDeps",
859
+ "optional": true,
860
+ "type": {
861
+ "primitive": "boolean"
862
+ }
863
+ },
864
+ {
865
+ "abstract": true,
866
+ "docs": {
867
+ "default": "\"cdk.out\"",
868
+ "stability": "experimental",
869
+ "summary": "cdk.out directory."
870
+ },
871
+ "immutable": true,
872
+ "locationInModule": {
873
+ "filename": "src/cdk-project-options.generated.ts",
874
+ "line": 159
875
+ },
876
+ "name": "cdkout",
877
+ "optional": true,
878
+ "type": {
879
+ "primitive": "string"
880
+ }
881
+ },
882
+ {
883
+ "abstract": true,
884
+ "docs": {
885
+ "deprecated": "For CDK 2.x use 'devDeps' (in node.js projects) or 'testDeps' (in java projects) instead",
886
+ "stability": "deprecated",
887
+ "summary": "AWS CDK modules required for testing."
888
+ },
889
+ "immutable": true,
890
+ "locationInModule": {
891
+ "filename": "src/cdk-project-options.generated.ts",
892
+ "line": 74
893
+ },
894
+ "name": "cdkTestDependencies",
895
+ "optional": true,
896
+ "type": {
897
+ "collection": {
898
+ "elementtype": {
899
+ "primitive": "string"
900
+ },
901
+ "kind": "array"
902
+ }
903
+ }
904
+ },
905
+ {
906
+ "abstract": true,
907
+ "docs": {
908
+ "default": "'2.232.1'",
909
+ "stability": "stable",
910
+ "summary": "The AWS CDK version to use in the project."
911
+ },
912
+ "immutable": true,
913
+ "locationInModule": {
914
+ "filename": "src/cdk-project-options.generated.ts",
915
+ "line": 1251
916
+ },
917
+ "name": "cdkVersion",
918
+ "optional": true,
919
+ "type": {
920
+ "primitive": "string"
921
+ }
922
+ },
923
+ {
924
+ "abstract": true,
925
+ "docs": {
926
+ "remarks": "You can use this to prevent mixed versions for your CDK dependencies and to prevent auto-updates.\nIf you use experimental features this will let you define the moment you include breaking changes.",
927
+ "stability": "experimental",
928
+ "summary": "Use pinned version instead of caret version for CDK."
929
+ },
930
+ "immutable": true,
931
+ "locationInModule": {
932
+ "filename": "src/cdk-project-options.generated.ts",
933
+ "line": 68
934
+ },
935
+ "name": "cdkVersionPinning",
936
+ "optional": true,
937
+ "type": {
938
+ "primitive": "boolean"
939
+ }
940
+ },
941
+ {
942
+ "abstract": true,
943
+ "docs": {
944
+ "default": "- no license checks are run during the build and all licenses will be accepted",
945
+ "remarks": "This setting will cause the build to fail, if any prohibited or not allowed licenses ares encountered.",
946
+ "stability": "experimental",
947
+ "summary": "Configure which licenses should be deemed acceptable for use by dependencies."
948
+ },
949
+ "immutable": true,
950
+ "locationInModule": {
951
+ "filename": "src/cdk-project-options.generated.ts",
952
+ "line": 482
953
+ },
954
+ "name": "checkLicenses",
955
+ "optional": true,
956
+ "type": {
957
+ "fqn": "projen.javascript.LicenseCheckerOptions"
958
+ }
959
+ },
960
+ {
961
+ "abstract": true,
962
+ "docs": {
963
+ "default": "- true, but false for subprojects",
964
+ "stability": "experimental",
965
+ "summary": "Add a `clobber` task which resets the repo to origin."
966
+ },
967
+ "immutable": true,
968
+ "locationInModule": {
969
+ "filename": "src/cdk-project-options.generated.ts",
970
+ "line": 1147
971
+ },
972
+ "name": "clobber",
973
+ "optional": true,
974
+ "type": {
975
+ "primitive": "boolean"
976
+ }
977
+ },
978
+ {
979
+ "abstract": true,
980
+ "docs": {
981
+ "default": "- undefined",
982
+ "remarks": "This is required if publishing packages to, or installing scoped packages from AWS CodeArtifact",
983
+ "stability": "experimental",
984
+ "summary": "Options for npm packages using AWS CodeArtifact."
985
+ },
986
+ "immutable": true,
987
+ "locationInModule": {
988
+ "filename": "src/cdk-project-options.generated.ts",
989
+ "line": 980
990
+ },
991
+ "name": "codeArtifactOptions",
992
+ "optional": true,
993
+ "type": {
994
+ "fqn": "projen.javascript.CodeArtifactOptions"
995
+ }
996
+ },
997
+ {
998
+ "abstract": true,
999
+ "docs": {
1000
+ "default": "false",
1001
+ "stability": "experimental",
1002
+ "summary": "Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v5 By default, OIDC auth is used. Alternatively a token can be provided via `codeCovTokenSecret`."
1003
+ },
1004
+ "immutable": true,
1005
+ "locationInModule": {
1006
+ "filename": "src/cdk-project-options.generated.ts",
1007
+ "line": 475
1008
+ },
1009
+ "name": "codeCov",
1010
+ "optional": true,
1011
+ "type": {
1012
+ "primitive": "boolean"
1013
+ }
1014
+ },
1015
+ {
1016
+ "abstract": true,
1017
+ "docs": {
1018
+ "default": "- OIDC auth is used",
1019
+ "stability": "experimental",
1020
+ "summary": "Define the secret name for a specified https://codecov.io/ token."
1021
+ },
1022
+ "immutable": true,
1023
+ "locationInModule": {
1024
+ "filename": "src/cdk-project-options.generated.ts",
1025
+ "line": 469
1026
+ },
1027
+ "name": "codeCovTokenSecret",
1028
+ "optional": true,
1029
+ "type": {
1030
+ "primitive": "string"
1031
+ }
1032
+ },
1033
+ {
1034
+ "abstract": true,
1035
+ "docs": {
1036
+ "default": "true",
1037
+ "stability": "experimental",
1038
+ "summary": "Whether to commit the managed files by default."
1039
+ },
1040
+ "immutable": true,
1041
+ "locationInModule": {
1042
+ "filename": "src/cdk-project-options.generated.ts",
1043
+ "line": 1238
1044
+ },
1045
+ "name": "commitGenerated",
1046
+ "optional": true,
1047
+ "type": {
1048
+ "primitive": "boolean"
1049
+ }
1050
+ },
1051
+ {
1052
+ "abstract": true,
1053
+ "docs": {
1054
+ "default": "- for CDK 1.x the default is \"3.2.27\", for CDK 2.x the default is\n\"10.0.5\".",
1055
+ "stability": "experimental",
1056
+ "summary": "Minimum version of the `constructs` library to depend on."
1057
+ },
1058
+ "immutable": true,
1059
+ "locationInModule": {
1060
+ "filename": "src/cdk-project-options.generated.ts",
1061
+ "line": 61
1062
+ },
1063
+ "name": "constructsVersion",
1064
+ "optional": true,
1065
+ "type": {
1066
+ "primitive": "string"
1067
+ }
1068
+ },
1069
+ {
1070
+ "abstract": true,
1071
+ "docs": {
1072
+ "default": "'10.4.4'",
1073
+ "stability": "stable",
1074
+ "summary": "The constructs library version to use."
1075
+ },
1076
+ "immutable": true,
1077
+ "locationInModule": {
1078
+ "filename": "src/cdk-project-options.generated.ts",
1079
+ "line": 1256
1080
+ },
1081
+ "name": "constructVersion",
1082
+ "optional": true,
1083
+ "type": {
1084
+ "primitive": "string"
1085
+ }
1086
+ },
1087
+ {
1088
+ "abstract": true,
1089
+ "docs": {
1090
+ "default": "- no additional context",
1091
+ "stability": "experimental",
1092
+ "summary": "Additional context to include in `cdk.json`."
1093
+ },
1094
+ "immutable": true,
1095
+ "locationInModule": {
1096
+ "filename": "src/cdk-project-options.generated.ts",
1097
+ "line": 153
1098
+ },
1099
+ "name": "context",
1100
+ "optional": true,
1101
+ "type": {
1102
+ "collection": {
1103
+ "elementtype": {
1104
+ "primitive": "any"
1105
+ },
1106
+ "kind": "map"
1107
+ }
1108
+ }
1109
+ },
1110
+ {
1111
+ "abstract": true,
1112
+ "docs": {
1113
+ "default": "- defaults to the value of authorName or \"\" if `authorName` is undefined.",
1114
+ "stability": "experimental",
1115
+ "summary": "License copyright owner."
1116
+ },
1117
+ "immutable": true,
1118
+ "locationInModule": {
1119
+ "filename": "src/cdk-project-options.generated.ts",
1120
+ "line": 463
1121
+ },
1122
+ "name": "copyrightOwner",
1123
+ "optional": true,
1124
+ "type": {
1125
+ "primitive": "string"
1126
+ }
1127
+ },
1128
+ {
1129
+ "abstract": true,
1130
+ "docs": {
1131
+ "default": "- current year",
1132
+ "stability": "experimental",
1133
+ "summary": "The copyright years to put in the LICENSE file."
1134
+ },
1135
+ "immutable": true,
1136
+ "locationInModule": {
1137
+ "filename": "src/cdk-project-options.generated.ts",
1138
+ "line": 457
1139
+ },
1140
+ "name": "copyrightPeriod",
1141
+ "optional": true,
1142
+ "type": {
1143
+ "primitive": "string"
1144
+ }
1145
+ },
1146
+ {
1147
+ "abstract": true,
1148
+ "docs": {
1149
+ "default": "false",
1150
+ "remarks": "Cannot be used in conjunction with `depsUpgrade`.",
1151
+ "stability": "experimental",
1152
+ "summary": "Use dependabot to handle dependency upgrades."
1153
+ },
1154
+ "immutable": true,
1155
+ "locationInModule": {
1156
+ "filename": "src/cdk-project-options.generated.ts",
1157
+ "line": 451
1158
+ },
1159
+ "name": "dependabot",
1160
+ "optional": true,
1161
+ "type": {
1162
+ "primitive": "boolean"
1163
+ }
1164
+ },
1165
+ {
1166
+ "abstract": true,
1167
+ "docs": {
1168
+ "default": "- default options",
1169
+ "stability": "experimental",
1170
+ "summary": "Options for dependabot."
1171
+ },
1172
+ "immutable": true,
1173
+ "locationInModule": {
1174
+ "filename": "src/cdk-project-options.generated.ts",
1175
+ "line": 444
1176
+ },
1177
+ "name": "dependabotOptions",
1178
+ "optional": true,
1179
+ "type": {
1180
+ "fqn": "projen.github.DependabotOptions"
1181
+ }
1182
+ },
1183
+ {
1184
+ "abstract": true,
1185
+ "docs": {
1186
+ "custom": {
1187
+ "featured": "true"
1188
+ },
1189
+ "default": "[]",
1190
+ "remarks": "The recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `yarn 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 `npm i` or `yarn add` (e.g. `express@^2`) and\nthis will be what you `package.json` will eventually include.",
1191
+ "stability": "experimental",
1192
+ "summary": "Runtime dependencies of this module."
1193
+ },
1194
+ "immutable": true,
1195
+ "locationInModule": {
1196
+ "filename": "src/cdk-project-options.generated.ts",
1197
+ "line": 973
1198
+ },
1199
+ "name": "deps",
1200
+ "optional": true,
1201
+ "type": {
1202
+ "collection": {
1203
+ "elementtype": {
1204
+ "primitive": "string"
1205
+ },
1206
+ "kind": "array"
1207
+ }
1208
+ }
1209
+ },
1210
+ {
1211
+ "abstract": true,
1212
+ "docs": {
1213
+ "default": "- `true` for root projects, `false` for subprojects",
1214
+ "remarks": "Cannot be used in conjunction with `dependabot`.",
1215
+ "stability": "experimental",
1216
+ "summary": "Use tasks and github workflows to handle dependency upgrades."
1217
+ },
1218
+ "immutable": true,
1219
+ "locationInModule": {
1220
+ "filename": "src/cdk-project-options.generated.ts",
1221
+ "line": 438
1222
+ },
1223
+ "name": "depsUpgrade",
1224
+ "optional": true,
1225
+ "type": {
1226
+ "primitive": "boolean"
1227
+ }
1228
+ },
1229
+ {
1230
+ "abstract": true,
1231
+ "docs": {
1232
+ "default": "- default options",
1233
+ "stability": "experimental",
1234
+ "summary": "Options for `UpgradeDependencies`."
1235
+ },
1236
+ "immutable": true,
1237
+ "locationInModule": {
1238
+ "filename": "src/cdk-project-options.generated.ts",
1239
+ "line": 431
1240
+ },
1241
+ "name": "depsUpgradeOptions",
1242
+ "optional": true,
1243
+ "type": {
1244
+ "fqn": "projen.javascript.UpgradeDependenciesOptions"
1245
+ }
1246
+ },
1247
+ {
1248
+ "abstract": true,
1249
+ "docs": {
1250
+ "custom": {
1251
+ "featured": "true"
1252
+ },
1253
+ "remarks": "It can be used when searching for packages in a package manager as well.\nSee https://classic.yarnpkg.com/en/docs/package-json/#toc-description",
1254
+ "stability": "experimental",
1255
+ "summary": "The description is just a string that helps people understand the purpose of the package."
1256
+ },
1257
+ "immutable": true,
1258
+ "locationInModule": {
1259
+ "filename": "src/cdk-project-options.generated.ts",
1260
+ "line": 960
1261
+ },
1262
+ "name": "description",
1263
+ "optional": true,
1264
+ "type": {
1265
+ "primitive": "string"
1266
+ }
1267
+ },
1268
+ {
1269
+ "abstract": true,
1270
+ "docs": {
1271
+ "default": "false",
1272
+ "stability": "experimental",
1273
+ "summary": "Add a VSCode development environment (used for GitHub Codespaces)."
1274
+ },
1275
+ "immutable": true,
1276
+ "locationInModule": {
1277
+ "filename": "src/cdk-project-options.generated.ts",
1278
+ "line": 1141
1279
+ },
1280
+ "name": "devContainer",
1281
+ "optional": true,
1282
+ "type": {
1283
+ "primitive": "boolean"
1284
+ }
1285
+ },
1286
+ {
1287
+ "abstract": true,
1288
+ "docs": {
1289
+ "custom": {
1290
+ "featured": "true"
1291
+ },
1292
+ "default": "[]",
1293
+ "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 `yarn 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 `npm i` or `yarn add` (e.g. `express@^2`) and\nthis will be what you `package.json` will eventually include.",
1294
+ "stability": "experimental",
1295
+ "summary": "Build dependencies for this module."
1296
+ },
1297
+ "immutable": true,
1298
+ "locationInModule": {
1299
+ "filename": "src/cdk-project-options.generated.ts",
1300
+ "line": 952
1301
+ },
1302
+ "name": "devDeps",
1303
+ "optional": true,
1304
+ "type": {
1305
+ "collection": {
1306
+ "elementtype": {
1307
+ "primitive": "string"
1308
+ },
1309
+ "kind": "array"
1310
+ }
1311
+ }
1312
+ },
1313
+ {
1314
+ "abstract": true,
1315
+ "docs": {
1316
+ "default": "false",
1317
+ "stability": "experimental",
1318
+ "summary": "Do not generate a `tsconfig.json` file (used by jsii projects since tsconfig.json is generated by the jsii compiler)."
1319
+ },
1320
+ "immutable": true,
1321
+ "locationInModule": {
1322
+ "filename": "src/cdk-project-options.generated.ts",
1323
+ "line": 281
1324
+ },
1325
+ "name": "disableTsconfig",
1326
+ "optional": true,
1327
+ "type": {
1328
+ "primitive": "boolean"
1329
+ }
1330
+ },
1331
+ {
1332
+ "abstract": true,
1333
+ "docs": {
1334
+ "default": "false",
1335
+ "stability": "experimental",
1336
+ "summary": "Do not generate a `tsconfig.dev.json` file."
1337
+ },
1338
+ "immutable": true,
1339
+ "locationInModule": {
1340
+ "filename": "src/cdk-project-options.generated.ts",
1341
+ "line": 275
1342
+ },
1343
+ "name": "disableTsconfigDev",
1344
+ "optional": true,
1345
+ "type": {
1346
+ "primitive": "boolean"
1347
+ }
1348
+ },
1349
+ {
1350
+ "abstract": true,
1351
+ "docs": {
1352
+ "default": "false",
1353
+ "stability": "experimental",
1354
+ "summary": "Docgen by Typedoc."
1355
+ },
1356
+ "immutable": true,
1357
+ "locationInModule": {
1358
+ "filename": "src/cdk-project-options.generated.ts",
1359
+ "line": 269
1360
+ },
1361
+ "name": "docgen",
1362
+ "optional": true,
1363
+ "type": {
1364
+ "primitive": "boolean"
1365
+ }
1366
+ },
1367
+ {
1368
+ "abstract": true,
1369
+ "docs": {
1370
+ "default": "\"docs\"",
1371
+ "stability": "experimental",
1372
+ "summary": "Docs directory."
1373
+ },
1374
+ "immutable": true,
1375
+ "locationInModule": {
1376
+ "filename": "src/cdk-project-options.generated.ts",
1377
+ "line": 263
1378
+ },
1379
+ "name": "docsDirectory",
1380
+ "optional": true,
1381
+ "type": {
1382
+ "primitive": "string"
1383
+ }
1384
+ },
1385
+ {
1386
+ "abstract": true,
1387
+ "docs": {
1388
+ "default": "true",
1389
+ "stability": "experimental",
1390
+ "summary": "Automatically adds an `cloudfront.experimental.EdgeFunction` for each `.edge-lambda.ts` handler in your source tree. If this is disabled, you can manually add an `awscdk.AutoDiscover` component to your project."
1391
+ },
1392
+ "immutable": true,
1393
+ "locationInModule": {
1394
+ "filename": "src/cdk-project-options.generated.ts",
1395
+ "line": 43
1396
+ },
1397
+ "name": "edgeLambdaAutoDiscover",
1398
+ "optional": true,
1399
+ "type": {
1400
+ "primitive": "boolean"
1401
+ }
1402
+ },
1403
+ {
1404
+ "abstract": true,
1405
+ "docs": {
1406
+ "default": "\"lib/index.js\"",
1407
+ "stability": "experimental",
1408
+ "summary": "Module entrypoint (`main` in `package.json`). Set to an empty string to not include `main` in your package.json."
1409
+ },
1410
+ "immutable": true,
1411
+ "locationInModule": {
1412
+ "filename": "src/cdk-project-options.generated.ts",
1413
+ "line": 935
1414
+ },
1415
+ "name": "entrypoint",
1416
+ "optional": true,
1417
+ "type": {
1418
+ "primitive": "string"
1419
+ }
1420
+ },
1421
+ {
1422
+ "abstract": true,
1423
+ "docs": {
1424
+ "default": "- .d.ts file derived from the project's entrypoint (usually lib/index.d.ts)",
1425
+ "stability": "experimental",
1426
+ "summary": "The .d.ts file that includes the type declarations for this module."
1427
+ },
1428
+ "immutable": true,
1429
+ "locationInModule": {
1430
+ "filename": "src/cdk-project-options.generated.ts",
1431
+ "line": 257
1432
+ },
1433
+ "name": "entrypointTypes",
1434
+ "optional": true,
1435
+ "type": {
1436
+ "primitive": "string"
1437
+ }
1438
+ },
1439
+ {
1440
+ "abstract": true,
1441
+ "docs": {
1442
+ "default": "- true, unless biome is enabled",
1443
+ "stability": "experimental",
1444
+ "summary": "Setup eslint."
1445
+ },
1446
+ "immutable": true,
1447
+ "locationInModule": {
1448
+ "filename": "src/cdk-project-options.generated.ts",
1449
+ "line": 251
1450
+ },
1451
+ "name": "eslint",
1452
+ "optional": true,
1453
+ "type": {
1454
+ "primitive": "boolean"
1455
+ }
1456
+ },
1457
+ {
1458
+ "abstract": true,
1459
+ "docs": {
1460
+ "default": "- opinionated default options",
1461
+ "stability": "experimental",
1462
+ "summary": "Eslint options."
1463
+ },
1464
+ "immutable": true,
1465
+ "locationInModule": {
1466
+ "filename": "src/cdk-project-options.generated.ts",
1467
+ "line": 245
1468
+ },
1469
+ "name": "eslintOptions",
1470
+ "optional": true,
1471
+ "type": {
1472
+ "fqn": "projen.javascript.EslintOptions"
1473
+ }
1474
+ },
1475
+ {
1476
+ "abstract": true,
1477
+ "docs": {
1478
+ "default": "false",
1479
+ "stability": "experimental",
1480
+ "summary": "Enable experimental support for the AWS CDK integ-runner."
1481
+ },
1482
+ "immutable": true,
1483
+ "locationInModule": {
1484
+ "filename": "src/cdk-project-options.generated.ts",
1485
+ "line": 37
1486
+ },
1487
+ "name": "experimentalIntegRunner",
1488
+ "optional": true,
1489
+ "type": {
1490
+ "primitive": "boolean"
1491
+ }
1492
+ },
1493
+ {
1494
+ "abstract": true,
1495
+ "docs": {
1496
+ "default": "- no feature flags are enabled by default",
1497
+ "stability": "experimental",
1498
+ "summary": "Feature flags that should be enabled in `cdk.json`. Make sure to double-check any changes to feature flags in `cdk.json` before deploying. Unexpected changes may cause breaking changes in your CDK app. You can overwrite any feature flag by passing it into the context field."
1499
+ },
1500
+ "immutable": true,
1501
+ "locationInModule": {
1502
+ "filename": "src/cdk-project-options.generated.ts",
1503
+ "line": 147
1504
+ },
1505
+ "name": "featureFlags",
1506
+ "optional": true,
1507
+ "type": {
1508
+ "fqn": "projen.awscdk.ICdkFeatureFlags"
1509
+ }
1510
+ },
1511
+ {
1512
+ "abstract": true,
1513
+ "docs": {
1514
+ "default": "true",
1515
+ "remarks": "Enabled by default for root projects. Disabled for non-root projects.",
1516
+ "stability": "experimental",
1517
+ "summary": "Enable GitHub integration."
1518
+ },
1519
+ "immutable": true,
1520
+ "locationInModule": {
1521
+ "filename": "src/cdk-project-options.generated.ts",
1522
+ "line": 1135
1523
+ },
1524
+ "name": "github",
1525
+ "optional": true,
1526
+ "type": {
1527
+ "primitive": "boolean"
1528
+ }
1529
+ },
1530
+ {
1531
+ "abstract": true,
1532
+ "docs": {
1533
+ "default": "- see GitHubOptions",
1534
+ "stability": "experimental",
1535
+ "summary": "Options for GitHub integration."
1536
+ },
1537
+ "immutable": true,
1538
+ "locationInModule": {
1539
+ "filename": "src/cdk-project-options.generated.ts",
1540
+ "line": 1128
1541
+ },
1542
+ "name": "githubOptions",
1543
+ "optional": true,
1544
+ "type": {
1545
+ "fqn": "projen.github.GitHubOptions"
1546
+ }
1547
+ },
1548
+ {
1549
+ "abstract": true,
1550
+ "docs": {
1551
+ "stability": "experimental",
1552
+ "summary": "Additional entries to .gitignore."
1553
+ },
1554
+ "immutable": true,
1555
+ "locationInModule": {
1556
+ "filename": "src/cdk-project-options.generated.ts",
1557
+ "line": 425
1558
+ },
1559
+ "name": "gitignore",
1560
+ "optional": true,
1561
+ "type": {
1562
+ "collection": {
1563
+ "elementtype": {
1564
+ "primitive": "string"
1565
+ },
1566
+ "kind": "array"
1567
+ }
1568
+ }
1569
+ },
1570
+ {
1571
+ "abstract": true,
1572
+ "docs": {
1573
+ "stability": "experimental",
1574
+ "summary": "Configuration options for .gitignore file."
1575
+ },
1576
+ "immutable": true,
1577
+ "locationInModule": {
1578
+ "filename": "src/cdk-project-options.generated.ts",
1579
+ "line": 1232
1580
+ },
1581
+ "name": "gitIgnoreOptions",
1582
+ "optional": true,
1583
+ "type": {
1584
+ "fqn": "projen.IgnoreFileOptions"
1585
+ }
1586
+ },
1587
+ {
1588
+ "abstract": true,
1589
+ "docs": {
1590
+ "stability": "experimental",
1591
+ "summary": "Configuration options for git."
1592
+ },
1593
+ "immutable": true,
1594
+ "locationInModule": {
1595
+ "filename": "src/cdk-project-options.generated.ts",
1596
+ "line": 1227
1597
+ },
1598
+ "name": "gitOptions",
1599
+ "optional": true,
1600
+ "type": {
1601
+ "fqn": "projen.GitOptions"
1602
+ }
1603
+ },
1604
+ {
1605
+ "abstract": true,
1606
+ "docs": {
1607
+ "default": "false",
1608
+ "stability": "experimental",
1609
+ "summary": "Add a Gitpod development environment."
1610
+ },
1611
+ "immutable": true,
1612
+ "locationInModule": {
1613
+ "filename": "src/cdk-project-options.generated.ts",
1614
+ "line": 1122
1615
+ },
1616
+ "name": "gitpod",
1617
+ "optional": true,
1618
+ "type": {
1619
+ "primitive": "boolean"
1620
+ }
1621
+ },
1622
+ {
1623
+ "abstract": true,
1624
+ "docs": {
1625
+ "stability": "experimental",
1626
+ "summary": "Package's Homepage / Website."
1627
+ },
1628
+ "immutable": true,
1629
+ "locationInModule": {
1630
+ "filename": "src/cdk-project-options.generated.ts",
1631
+ "line": 928
1632
+ },
1633
+ "name": "homepage",
1634
+ "optional": true,
1635
+ "type": {
1636
+ "primitive": "string"
1637
+ }
1638
+ },
1639
+ {
1640
+ "abstract": true,
1641
+ "docs": {
1642
+ "default": "true",
1643
+ "stability": "experimental",
1644
+ "summary": "Automatically discovers and creates integration tests for each `.integ.ts` file in under your test directory."
1645
+ },
1646
+ "immutable": true,
1647
+ "locationInModule": {
1648
+ "filename": "src/cdk-project-options.generated.ts",
1649
+ "line": 31
1650
+ },
1651
+ "name": "integrationTestAutoDiscover",
1652
+ "optional": true,
1653
+ "type": {
1654
+ "primitive": "boolean"
1655
+ }
1656
+ },
1657
+ {
1658
+ "abstract": true,
1659
+ "docs": {
1660
+ "default": "true",
1661
+ "stability": "experimental",
1662
+ "summary": "Setup jest unit tests."
1663
+ },
1664
+ "immutable": true,
1665
+ "locationInModule": {
1666
+ "filename": "src/cdk-project-options.generated.ts",
1667
+ "line": 420
1668
+ },
1669
+ "name": "jest",
1670
+ "optional": true,
1671
+ "type": {
1672
+ "primitive": "boolean"
1673
+ }
1674
+ },
1675
+ {
1676
+ "abstract": true,
1677
+ "docs": {
1678
+ "default": "- default options",
1679
+ "stability": "experimental",
1680
+ "summary": "Jest options."
1681
+ },
1682
+ "immutable": true,
1683
+ "locationInModule": {
1684
+ "filename": "src/cdk-project-options.generated.ts",
1685
+ "line": 414
1686
+ },
1687
+ "name": "jestOptions",
1688
+ "optional": true,
1689
+ "type": {
1690
+ "fqn": "projen.javascript.JestOptions"
1691
+ }
1692
+ },
1693
+ {
1694
+ "abstract": true,
1695
+ "docs": {
1696
+ "default": "\"latest\"",
1697
+ "stability": "experimental",
1698
+ "summary": "Version requirement of `publib` which is used to publish modules to npm."
1699
+ },
1700
+ "immutable": true,
1701
+ "locationInModule": {
1702
+ "filename": "src/cdk-project-options.generated.ts",
1703
+ "line": 745
1704
+ },
1705
+ "name": "jsiiReleaseVersion",
1706
+ "optional": true,
1707
+ "type": {
1708
+ "primitive": "string"
1709
+ }
1710
+ },
1711
+ {
1712
+ "abstract": true,
1713
+ "docs": {
1714
+ "stability": "experimental",
1715
+ "summary": "Keywords to include in `package.json`."
1716
+ },
1717
+ "immutable": true,
1718
+ "locationInModule": {
1719
+ "filename": "src/cdk-project-options.generated.ts",
1720
+ "line": 923
1721
+ },
1722
+ "name": "keywords",
1723
+ "optional": true,
1724
+ "type": {
1725
+ "collection": {
1726
+ "elementtype": {
1727
+ "primitive": "string"
1728
+ },
1729
+ "kind": "array"
1730
+ }
1731
+ }
1732
+ },
1733
+ {
1734
+ "abstract": true,
1735
+ "docs": {
1736
+ "default": "true",
1737
+ "stability": "experimental",
1738
+ "summary": "Automatically adds an `awscdk.LambdaFunction` for each `.lambda.ts` handler in your source tree. If this is disabled, you can manually add an `awscdk.AutoDiscover` component to your project."
1739
+ },
1740
+ "immutable": true,
1741
+ "locationInModule": {
1742
+ "filename": "src/cdk-project-options.generated.ts",
1743
+ "line": 25
1744
+ },
1745
+ "name": "lambdaAutoDiscover",
1746
+ "optional": true,
1747
+ "type": {
1748
+ "primitive": "boolean"
1749
+ }
1750
+ },
1751
+ {
1752
+ "abstract": true,
1753
+ "docs": {
1754
+ "default": "true",
1755
+ "stability": "experimental",
1756
+ "summary": "Automatically adds an `awscdk.LambdaExtension` for each `.lambda-extension.ts` entrypoint in your source tree. If this is disabled, you can manually add an `awscdk.AutoDiscover` component to your project."
1757
+ },
1758
+ "immutable": true,
1759
+ "locationInModule": {
1760
+ "filename": "src/cdk-project-options.generated.ts",
1761
+ "line": 19
1762
+ },
1763
+ "name": "lambdaExtensionAutoDiscover",
1764
+ "optional": true,
1765
+ "type": {
1766
+ "primitive": "boolean"
1767
+ }
1768
+ },
1769
+ {
1770
+ "abstract": true,
1771
+ "docs": {
1772
+ "default": "- default options",
1773
+ "stability": "experimental",
1774
+ "summary": "Common options for all AWS Lambda functions."
1775
+ },
1776
+ "immutable": true,
1777
+ "locationInModule": {
1778
+ "filename": "src/cdk-project-options.generated.ts",
1779
+ "line": 13
1780
+ },
1781
+ "name": "lambdaOptions",
1782
+ "optional": true,
1783
+ "type": {
1784
+ "fqn": "projen.awscdk.LambdaFunctionCommonOptions"
1785
+ }
1786
+ },
1787
+ {
1788
+ "abstract": true,
1789
+ "docs": {
1790
+ "default": "\"lib\"",
1791
+ "stability": "experimental",
1792
+ "summary": "Typescript artifacts output directory."
1793
+ },
1794
+ "immutable": true,
1795
+ "locationInModule": {
1796
+ "filename": "src/cdk-project-options.generated.ts",
1797
+ "line": 239
1798
+ },
1799
+ "name": "libdir",
1800
+ "optional": true,
1801
+ "type": {
1802
+ "primitive": "string"
1803
+ }
1804
+ },
1805
+ {
1806
+ "abstract": true,
1807
+ "docs": {
1808
+ "default": "\"Apache-2.0\"",
1809
+ "remarks": "See https://github.com/projen/projen/tree/main/license-text for a list of supported licenses.\nUse the `licensed` option if you want to no license to be specified.",
1810
+ "stability": "experimental",
1811
+ "summary": "License's SPDX identifier."
1812
+ },
1813
+ "immutable": true,
1814
+ "locationInModule": {
1815
+ "filename": "src/cdk-project-options.generated.ts",
1816
+ "line": 918
1817
+ },
1818
+ "name": "license",
1819
+ "optional": true,
1820
+ "type": {
1821
+ "primitive": "string"
1822
+ }
1823
+ },
1824
+ {
1825
+ "abstract": true,
1826
+ "docs": {
1827
+ "default": "true",
1828
+ "stability": "experimental",
1829
+ "summary": "Indicates if a license should be added."
1830
+ },
1831
+ "immutable": true,
1832
+ "locationInModule": {
1833
+ "filename": "src/cdk-project-options.generated.ts",
1834
+ "line": 910
1835
+ },
1836
+ "name": "licensed",
1837
+ "optional": true,
1838
+ "type": {
1839
+ "primitive": "boolean"
1840
+ }
1841
+ },
1842
+ {
1843
+ "abstract": true,
1844
+ "docs": {
1845
+ "default": "{}",
1846
+ "stability": "experimental",
1847
+ "summary": "Configure logging options such as verbosity."
1848
+ },
1849
+ "immutable": true,
1850
+ "locationInModule": {
1851
+ "filename": "src/cdk-project-options.generated.ts",
1852
+ "line": 1222
1853
+ },
1854
+ "name": "logging",
1855
+ "optional": true,
1856
+ "type": {
1857
+ "fqn": "projen.LoggerOptions"
1858
+ }
1859
+ },
1860
+ {
1861
+ "abstract": true,
1862
+ "docs": {
1863
+ "default": "- Major version is not enforced.",
1864
+ "remarks": "If this is specified, we bump the latest version of this major version line.\nIf not specified, we bump the global latest version.",
1865
+ "stability": "experimental",
1866
+ "summary": "Major version to release from the default branch."
1867
+ },
1868
+ "immutable": true,
1869
+ "locationInModule": {
1870
+ "filename": "src/cdk-project-options.generated.ts",
1871
+ "line": 739
1872
+ },
1873
+ "name": "majorVersion",
1874
+ "optional": true,
1875
+ "type": {
1876
+ "primitive": "number"
1877
+ }
1878
+ },
1879
+ {
1880
+ "abstract": true,
1881
+ "docs": {
1882
+ "default": "- no maximum version is enforced",
1883
+ "remarks": "Most projects should not use this option.\nThe value indicates that the package is incompatible with any newer versions of node.\nThis requirement is enforced via the engines field.\n\nYou will normally not need to set this option.\nConsider this option only if your package is known to not function with newer versions of node.",
1884
+ "stability": "experimental",
1885
+ "summary": "The maximum node version supported by this package."
1886
+ },
1887
+ "immutable": true,
1888
+ "locationInModule": {
1889
+ "filename": "src/cdk-project-options.generated.ts",
1890
+ "line": 904
1891
+ },
1892
+ "name": "maxNodeVersion",
1893
+ "optional": true,
1894
+ "type": {
1895
+ "primitive": "string"
1896
+ }
1897
+ },
1898
+ {
1899
+ "abstract": true,
1900
+ "docs": {
1901
+ "default": "true",
1902
+ "deprecated": "use `githubOptions.mergify` instead",
1903
+ "stability": "deprecated",
1904
+ "summary": "Whether mergify should be enabled on this repository or not."
1905
+ },
1906
+ "immutable": true,
1907
+ "locationInModule": {
1908
+ "filename": "src/cdk-project-options.generated.ts",
1909
+ "line": 1116
1910
+ },
1911
+ "name": "mergify",
1912
+ "optional": true,
1913
+ "type": {
1914
+ "primitive": "boolean"
1915
+ }
1916
+ },
1917
+ {
1918
+ "abstract": true,
1919
+ "docs": {
1920
+ "default": "- default options",
1921
+ "deprecated": "use `githubOptions.mergifyOptions` instead",
1922
+ "stability": "deprecated",
1923
+ "summary": "Options for mergify."
1924
+ },
1925
+ "immutable": true,
1926
+ "locationInModule": {
1927
+ "filename": "src/cdk-project-options.generated.ts",
1928
+ "line": 1109
1929
+ },
1930
+ "name": "mergifyOptions",
1931
+ "optional": true,
1932
+ "type": {
1933
+ "fqn": "projen.github.MergifyOptions"
1934
+ }
1935
+ },
1936
+ {
1937
+ "abstract": true,
1938
+ "docs": {
1939
+ "default": "- No minimum version is being enforced",
1940
+ "remarks": "This can be useful to set to 1, as breaking changes before the 1.x major\nrelease are not incrementing the major version number.\n\nCan not be set together with `majorVersion`.",
1941
+ "stability": "experimental",
1942
+ "summary": "Minimal Major version to release."
1943
+ },
1944
+ "immutable": true,
1945
+ "locationInModule": {
1946
+ "filename": "src/cdk-project-options.generated.ts",
1947
+ "line": 731
1948
+ },
1949
+ "name": "minMajorVersion",
1950
+ "optional": true,
1951
+ "type": {
1952
+ "primitive": "number"
1953
+ }
1954
+ },
1955
+ {
1956
+ "abstract": true,
1957
+ "docs": {
1958
+ "default": "- no minimum version is enforced",
1959
+ "remarks": "Most projects should not use this option.\nThe value indicates that the package is incompatible with any older versions of node.\nThis requirement is enforced via the engines field.\n\nYou will normally not need to set this option, even if your package is incompatible with EOL versions of node.\nConsider this option only if your package depends on a specific feature, that is not available in other LTS versions.\nSetting this option has very high impact on the consumers of your package,\nas package managers will actively prevent usage with node versions you have marked as incompatible.\n\nTo change the node version of your CI/CD workflows, use `workflowNodeVersion`.",
1960
+ "stability": "experimental",
1961
+ "summary": "The minimum node version required by this package to function."
1962
+ },
1963
+ "immutable": true,
1964
+ "locationInModule": {
1965
+ "filename": "src/cdk-project-options.generated.ts",
1966
+ "line": 893
1967
+ },
1968
+ "name": "minNodeVersion",
1969
+ "optional": true,
1970
+ "type": {
1971
+ "primitive": "string"
1972
+ }
1973
+ },
1974
+ {
1975
+ "abstract": true,
1976
+ "docs": {
1977
+ "default": "true",
1978
+ "deprecated": "- Use `buildWorkflowOptions.mutableBuild`",
1979
+ "remarks": "This means\nthat any files synthesized by projen or e.g. test snapshots will always be up-to-date\nbefore a PR is merged.\n\nImplies that PR builds do not have anti-tamper checks.",
1980
+ "stability": "deprecated",
1981
+ "summary": "Automatically update files modified during builds to pull-request branches."
1982
+ },
1983
+ "immutable": true,
1984
+ "locationInModule": {
1985
+ "filename": "src/cdk-project-options.generated.ts",
1986
+ "line": 408
1987
+ },
1988
+ "name": "mutableBuild",
1989
+ "optional": true,
1990
+ "type": {
1991
+ "primitive": "boolean"
1992
+ }
1993
+ },
1994
+ {
1995
+ "abstract": true,
1996
+ "docs": {
1997
+ "default": "- The next version will be determined based on the commit history and project settings.",
1998
+ "remarks": "If present, this shell command will be run before the bump is executed, and\nit determines what version to release. It will be executed in the following\nenvironment:\n\n- Working directory: the project directory.\n- `$VERSION`: the current version. Looks like `1.2.3`.\n- `$LATEST_TAG`: the most recent tag. Looks like `prefix-v1.2.3`, or may be unset.\n- `$SUGGESTED_BUMP`: the suggested bump action based on commits. One of `major|minor|patch|none`.\n\nThe command should print one of the following to `stdout`:\n\n- Nothing: the next version number will be determined based on commit history.\n- `x.y.z`: the next version number will be `x.y.z`.\n- `major|minor|patch`: the next version number will be the current version number\n with the indicated component bumped.\n\nThis setting cannot be specified together with `minMajorVersion`; the invoked\nscript can be used to achieve the effects of `minMajorVersion`.",
1999
+ "stability": "experimental",
2000
+ "summary": "A shell command to control the next version to release."
2001
+ },
2002
+ "immutable": true,
2003
+ "locationInModule": {
2004
+ "filename": "src/cdk-project-options.generated.ts",
2005
+ "line": 721
2006
+ },
2007
+ "name": "nextVersionCommand",
2008
+ "optional": true,
2009
+ "type": {
2010
+ "primitive": "string"
2011
+ }
2012
+ },
2013
+ {
2014
+ "abstract": true,
2015
+ "docs": {
2016
+ "default": "- for scoped packages (e.g. `foo@bar`), the default is\n`NpmAccess.RESTRICTED`, for non-scoped packages, the default is\n`NpmAccess.PUBLIC`.",
2017
+ "stability": "experimental",
2018
+ "summary": "Access level of the npm package."
2019
+ },
2020
+ "immutable": true,
2021
+ "locationInModule": {
2022
+ "filename": "src/cdk-project-options.generated.ts",
2023
+ "line": 878
2024
+ },
2025
+ "name": "npmAccess",
2026
+ "optional": true,
2027
+ "type": {
2028
+ "fqn": "projen.javascript.NpmAccess"
2029
+ }
2030
+ },
2031
+ {
2032
+ "abstract": true,
2033
+ "docs": {
2034
+ "default": "\"latest\"",
2035
+ "remarks": "To set the npm dist-tag for release branches, set the `npmDistTag` property\nfor each branch.",
2036
+ "stability": "experimental",
2037
+ "summary": "The npmDistTag to use when publishing from the default branch."
2038
+ },
2039
+ "immutable": true,
2040
+ "locationInModule": {
2041
+ "filename": "src/cdk-project-options.generated.ts",
2042
+ "line": 697
2043
+ },
2044
+ "name": "npmDistTag",
2045
+ "optional": true,
2046
+ "type": {
2047
+ "primitive": "string"
2048
+ }
2049
+ },
2050
+ {
2051
+ "abstract": true,
2052
+ "docs": {
2053
+ "deprecated": "- use `project.addPackageIgnore`",
2054
+ "stability": "deprecated",
2055
+ "summary": "Additional entries to .npmignore."
2056
+ },
2057
+ "immutable": true,
2058
+ "locationInModule": {
2059
+ "filename": "src/cdk-project-options.generated.ts",
2060
+ "line": 396
2061
+ },
2062
+ "name": "npmignore",
2063
+ "optional": true,
2064
+ "type": {
2065
+ "collection": {
2066
+ "elementtype": {
2067
+ "primitive": "string"
2068
+ },
2069
+ "kind": "array"
2070
+ }
2071
+ }
2072
+ },
2073
+ {
2074
+ "abstract": true,
2075
+ "docs": {
2076
+ "default": "true",
2077
+ "stability": "experimental",
2078
+ "summary": "Defines an .npmignore file. Normally this is only needed for libraries that are packaged as tarballs."
2079
+ },
2080
+ "immutable": true,
2081
+ "locationInModule": {
2082
+ "filename": "src/cdk-project-options.generated.ts",
2083
+ "line": 390
2084
+ },
2085
+ "name": "npmignoreEnabled",
2086
+ "optional": true,
2087
+ "type": {
2088
+ "primitive": "boolean"
2089
+ }
2090
+ },
2091
+ {
2092
+ "abstract": true,
2093
+ "docs": {
2094
+ "stability": "experimental",
2095
+ "summary": "Configuration options for .npmignore file."
2096
+ },
2097
+ "immutable": true,
2098
+ "locationInModule": {
2099
+ "filename": "src/cdk-project-options.generated.ts",
2100
+ "line": 384
2101
+ },
2102
+ "name": "npmIgnoreOptions",
2103
+ "optional": true,
2104
+ "type": {
2105
+ "fqn": "projen.IgnoreFileOptions"
2106
+ }
2107
+ },
2108
+ {
2109
+ "abstract": true,
2110
+ "docs": {
2111
+ "default": "- true for public packages, false otherwise",
2112
+ "remarks": "A supported package manager is required to publish a package with npm provenance statements and\nyou will need to use a supported CI/CD provider.\n\nNote that the projen `Release` and `Publisher` components are using `publib` to publish packages,\nwhich is using npm internally and supports provenance statements independently of the package manager used.",
2113
+ "stability": "experimental",
2114
+ "summary": "Should provenance statements be generated when the package is published."
2115
+ },
2116
+ "immutable": true,
2117
+ "locationInModule": {
2118
+ "filename": "src/cdk-project-options.generated.ts",
2119
+ "line": 870
2120
+ },
2121
+ "name": "npmProvenance",
2122
+ "optional": true,
2123
+ "type": {
2124
+ "primitive": "boolean"
2125
+ }
2126
+ },
2127
+ {
2128
+ "abstract": true,
2129
+ "docs": {
2130
+ "deprecated": "use `npmRegistryUrl` instead",
2131
+ "remarks": "Cannot be set together with `npmRegistryUrl`.",
2132
+ "stability": "deprecated",
2133
+ "summary": "The host name of the npm registry to publish to."
2134
+ },
2135
+ "immutable": true,
2136
+ "locationInModule": {
2137
+ "filename": "src/cdk-project-options.generated.ts",
2138
+ "line": 859
2139
+ },
2140
+ "name": "npmRegistry",
2141
+ "optional": true,
2142
+ "type": {
2143
+ "primitive": "string"
2144
+ }
2145
+ },
2146
+ {
2147
+ "abstract": true,
2148
+ "docs": {
2149
+ "default": "\"https://registry.npmjs.org\"",
2150
+ "remarks": "Must be a URL (e.g. start with \"https://\" or \"http://\")",
2151
+ "stability": "experimental",
2152
+ "summary": "The base URL of the npm package registry."
2153
+ },
2154
+ "immutable": true,
2155
+ "locationInModule": {
2156
+ "filename": "src/cdk-project-options.generated.ts",
2157
+ "line": 852
2158
+ },
2159
+ "name": "npmRegistryUrl",
2160
+ "optional": true,
2161
+ "type": {
2162
+ "primitive": "string"
2163
+ }
2164
+ },
2165
+ {
2166
+ "abstract": true,
2167
+ "docs": {
2168
+ "default": "\"NPM_TOKEN\"",
2169
+ "stability": "experimental",
2170
+ "summary": "GitHub secret which contains the NPM token to use when publishing packages."
2171
+ },
2172
+ "immutable": true,
2173
+ "locationInModule": {
2174
+ "filename": "src/cdk-project-options.generated.ts",
2175
+ "line": 845
2176
+ },
2177
+ "name": "npmTokenSecret",
2178
+ "optional": true,
2179
+ "type": {
2180
+ "primitive": "string"
2181
+ }
2182
+ },
2183
+ {
2184
+ "abstract": true,
2185
+ "docs": {
2186
+ "default": "- false",
2187
+ "stability": "experimental",
2188
+ "summary": "Use trusted publishing for publishing to npmjs.com Needs to be pre-configured on npm.js to work."
2189
+ },
2190
+ "immutable": true,
2191
+ "locationInModule": {
2192
+ "filename": "src/cdk-project-options.generated.ts",
2193
+ "line": 839
2194
+ },
2195
+ "name": "npmTrustedPublishing",
2196
+ "optional": true,
2197
+ "type": {
2198
+ "primitive": "boolean"
2199
+ }
2200
+ },
2201
+ {
2202
+ "abstract": true,
2203
+ "docs": {
2204
+ "default": "\".\"",
2205
+ "remarks": "If this project has a parent, this directory is relative to the parent\ndirectory and it cannot be the same as the parent or any of it's other\nsubprojects.",
2206
+ "stability": "experimental",
2207
+ "summary": "The root directory of the project. Relative to this directory, all files are synthesized."
2208
+ },
2209
+ "immutable": true,
2210
+ "locationInModule": {
2211
+ "filename": "src/cdk-project-options.generated.ts",
2212
+ "line": 1216
2213
+ },
2214
+ "name": "outdir",
2215
+ "optional": true,
2216
+ "type": {
2217
+ "primitive": "string"
2218
+ }
2219
+ },
2220
+ {
2221
+ "abstract": true,
2222
+ "docs": {
2223
+ "default": "true",
2224
+ "stability": "experimental",
2225
+ "summary": "Defines a `package` task that will produce an npm tarball under the artifacts directory (e.g. `dist`)."
2226
+ },
2227
+ "immutable": true,
2228
+ "locationInModule": {
2229
+ "filename": "src/cdk-project-options.generated.ts",
2230
+ "line": 379
2231
+ },
2232
+ "name": "package",
2233
+ "optional": true,
2234
+ "type": {
2235
+ "primitive": "boolean"
2236
+ }
2237
+ },
2238
+ {
2239
+ "abstract": true,
2240
+ "docs": {
2241
+ "default": "NodePackageManager.YARN_CLASSIC",
2242
+ "stability": "experimental",
2243
+ "summary": "The Node Package Manager used to execute scripts."
2244
+ },
2245
+ "immutable": true,
2246
+ "locationInModule": {
2247
+ "filename": "src/cdk-project-options.generated.ts",
2248
+ "line": 833
2249
+ },
2250
+ "name": "packageManager",
2251
+ "optional": true,
2252
+ "type": {
2253
+ "fqn": "projen.javascript.NodePackageManager"
2254
+ }
2255
+ },
2256
+ {
2257
+ "abstract": true,
2258
+ "docs": {
2259
+ "custom": {
2260
+ "featured": "true"
2261
+ },
2262
+ "default": "- defaults to project name",
2263
+ "stability": "experimental",
2264
+ "summary": "The \"name\" in package.json."
2265
+ },
2266
+ "immutable": true,
2267
+ "locationInModule": {
2268
+ "filename": "src/cdk-project-options.generated.ts",
2269
+ "line": 827
2270
+ },
2271
+ "name": "packageName",
2272
+ "optional": true,
2273
+ "type": {
2274
+ "primitive": "string"
2275
+ }
2276
+ },
2277
+ {
2278
+ "abstract": true,
2279
+ "docs": {
2280
+ "stability": "experimental",
2281
+ "summary": "The parent project, if this project is part of a bigger project."
2282
+ },
2283
+ "immutable": true,
2284
+ "locationInModule": {
2285
+ "filename": "src/cdk-project-options.generated.ts",
2286
+ "line": 1205
2287
+ },
2288
+ "name": "parent",
2289
+ "optional": true,
2290
+ "type": {
2291
+ "fqn": "projen.Project"
2292
+ }
2293
+ },
2294
+ {
2295
+ "abstract": true,
2296
+ "docs": {
2297
+ "stability": "experimental",
2298
+ "summary": "Options for `peerDeps`."
2299
+ },
2300
+ "immutable": true,
2301
+ "locationInModule": {
2302
+ "filename": "src/cdk-project-options.generated.ts",
2303
+ "line": 820
2304
+ },
2305
+ "name": "peerDependencyOptions",
2306
+ "optional": true,
2307
+ "type": {
2308
+ "fqn": "projen.javascript.PeerDependencyOptions"
2309
+ }
2310
+ },
2311
+ {
2312
+ "abstract": true,
2313
+ "docs": {
2314
+ "default": "[]",
2315
+ "remarks": "Dependencies listed here are required to\nbe installed (and satisfied) by the _consumer_ of this library. Using peer\ndependencies allows you to ensure that only a single module of a certain\nlibrary exists in the `node_modules` tree of your consumers.\n\nNote that prior to npm@7, peer dependencies are _not_ automatically\ninstalled, which means that adding peer dependencies to a library will be a\nbreaking change for your customers.\n\nUnless `peerDependencyOptions.pinnedDevDependency` is disabled (it is\nenabled by default), projen will automatically add a dev dependency with a\npinned version for each peer dependency. This will ensure that you build &\ntest your module against the lowest peer version required.",
2316
+ "stability": "experimental",
2317
+ "summary": "Peer dependencies for this module."
2318
+ },
2319
+ "immutable": true,
2320
+ "locationInModule": {
2321
+ "filename": "src/cdk-project-options.generated.ts",
2322
+ "line": 815
2323
+ },
2324
+ "name": "peerDeps",
2325
+ "optional": true,
2326
+ "type": {
2327
+ "collection": {
2328
+ "elementtype": {
2329
+ "primitive": "string"
2330
+ },
2331
+ "kind": "array"
2332
+ }
2333
+ }
2334
+ },
2335
+ {
2336
+ "abstract": true,
2337
+ "docs": {
2338
+ "default": "\"9\"",
2339
+ "stability": "experimental",
2340
+ "summary": "The version of PNPM to use if using PNPM as a package manager."
2341
+ },
2342
+ "immutable": true,
2343
+ "locationInModule": {
2344
+ "filename": "src/cdk-project-options.generated.ts",
2345
+ "line": 796
2346
+ },
2347
+ "name": "pnpmVersion",
2348
+ "optional": true,
2349
+ "type": {
2350
+ "primitive": "string"
2351
+ }
2352
+ },
2353
+ {
2354
+ "abstract": true,
2355
+ "docs": {
2356
+ "default": "[]",
2357
+ "stability": "experimental",
2358
+ "summary": "Steps to execute after build as part of the release workflow."
2359
+ },
2360
+ "immutable": true,
2361
+ "locationInModule": {
2362
+ "filename": "src/cdk-project-options.generated.ts",
2363
+ "line": 689
2364
+ },
2365
+ "name": "postBuildSteps",
2366
+ "optional": true,
2367
+ "type": {
2368
+ "collection": {
2369
+ "elementtype": {
2370
+ "fqn": "projen.github.workflows.JobStep"
2371
+ },
2372
+ "kind": "array"
2373
+ }
2374
+ }
2375
+ },
2376
+ {
2377
+ "abstract": true,
2378
+ "docs": {
2379
+ "default": "- normal semantic versions",
2380
+ "stability": "experimental",
2381
+ "summary": "Bump versions from the default branch as pre-releases (e.g. \"beta\", \"alpha\", \"pre\")."
2382
+ },
2383
+ "immutable": true,
2384
+ "locationInModule": {
2385
+ "filename": "src/cdk-project-options.generated.ts",
2386
+ "line": 683
2387
+ },
2388
+ "name": "prerelease",
2389
+ "optional": true,
2390
+ "type": {
2391
+ "primitive": "string"
2392
+ }
2393
+ },
2394
+ {
2395
+ "abstract": true,
2396
+ "docs": {
2397
+ "default": "false",
2398
+ "stability": "experimental",
2399
+ "summary": "Setup prettier."
2400
+ },
2401
+ "immutable": true,
2402
+ "locationInModule": {
2403
+ "filename": "src/cdk-project-options.generated.ts",
2404
+ "line": 373
2405
+ },
2406
+ "name": "prettier",
2407
+ "optional": true,
2408
+ "type": {
2409
+ "primitive": "boolean"
2410
+ }
2411
+ },
2412
+ {
2413
+ "abstract": true,
2414
+ "docs": {
2415
+ "default": "- default options",
2416
+ "stability": "experimental",
2417
+ "summary": "Prettier options."
2418
+ },
2419
+ "immutable": true,
2420
+ "locationInModule": {
2421
+ "filename": "src/cdk-project-options.generated.ts",
2422
+ "line": 367
2423
+ },
2424
+ "name": "prettierOptions",
2425
+ "optional": true,
2426
+ "type": {
2427
+ "fqn": "projen.javascript.PrettierOptions"
2428
+ }
2429
+ },
2430
+ {
2431
+ "abstract": true,
2432
+ "docs": {
2433
+ "default": "ProjectType.UNKNOWN",
2434
+ "deprecated": "no longer supported at the base project level",
2435
+ "stability": "deprecated",
2436
+ "summary": "Which type of project this is (library/app)."
2437
+ },
2438
+ "immutable": true,
2439
+ "locationInModule": {
2440
+ "filename": "src/cdk-project-options.generated.ts",
2441
+ "line": 1102
2442
+ },
2443
+ "name": "projectType",
2444
+ "optional": true,
2445
+ "type": {
2446
+ "fqn": "projen.ProjectType"
2447
+ }
2448
+ },
2449
+ {
2450
+ "abstract": true,
2451
+ "docs": {
2452
+ "default": "\"npx projen\"",
2453
+ "remarks": "Can be used to customize in special environments.",
2454
+ "stability": "experimental",
2455
+ "summary": "The shell command to use in order to run the projen CLI."
2456
+ },
2457
+ "immutable": true,
2458
+ "locationInModule": {
2459
+ "filename": "src/cdk-project-options.generated.ts",
2460
+ "line": 1200
2461
+ },
2462
+ "name": "projenCommand",
2463
+ "optional": true,
2464
+ "type": {
2465
+ "primitive": "string"
2466
+ }
2467
+ },
2468
+ {
2469
+ "abstract": true,
2470
+ "docs": {
2471
+ "default": "- use a personal access token named PROJEN_GITHUB_TOKEN",
2472
+ "stability": "experimental",
2473
+ "summary": "Choose a method of providing GitHub API access for projen workflows."
2474
+ },
2475
+ "immutable": true,
2476
+ "locationInModule": {
2477
+ "filename": "src/cdk-project-options.generated.ts",
2478
+ "line": 1095
2479
+ },
2480
+ "name": "projenCredentials",
2481
+ "optional": true,
2482
+ "type": {
2483
+ "fqn": "projen.github.GithubCredentials"
2484
+ }
2485
+ },
2486
+ {
2487
+ "abstract": true,
2488
+ "docs": {
2489
+ "default": "- true if not a subproject",
2490
+ "stability": "experimental",
2491
+ "summary": "Indicates of \"projen\" should be installed as a devDependency."
2492
+ },
2493
+ "immutable": true,
2494
+ "locationInModule": {
2495
+ "filename": "src/cdk-project-options.generated.ts",
2496
+ "line": 361
2497
+ },
2498
+ "name": "projenDevDependency",
2499
+ "optional": true,
2500
+ "type": {
2501
+ "primitive": "boolean"
2502
+ }
2503
+ },
2504
+ {
2505
+ "abstract": true,
2506
+ "docs": {
2507
+ "default": "- true if projenrcJson is false",
2508
+ "stability": "experimental",
2509
+ "summary": "Generate (once) .projenrc.js (in JavaScript). Set to `false` in order to disable .projenrc.js generation."
2510
+ },
2511
+ "immutable": true,
2512
+ "locationInModule": {
2513
+ "filename": "src/cdk-project-options.generated.ts",
2514
+ "line": 355
2515
+ },
2516
+ "name": "projenrcJs",
2517
+ "optional": true,
2518
+ "type": {
2519
+ "primitive": "boolean"
2520
+ }
2521
+ },
2522
+ {
2523
+ "abstract": true,
2524
+ "docs": {
2525
+ "default": "false",
2526
+ "stability": "experimental",
2527
+ "summary": "Generate (once) .projenrc.json (in JSON). Set to `false` in order to disable .projenrc.json generation."
2528
+ },
2529
+ "immutable": true,
2530
+ "locationInModule": {
2531
+ "filename": "src/cdk-project-options.generated.ts",
2532
+ "line": 1193
2533
+ },
2534
+ "name": "projenrcJson",
2535
+ "optional": true,
2536
+ "type": {
2537
+ "primitive": "boolean"
2538
+ }
2539
+ },
2540
+ {
2541
+ "abstract": true,
2542
+ "docs": {
2543
+ "default": "- default options",
2544
+ "stability": "experimental",
2545
+ "summary": "Options for .projenrc.json."
2546
+ },
2547
+ "immutable": true,
2548
+ "locationInModule": {
2549
+ "filename": "src/cdk-project-options.generated.ts",
2550
+ "line": 1187
2551
+ },
2552
+ "name": "projenrcJsonOptions",
2553
+ "optional": true,
2554
+ "type": {
2555
+ "fqn": "projen.ProjenrcJsonOptions"
2556
+ }
2557
+ },
2558
+ {
2559
+ "abstract": true,
2560
+ "docs": {
2561
+ "default": "- default options",
2562
+ "stability": "experimental",
2563
+ "summary": "Options for .projenrc.js."
2564
+ },
2565
+ "immutable": true,
2566
+ "locationInModule": {
2567
+ "filename": "src/cdk-project-options.generated.ts",
2568
+ "line": 349
2569
+ },
2570
+ "name": "projenrcJsOptions",
2571
+ "optional": true,
2572
+ "type": {
2573
+ "fqn": "projen.javascript.ProjenrcOptions"
2574
+ }
2575
+ },
2576
+ {
2577
+ "abstract": true,
2578
+ "docs": {
2579
+ "custom": {
2580
+ "pjnew": "true"
2581
+ },
2582
+ "default": "false",
2583
+ "stability": "experimental",
2584
+ "summary": "Use TypeScript for your projenrc file (`.projenrc.ts`)."
2585
+ },
2586
+ "immutable": true,
2587
+ "locationInModule": {
2588
+ "filename": "src/cdk-project-options.generated.ts",
2589
+ "line": 233
2590
+ },
2591
+ "name": "projenrcTs",
2592
+ "optional": true,
2593
+ "type": {
2594
+ "primitive": "boolean"
2595
+ }
2596
+ },
2597
+ {
2598
+ "abstract": true,
2599
+ "docs": {
2600
+ "stability": "experimental",
2601
+ "summary": "Options for .projenrc.ts."
2602
+ },
2603
+ "immutable": true,
2604
+ "locationInModule": {
2605
+ "filename": "src/cdk-project-options.generated.ts",
2606
+ "line": 226
2607
+ },
2608
+ "name": "projenrcTsOptions",
2609
+ "optional": true,
2610
+ "type": {
2611
+ "fqn": "projen.typescript.ProjenrcOptions"
2612
+ }
2613
+ },
2614
+ {
2615
+ "abstract": true,
2616
+ "docs": {
2617
+ "default": "\"PROJEN_GITHUB_TOKEN\"",
2618
+ "deprecated": "use `projenCredentials`",
2619
+ "remarks": "This token needs to have the `repo`, `workflows`\nand `packages` scope.",
2620
+ "stability": "deprecated",
2621
+ "summary": "The name of a secret which includes a GitHub Personal Access Token to be used by projen workflows."
2622
+ },
2623
+ "immutable": true,
2624
+ "locationInModule": {
2625
+ "filename": "src/cdk-project-options.generated.ts",
2626
+ "line": 1089
2627
+ },
2628
+ "name": "projenTokenSecret",
2629
+ "optional": true,
2630
+ "type": {
2631
+ "primitive": "string"
2632
+ }
2633
+ },
2634
+ {
2635
+ "abstract": true,
2636
+ "docs": {
2637
+ "default": "- Defaults to the latest version.",
2638
+ "stability": "experimental",
2639
+ "summary": "Version of projen to install."
2640
+ },
2641
+ "immutable": true,
2642
+ "locationInModule": {
2643
+ "filename": "src/cdk-project-options.generated.ts",
2644
+ "line": 343
2645
+ },
2646
+ "name": "projenVersion",
2647
+ "optional": true,
2648
+ "type": {
2649
+ "primitive": "string"
2650
+ }
2651
+ },
2652
+ {
2653
+ "abstract": true,
2654
+ "docs": {
2655
+ "default": "false",
2656
+ "stability": "experimental",
2657
+ "summary": "Instead of actually publishing to package managers, just print the publishing command."
2658
+ },
2659
+ "immutable": true,
2660
+ "locationInModule": {
2661
+ "filename": "src/cdk-project-options.generated.ts",
2662
+ "line": 677
2663
+ },
2664
+ "name": "publishDryRun",
2665
+ "optional": true,
2666
+ "type": {
2667
+ "primitive": "boolean"
2668
+ }
2669
+ },
2670
+ {
2671
+ "abstract": true,
2672
+ "docs": {
2673
+ "default": "false",
2674
+ "remarks": "Normally, publishing only happens within automated workflows. Enable this\nin order to create a publishing task for each publishing activity.",
2675
+ "stability": "experimental",
2676
+ "summary": "Define publishing tasks that can be executed manually as well as workflows."
2677
+ },
2678
+ "immutable": true,
2679
+ "locationInModule": {
2680
+ "filename": "src/cdk-project-options.generated.ts",
2681
+ "line": 671
2682
+ },
2683
+ "name": "publishTasks",
2684
+ "optional": true,
2685
+ "type": {
2686
+ "primitive": "boolean"
2687
+ }
2688
+ },
2689
+ {
2690
+ "abstract": true,
2691
+ "docs": {
2692
+ "default": "true",
2693
+ "stability": "experimental",
2694
+ "summary": "Include a GitHub pull request template."
2695
+ },
2696
+ "immutable": true,
2697
+ "locationInModule": {
2698
+ "filename": "src/cdk-project-options.generated.ts",
2699
+ "line": 337
2700
+ },
2701
+ "name": "pullRequestTemplate",
2702
+ "optional": true,
2703
+ "type": {
2704
+ "primitive": "boolean"
2705
+ }
2706
+ },
2707
+ {
2708
+ "abstract": true,
2709
+ "docs": {
2710
+ "default": "- default content",
2711
+ "stability": "experimental",
2712
+ "summary": "The contents of the pull request template."
2713
+ },
2714
+ "immutable": true,
2715
+ "locationInModule": {
2716
+ "filename": "src/cdk-project-options.generated.ts",
2717
+ "line": 331
2718
+ },
2719
+ "name": "pullRequestTemplateContents",
2720
+ "optional": true,
2721
+ "type": {
2722
+ "collection": {
2723
+ "elementtype": {
2724
+ "primitive": "string"
2725
+ },
2726
+ "kind": "array"
2727
+ }
2728
+ }
2729
+ },
2730
+ {
2731
+ "abstract": true,
2732
+ "docs": {
2733
+ "default": "- { filename: 'README.md', contents: '# replace this' }",
2734
+ "stability": "experimental",
2735
+ "summary": "The README setup."
2736
+ },
2737
+ "immutable": true,
2738
+ "locationInModule": {
2739
+ "filename": "src/cdk-project-options.generated.ts",
2740
+ "line": 1080
2741
+ },
2742
+ "name": "readme",
2743
+ "optional": true,
2744
+ "type": {
2745
+ "fqn": "projen.SampleReadmeProps"
2746
+ }
2747
+ },
2748
+ {
2749
+ "abstract": true,
2750
+ "docs": {
2751
+ "default": "ReleasableCommits.everyCommit()",
2752
+ "stability": "experimental",
2753
+ "summary": "Find commits that should be considered releasable Used to decide if a release is required."
2754
+ },
2755
+ "immutable": true,
2756
+ "locationInModule": {
2757
+ "filename": "src/cdk-project-options.generated.ts",
2758
+ "line": 663
2759
+ },
2760
+ "name": "releasableCommits",
2761
+ "optional": true,
2762
+ "type": {
2763
+ "fqn": "projen.ReleasableCommits"
2764
+ }
2765
+ },
2766
+ {
2767
+ "abstract": true,
2768
+ "docs": {
2769
+ "default": "- true (false for subprojects)",
2770
+ "stability": "experimental",
2771
+ "summary": "Add release management to this project."
2772
+ },
2773
+ "immutable": true,
2774
+ "locationInModule": {
2775
+ "filename": "src/cdk-project-options.generated.ts",
2776
+ "line": 325
2777
+ },
2778
+ "name": "release",
2779
+ "optional": true,
2780
+ "type": {
2781
+ "primitive": "boolean"
2782
+ }
2783
+ },
2784
+ {
2785
+ "abstract": true,
2786
+ "docs": {
2787
+ "default": "- no additional branches are used for release. you can use\n`addBranch()` to add additional branches.",
2788
+ "remarks": "A workflow will be created for each\nrelease branch which will publish releases from commits in this branch.\nEach release branch _must_ be assigned a major version number which is used\nto enforce that versions published from that branch always use that major\nversion. If multiple branches are used, the `majorVersion` field must also\nbe provided for the default branch.",
2789
+ "stability": "experimental",
2790
+ "summary": "Defines additional release branches."
2791
+ },
2792
+ "immutable": true,
2793
+ "locationInModule": {
2794
+ "filename": "src/cdk-project-options.generated.ts",
2795
+ "line": 657
2796
+ },
2797
+ "name": "releaseBranches",
2798
+ "optional": true,
2799
+ "type": {
2800
+ "collection": {
2801
+ "elementtype": {
2802
+ "fqn": "projen.release.BranchOptions"
2803
+ },
2804
+ "kind": "map"
2805
+ }
2806
+ }
2807
+ },
2808
+ {
2809
+ "abstract": true,
2810
+ "docs": {
2811
+ "default": "- no environment used, unless set at the artifact level",
2812
+ "remarks": "This can be used to add an explicit approval step to the release\nor limit who can initiate a release through environment protection rules.\n\nWhen multiple artifacts are released, the environment can be overwritten\non a per artifact basis.",
2813
+ "stability": "experimental",
2814
+ "summary": "The GitHub Actions environment used for the release."
2815
+ },
2816
+ "immutable": true,
2817
+ "locationInModule": {
2818
+ "filename": "src/cdk-project-options.generated.ts",
2819
+ "line": 644
2820
+ },
2821
+ "name": "releaseEnvironment",
2822
+ "optional": true,
2823
+ "type": {
2824
+ "primitive": "string"
2825
+ }
2826
+ },
2827
+ {
2828
+ "abstract": true,
2829
+ "docs": {
2830
+ "default": "true",
2831
+ "deprecated": "Use `releaseTrigger: ReleaseTrigger.continuous()` instead",
2832
+ "stability": "deprecated",
2833
+ "summary": "Automatically release new versions every commit to one of branches in `releaseBranches`."
2834
+ },
2835
+ "immutable": true,
2836
+ "locationInModule": {
2837
+ "filename": "src/cdk-project-options.generated.ts",
2838
+ "line": 633
2839
+ },
2840
+ "name": "releaseEveryCommit",
2841
+ "optional": true,
2842
+ "type": {
2843
+ "primitive": "boolean"
2844
+ }
2845
+ },
2846
+ {
2847
+ "abstract": true,
2848
+ "docs": {
2849
+ "default": "false",
2850
+ "stability": "experimental",
2851
+ "summary": "Create a github issue on every failed publishing task."
2852
+ },
2853
+ "immutable": true,
2854
+ "locationInModule": {
2855
+ "filename": "src/cdk-project-options.generated.ts",
2856
+ "line": 626
2857
+ },
2858
+ "name": "releaseFailureIssue",
2859
+ "optional": true,
2860
+ "type": {
2861
+ "primitive": "boolean"
2862
+ }
2863
+ },
2864
+ {
2865
+ "abstract": true,
2866
+ "docs": {
2867
+ "default": "\"failed-release\"",
2868
+ "remarks": "Only applies if `releaseFailureIssue` is true.",
2869
+ "stability": "experimental",
2870
+ "summary": "The label to apply to issues indicating publish failures."
2871
+ },
2872
+ "immutable": true,
2873
+ "locationInModule": {
2874
+ "filename": "src/cdk-project-options.generated.ts",
2875
+ "line": 620
2876
+ },
2877
+ "name": "releaseFailureIssueLabel",
2878
+ "optional": true,
2879
+ "type": {
2880
+ "primitive": "string"
2881
+ }
2882
+ },
2883
+ {
2884
+ "abstract": true,
2885
+ "docs": {
2886
+ "default": "- no scheduled releases",
2887
+ "deprecated": "Use `releaseTrigger: ReleaseTrigger.scheduled()` instead",
2888
+ "stability": "deprecated",
2889
+ "summary": "CRON schedule to trigger new releases."
2890
+ },
2891
+ "immutable": true,
2892
+ "locationInModule": {
2893
+ "filename": "src/cdk-project-options.generated.ts",
2894
+ "line": 613
2895
+ },
2896
+ "name": "releaseSchedule",
2897
+ "optional": true,
2898
+ "type": {
2899
+ "primitive": "string"
2900
+ }
2901
+ },
2902
+ {
2903
+ "abstract": true,
2904
+ "docs": {
2905
+ "default": "\"v\"",
2906
+ "remarks": "Useful if you are releasing on multiple branches with overlapping version numbers.\nNote: this prefix is used to detect the latest tagged version\nwhen bumping, so if you change this on a project with an existing version\nhistory, you may need to manually tag your latest release\nwith the new prefix.",
2907
+ "stability": "experimental",
2908
+ "summary": "Automatically add the given prefix to release tags."
2909
+ },
2910
+ "immutable": true,
2911
+ "locationInModule": {
2912
+ "filename": "src/cdk-project-options.generated.ts",
2913
+ "line": 606
2914
+ },
2915
+ "name": "releaseTagPrefix",
2916
+ "optional": true,
2917
+ "type": {
2918
+ "primitive": "string"
2919
+ }
2920
+ },
2921
+ {
2922
+ "abstract": true,
2923
+ "docs": {
2924
+ "default": "false",
2925
+ "stability": "experimental",
2926
+ "summary": "Automatically release to npm when new versions are introduced."
2927
+ },
2928
+ "immutable": true,
2929
+ "locationInModule": {
2930
+ "filename": "src/cdk-project-options.generated.ts",
2931
+ "line": 319
2932
+ },
2933
+ "name": "releaseToNpm",
2934
+ "optional": true,
2935
+ "type": {
2936
+ "primitive": "boolean"
2937
+ }
2938
+ },
2939
+ {
2940
+ "abstract": true,
2941
+ "docs": {
2942
+ "default": "- Continuous releases (`ReleaseTrigger.continuous()`)",
2943
+ "stability": "experimental",
2944
+ "summary": "The release trigger to use."
2945
+ },
2946
+ "immutable": true,
2947
+ "locationInModule": {
2948
+ "filename": "src/cdk-project-options.generated.ts",
2949
+ "line": 596
2950
+ },
2951
+ "name": "releaseTrigger",
2952
+ "optional": true,
2953
+ "type": {
2954
+ "fqn": "projen.release.ReleaseTrigger"
2955
+ }
2956
+ },
2957
+ {
2958
+ "abstract": true,
2959
+ "docs": {
2960
+ "default": "- true if not a subproject",
2961
+ "deprecated": "see `release`.",
2962
+ "stability": "deprecated",
2963
+ "summary": "DEPRECATED: renamed to `release`."
2964
+ },
2965
+ "immutable": true,
2966
+ "locationInModule": {
2967
+ "filename": "src/cdk-project-options.generated.ts",
2968
+ "line": 313
2969
+ },
2970
+ "name": "releaseWorkflow",
2971
+ "optional": true,
2972
+ "type": {
2973
+ "primitive": "boolean"
2974
+ }
2975
+ },
2976
+ {
2977
+ "abstract": true,
2978
+ "docs": {
2979
+ "default": "{}",
2980
+ "stability": "experimental",
2981
+ "summary": "Build environment variables for release workflows."
2982
+ },
2983
+ "immutable": true,
2984
+ "locationInModule": {
2985
+ "filename": "src/cdk-project-options.generated.ts",
2986
+ "line": 590
2987
+ },
2988
+ "name": "releaseWorkflowEnv",
2989
+ "optional": true,
2990
+ "type": {
2991
+ "collection": {
2992
+ "elementtype": {
2993
+ "primitive": "string"
2994
+ },
2995
+ "kind": "map"
2996
+ }
2997
+ }
2998
+ },
2999
+ {
3000
+ "abstract": true,
3001
+ "docs": {
3002
+ "default": "\"release\"",
3003
+ "stability": "experimental",
3004
+ "summary": "The name of the default release workflow."
3005
+ },
3006
+ "immutable": true,
3007
+ "locationInModule": {
3008
+ "filename": "src/cdk-project-options.generated.ts",
3009
+ "line": 584
3010
+ },
3011
+ "name": "releaseWorkflowName",
3012
+ "optional": true,
3013
+ "type": {
3014
+ "primitive": "string"
3015
+ }
3016
+ },
3017
+ {
3018
+ "abstract": true,
3019
+ "docs": {
3020
+ "stability": "experimental",
3021
+ "summary": "A set of workflow steps to execute in order to setup the workflow container."
3022
+ },
3023
+ "immutable": true,
3024
+ "locationInModule": {
3025
+ "filename": "src/cdk-project-options.generated.ts",
3026
+ "line": 578
3027
+ },
3028
+ "name": "releaseWorkflowSetupSteps",
3029
+ "optional": true,
3030
+ "type": {
3031
+ "collection": {
3032
+ "elementtype": {
3033
+ "fqn": "projen.github.workflows.JobStep"
3034
+ },
3035
+ "kind": "array"
3036
+ }
3037
+ }
3038
+ },
3039
+ {
3040
+ "abstract": true,
3041
+ "docs": {
3042
+ "default": "false",
3043
+ "stability": "experimental",
3044
+ "summary": "Use renovatebot to handle dependency upgrades."
3045
+ },
3046
+ "immutable": true,
3047
+ "locationInModule": {
3048
+ "filename": "src/cdk-project-options.generated.ts",
3049
+ "line": 1181
3050
+ },
3051
+ "name": "renovatebot",
3052
+ "optional": true,
3053
+ "type": {
3054
+ "primitive": "boolean"
3055
+ }
3056
+ },
3057
+ {
3058
+ "abstract": true,
3059
+ "docs": {
3060
+ "default": "- default options",
3061
+ "stability": "experimental",
3062
+ "summary": "Options for renovatebot."
3063
+ },
3064
+ "immutable": true,
3065
+ "locationInModule": {
3066
+ "filename": "src/cdk-project-options.generated.ts",
3067
+ "line": 1175
3068
+ },
3069
+ "name": "renovatebotOptions",
3070
+ "optional": true,
3071
+ "type": {
3072
+ "fqn": "projen.RenovatebotOptions"
3073
+ }
3074
+ },
3075
+ {
3076
+ "abstract": true,
3077
+ "docs": {
3078
+ "remarks": "See https://classic.yarnpkg.com/en/docs/package-json/#toc-repository",
3079
+ "stability": "experimental",
3080
+ "summary": "The repository is the location where the actual code for your package lives."
3081
+ },
3082
+ "immutable": true,
3083
+ "locationInModule": {
3084
+ "filename": "src/cdk-project-options.generated.ts",
3085
+ "line": 790
3086
+ },
3087
+ "name": "repository",
3088
+ "optional": true,
3089
+ "type": {
3090
+ "primitive": "string"
3091
+ }
3092
+ },
3093
+ {
3094
+ "abstract": true,
3095
+ "docs": {
3096
+ "stability": "experimental",
3097
+ "summary": "If the package.json for your package is not in the root directory (for example if it is part of a monorepo), you can specify the directory in which it lives."
3098
+ },
3099
+ "immutable": true,
3100
+ "locationInModule": {
3101
+ "filename": "src/cdk-project-options.generated.ts",
3102
+ "line": 784
3103
+ },
3104
+ "name": "repositoryDirectory",
3105
+ "optional": true,
3106
+ "type": {
3107
+ "primitive": "string"
3108
+ }
3109
+ },
3110
+ {
3111
+ "abstract": true,
3112
+ "docs": {
3113
+ "default": "ApprovalLevel.BROADENING",
3114
+ "stability": "experimental",
3115
+ "summary": "To protect you against unintended changes that affect your security posture, the AWS CDK Toolkit prompts you to approve security-related changes before deploying them."
3116
+ },
3117
+ "immutable": true,
3118
+ "locationInModule": {
3119
+ "filename": "src/cdk-project-options.generated.ts",
3120
+ "line": 138
3121
+ },
3122
+ "name": "requireApproval",
3123
+ "optional": true,
3124
+ "type": {
3125
+ "fqn": "projen.awscdk.ApprovalLevel"
3126
+ }
3127
+ },
3128
+ {
3129
+ "abstract": true,
3130
+ "docs": {
3131
+ "default": "true",
3132
+ "stability": "experimental",
3133
+ "summary": "Generate one-time sample in `src/` and `test/` if there are no files there."
3134
+ },
3135
+ "immutable": true,
3136
+ "locationInModule": {
3137
+ "filename": "src/cdk-project-options.generated.ts",
3138
+ "line": 221
3139
+ },
3140
+ "name": "sampleCode",
3141
+ "optional": true,
3142
+ "type": {
3143
+ "primitive": "boolean"
3144
+ }
3145
+ },
3146
+ {
3147
+ "abstract": true,
3148
+ "docs": {
3149
+ "default": "- fetch all scoped packages from the public npm registry",
3150
+ "stability": "experimental",
3151
+ "summary": "Options for privately hosted scoped packages."
3152
+ },
3153
+ "immutable": true,
3154
+ "locationInModule": {
3155
+ "filename": "src/cdk-project-options.generated.ts",
3156
+ "line": 779
3157
+ },
3158
+ "name": "scopedPackagesOptions",
3159
+ "optional": true,
3160
+ "type": {
3161
+ "collection": {
3162
+ "elementtype": {
3163
+ "fqn": "projen.javascript.ScopedPackagesOptions"
3164
+ },
3165
+ "kind": "array"
3166
+ }
3167
+ }
3168
+ },
3169
+ {
3170
+ "abstract": true,
3171
+ "docs": {
3172
+ "default": "{}",
3173
+ "deprecated": "use `project.addTask()` or `package.setScript()`",
3174
+ "remarks": "If a script has the same name as a standard script,\nthe standard script will be overwritten.\nAlso adds the script as a task.",
3175
+ "stability": "deprecated",
3176
+ "summary": "npm scripts to include."
3177
+ },
3178
+ "immutable": true,
3179
+ "locationInModule": {
3180
+ "filename": "src/cdk-project-options.generated.ts",
3181
+ "line": 773
3182
+ },
3183
+ "name": "scripts",
3184
+ "optional": true,
3185
+ "type": {
3186
+ "collection": {
3187
+ "elementtype": {
3188
+ "primitive": "string"
3189
+ },
3190
+ "kind": "map"
3191
+ }
3192
+ }
3193
+ },
3194
+ {
3195
+ "abstract": true,
3196
+ "docs": {
3197
+ "default": "\"src\"",
3198
+ "stability": "experimental",
3199
+ "summary": "Typescript sources directory."
3200
+ },
3201
+ "immutable": true,
3202
+ "locationInModule": {
3203
+ "filename": "src/cdk-project-options.generated.ts",
3204
+ "line": 215
3205
+ },
3206
+ "name": "srcdir",
3207
+ "optional": true,
3208
+ "type": {
3209
+ "primitive": "string"
3210
+ }
3211
+ },
3212
+ {
3213
+ "abstract": true,
3214
+ "docs": {
3215
+ "stability": "experimental",
3216
+ "summary": "Package's Stability."
3217
+ },
3218
+ "immutable": true,
3219
+ "locationInModule": {
3220
+ "filename": "src/cdk-project-options.generated.ts",
3221
+ "line": 763
3222
+ },
3223
+ "name": "stability",
3224
+ "optional": true,
3225
+ "type": {
3226
+ "primitive": "string"
3227
+ }
3228
+ },
3229
+ {
3230
+ "abstract": true,
3231
+ "docs": {
3232
+ "default": "false",
3233
+ "remarks": "See `staleOptions` for options.",
3234
+ "stability": "experimental",
3235
+ "summary": "Auto-close of stale issues and pull request."
3236
+ },
3237
+ "immutable": true,
3238
+ "locationInModule": {
3239
+ "filename": "src/cdk-project-options.generated.ts",
3240
+ "line": 1074
3241
+ },
3242
+ "name": "stale",
3243
+ "optional": true,
3244
+ "type": {
3245
+ "primitive": "boolean"
3246
+ }
3247
+ },
3248
+ {
3249
+ "abstract": true,
3250
+ "docs": {
3251
+ "default": "- see defaults in `StaleOptions`",
3252
+ "remarks": "To disable set `stale` to `false`.",
3253
+ "stability": "experimental",
3254
+ "summary": "Auto-close stale issues and pull requests."
3255
+ },
3256
+ "immutable": true,
3257
+ "locationInModule": {
3258
+ "filename": "src/cdk-project-options.generated.ts",
3259
+ "line": 1067
3260
+ },
3261
+ "name": "staleOptions",
3262
+ "optional": true,
3263
+ "type": {
3264
+ "fqn": "projen.github.StaleOptions"
3265
+ }
3266
+ },
3267
+ {
3268
+ "abstract": true,
3269
+ "docs": {
3270
+ "default": "\"test\"",
3271
+ "remarks": "Tests files should be named `xxx.test.ts`.\nIf this directory is under `srcdir` (e.g. `src/test`, `src/__tests__`),\nthen tests are going to be compiled into `lib/` and executed as javascript.\nIf the test directory is outside of `src`, then we configure jest to\ncompile the code in-memory.",
3272
+ "stability": "experimental",
3273
+ "summary": "Jest tests directory."
3274
+ },
3275
+ "immutable": true,
3276
+ "locationInModule": {
3277
+ "filename": "src/cdk-project-options.generated.ts",
3278
+ "line": 209
3279
+ },
3280
+ "name": "testdir",
3281
+ "optional": true,
3282
+ "type": {
3283
+ "primitive": "string"
3284
+ }
3285
+ },
3286
+ {
3287
+ "abstract": true,
3288
+ "docs": {
3289
+ "default": "- default options",
3290
+ "stability": "experimental",
3291
+ "summary": "Custom TSConfig."
3292
+ },
3293
+ "immutable": true,
3294
+ "locationInModule": {
3295
+ "filename": "src/cdk-project-options.generated.ts",
3296
+ "line": 199
3297
+ },
3298
+ "name": "tsconfig",
3299
+ "optional": true,
3300
+ "type": {
3301
+ "fqn": "projen.javascript.TypescriptConfigOptions"
3302
+ }
3303
+ },
3304
+ {
3305
+ "abstract": true,
3306
+ "docs": {
3307
+ "default": "- use the production tsconfig options",
3308
+ "stability": "experimental",
3309
+ "summary": "Custom tsconfig options for the development tsconfig.json file (used for testing)."
3310
+ },
3311
+ "immutable": true,
3312
+ "locationInModule": {
3313
+ "filename": "src/cdk-project-options.generated.ts",
3314
+ "line": 193
3315
+ },
3316
+ "name": "tsconfigDev",
3317
+ "optional": true,
3318
+ "type": {
3319
+ "fqn": "projen.javascript.TypescriptConfigOptions"
3320
+ }
3321
+ },
3322
+ {
3323
+ "abstract": true,
3324
+ "docs": {
3325
+ "default": "\"tsconfig.dev.json\"",
3326
+ "stability": "experimental",
3327
+ "summary": "The name of the development tsconfig.json file."
3328
+ },
3329
+ "immutable": true,
3330
+ "locationInModule": {
3331
+ "filename": "src/cdk-project-options.generated.ts",
3332
+ "line": 187
3333
+ },
3334
+ "name": "tsconfigDevFile",
3335
+ "optional": true,
3336
+ "type": {
3337
+ "primitive": "string"
3338
+ }
3339
+ },
3340
+ {
3341
+ "abstract": true,
3342
+ "docs": {
3343
+ "stability": "experimental",
3344
+ "summary": "Options for ts-jest."
3345
+ },
3346
+ "immutable": true,
3347
+ "locationInModule": {
3348
+ "filename": "src/cdk-project-options.generated.ts",
3349
+ "line": 181
3350
+ },
3351
+ "name": "tsJestOptions",
3352
+ "optional": true,
3353
+ "type": {
3354
+ "fqn": "projen.typescript.TsJestOptions"
3355
+ }
3356
+ },
3357
+ {
3358
+ "abstract": true,
3359
+ "docs": {
3360
+ "default": "\"latest\"",
3361
+ "remarks": "NOTE: Typescript is not semantically versioned and should remain on the\nsame minor, so we recommend using a `~` dependency (e.g. `~1.2.3`).",
3362
+ "stability": "experimental",
3363
+ "summary": "TypeScript version to use."
3364
+ },
3365
+ "immutable": true,
3366
+ "locationInModule": {
3367
+ "filename": "src/cdk-project-options.generated.ts",
3368
+ "line": 176
3369
+ },
3370
+ "name": "typescriptVersion",
3371
+ "optional": true,
3372
+ "type": {
3373
+ "primitive": "string"
3374
+ }
3375
+ },
3376
+ {
3377
+ "abstract": true,
3378
+ "docs": {
3379
+ "default": "- standard configuration applicable for GitHub repositories",
3380
+ "remarks": "Given values either append to default configuration or overwrite values in it.",
3381
+ "stability": "experimental",
3382
+ "summary": "Custom configuration used when creating changelog with commit-and-tag-version package."
3383
+ },
3384
+ "immutable": true,
3385
+ "locationInModule": {
3386
+ "filename": "src/cdk-project-options.generated.ts",
3387
+ "line": 573
3388
+ },
3389
+ "name": "versionrcOptions",
3390
+ "optional": true,
3391
+ "type": {
3392
+ "collection": {
3393
+ "elementtype": {
3394
+ "primitive": "any"
3395
+ },
3396
+ "kind": "map"
3397
+ }
3398
+ }
3399
+ },
3400
+ {
3401
+ "abstract": true,
3402
+ "docs": {
3403
+ "default": "true",
3404
+ "remarks": "Enabled by default for root projects. Disabled for non-root projects.",
3405
+ "stability": "experimental",
3406
+ "summary": "Enable VSCode integration."
3407
+ },
3408
+ "immutable": true,
3409
+ "locationInModule": {
3410
+ "filename": "src/cdk-project-options.generated.ts",
3411
+ "line": 1060
3412
+ },
3413
+ "name": "vscode",
3414
+ "optional": true,
3415
+ "type": {
3416
+ "primitive": "boolean"
3417
+ }
3418
+ },
3419
+ {
3420
+ "abstract": true,
3421
+ "docs": {
3422
+ "default": "[]",
3423
+ "stability": "experimental",
3424
+ "summary": "Glob patterns to exclude from `cdk watch`."
3425
+ },
3426
+ "immutable": true,
3427
+ "locationInModule": {
3428
+ "filename": "src/cdk-project-options.generated.ts",
3429
+ "line": 132
3430
+ },
3431
+ "name": "watchExcludes",
3432
+ "optional": true,
3433
+ "type": {
3434
+ "collection": {
3435
+ "elementtype": {
3436
+ "primitive": "string"
3437
+ },
3438
+ "kind": "array"
3439
+ }
3440
+ }
3441
+ },
3442
+ {
3443
+ "abstract": true,
3444
+ "docs": {
3445
+ "default": "[]",
3446
+ "stability": "experimental",
3447
+ "summary": "Glob patterns to include in `cdk watch`."
3448
+ },
3449
+ "immutable": true,
3450
+ "locationInModule": {
3451
+ "filename": "src/cdk-project-options.generated.ts",
3452
+ "line": 126
3453
+ },
3454
+ "name": "watchIncludes",
3455
+ "optional": true,
3456
+ "type": {
3457
+ "collection": {
3458
+ "elementtype": {
3459
+ "primitive": "string"
3460
+ },
3461
+ "kind": "array"
3462
+ }
3463
+ }
3464
+ },
3465
+ {
3466
+ "abstract": true,
3467
+ "docs": {
3468
+ "default": "\"yarn install --frozen-lockfile && yarn projen\"",
3469
+ "stability": "experimental",
3470
+ "summary": "Workflow steps to use in order to bootstrap this repo."
3471
+ },
3472
+ "immutable": true,
3473
+ "locationInModule": {
3474
+ "filename": "src/cdk-project-options.generated.ts",
3475
+ "line": 306
3476
+ },
3477
+ "name": "workflowBootstrapSteps",
3478
+ "optional": true,
3479
+ "type": {
3480
+ "collection": {
3481
+ "elementtype": {
3482
+ "fqn": "projen.github.workflows.JobStep"
3483
+ },
3484
+ "kind": "array"
3485
+ }
3486
+ }
3487
+ },
3488
+ {
3489
+ "abstract": true,
3490
+ "docs": {
3491
+ "default": "- default image",
3492
+ "stability": "experimental",
3493
+ "summary": "Container image to use for GitHub workflows."
3494
+ },
3495
+ "immutable": true,
3496
+ "locationInModule": {
3497
+ "filename": "src/cdk-project-options.generated.ts",
3498
+ "line": 566
3499
+ },
3500
+ "name": "workflowContainerImage",
3501
+ "optional": true,
3502
+ "type": {
3503
+ "primitive": "string"
3504
+ }
3505
+ },
3506
+ {
3507
+ "abstract": true,
3508
+ "docs": {
3509
+ "default": "- default GitHub Actions user",
3510
+ "stability": "experimental",
3511
+ "summary": "The git identity to use in workflows."
3512
+ },
3513
+ "immutable": true,
3514
+ "locationInModule": {
3515
+ "filename": "src/cdk-project-options.generated.ts",
3516
+ "line": 300
3517
+ },
3518
+ "name": "workflowGitIdentity",
3519
+ "optional": true,
3520
+ "type": {
3521
+ "fqn": "projen.github.GitIdentity"
3522
+ }
3523
+ },
3524
+ {
3525
+ "abstract": true,
3526
+ "docs": {
3527
+ "default": "- `minNodeVersion` if set, otherwise `lts/*`.",
3528
+ "remarks": "Always use this option if your GitHub Actions workflows require a specific to run.",
3529
+ "stability": "experimental",
3530
+ "summary": "The node version used in GitHub Actions workflows."
3531
+ },
3532
+ "immutable": true,
3533
+ "locationInModule": {
3534
+ "filename": "src/cdk-project-options.generated.ts",
3535
+ "line": 294
3536
+ },
3537
+ "name": "workflowNodeVersion",
3538
+ "optional": true,
3539
+ "type": {
3540
+ "primitive": "string"
3541
+ }
3542
+ },
3543
+ {
3544
+ "abstract": true,
3545
+ "docs": {
3546
+ "default": "false",
3547
+ "stability": "experimental",
3548
+ "summary": "Enable Node.js package cache in GitHub workflows."
3549
+ },
3550
+ "immutable": true,
3551
+ "locationInModule": {
3552
+ "filename": "src/cdk-project-options.generated.ts",
3553
+ "line": 287
3554
+ },
3555
+ "name": "workflowPackageCache",
3556
+ "optional": true,
3557
+ "type": {
3558
+ "primitive": "boolean"
3559
+ }
3560
+ },
3561
+ {
3562
+ "abstract": true,
3563
+ "docs": {
3564
+ "custom": {
3565
+ "description": "Defines a target Runner by labels",
3566
+ "throws": "{Error} if both `runsOn` and `runsOnGroup` are specified"
3567
+ },
3568
+ "default": "[\"ubuntu-latest\"]",
3569
+ "stability": "experimental",
3570
+ "summary": "Github Runner selection labels."
3571
+ },
3572
+ "immutable": true,
3573
+ "locationInModule": {
3574
+ "filename": "src/cdk-project-options.generated.ts",
3575
+ "line": 560
3576
+ },
3577
+ "name": "workflowRunsOn",
3578
+ "optional": true,
3579
+ "type": {
3580
+ "collection": {
3581
+ "elementtype": {
3582
+ "primitive": "string"
3583
+ },
3584
+ "kind": "array"
3585
+ }
3586
+ }
3587
+ },
3588
+ {
3589
+ "abstract": true,
3590
+ "docs": {
3591
+ "custom": {
3592
+ "description": "Defines a target Runner Group by name and/or labels",
3593
+ "throws": "{Error} if both `runsOn` and `runsOnGroup` are specified"
3594
+ },
3595
+ "stability": "experimental",
3596
+ "summary": "Github Runner Group selection options."
3597
+ },
3598
+ "immutable": true,
3599
+ "locationInModule": {
3600
+ "filename": "src/cdk-project-options.generated.ts",
3601
+ "line": 552
3602
+ },
3603
+ "name": "workflowRunsOnGroup",
3604
+ "optional": true,
3605
+ "type": {
3606
+ "fqn": "projen.GroupRunnerOptions"
3607
+ }
3608
+ },
3609
+ {
3610
+ "abstract": true,
3611
+ "docs": {
3612
+ "default": "- Yarn Berry v4 with all default options",
3613
+ "stability": "experimental",
3614
+ "summary": "Options for Yarn Berry."
3615
+ },
3616
+ "immutable": true,
3617
+ "locationInModule": {
3618
+ "filename": "src/cdk-project-options.generated.ts",
3619
+ "line": 758
3620
+ },
3621
+ "name": "yarnBerryOptions",
3622
+ "optional": true,
3623
+ "type": {
3624
+ "fqn": "projen.javascript.YarnBerryOptions"
3625
+ }
284
3626
  }
285
3627
  ],
286
- "symbolId": "src/cdk-project:RocketleapCdkProjectOptions"
3628
+ "symbolId": "src/cdk-project-options.generated:RocketleapCdkProjectOptions"
287
3629
  }
288
3630
  },
289
- "version": "0.0.10",
290
- "fingerprint": "9KtKEz/sMp+6LfiDc57MLlzOSmIWSaCyiZR3h6933V8="
3631
+ "version": "0.0.11",
3632
+ "fingerprint": "Pzp9/fvnACh2szDiiSDcpzYQI3yB0eiGkia7mDEP5Uc="
291
3633
  }