mrpj 0.1.98 → 0.1.99

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
@@ -49,6 +49,7 @@
49
49
  "projen.gitlab": {},
50
50
  "projen.java": {},
51
51
  "projen.javascript": {},
52
+ "projen.javascript.biome_config": {},
52
53
  "projen.python": {},
53
54
  "projen.release": {},
54
55
  "projen.typescript": {},
@@ -233,7 +234,7 @@
233
234
  "immutable": true,
234
235
  "locationInModule": {
235
236
  "filename": "src/construct-project-options.ts",
236
- "line": 515
237
+ "line": 527
237
238
  },
238
239
  "name": "defaultReleaseBranch",
239
240
  "type": {
@@ -253,7 +254,7 @@
253
254
  "immutable": true,
254
255
  "locationInModule": {
255
256
  "filename": "src/construct-project-options.ts",
256
- "line": 1131
257
+ "line": 1143
257
258
  },
258
259
  "name": "name",
259
260
  "type": {
@@ -288,7 +289,7 @@
288
289
  "immutable": true,
289
290
  "locationInModule": {
290
291
  "filename": "src/construct-project-options.ts",
291
- "line": 969
292
+ "line": 981
292
293
  },
293
294
  "name": "allowLibraryDependencies",
294
295
  "optional": true,
@@ -306,7 +307,7 @@
306
307
  "immutable": true,
307
308
  "locationInModule": {
308
309
  "filename": "src/construct-project-options.ts",
309
- "line": 509
310
+ "line": 521
310
311
  },
311
312
  "name": "artifactsDirectory",
312
313
  "optional": true,
@@ -323,7 +324,7 @@
323
324
  "immutable": true,
324
325
  "locationInModule": {
325
326
  "filename": "src/construct-project-options.ts",
326
- "line": 961
327
+ "line": 973
327
328
  },
328
329
  "name": "authorEmail",
329
330
  "optional": true,
@@ -340,7 +341,7 @@
340
341
  "immutable": true,
341
342
  "locationInModule": {
342
343
  "filename": "src/construct-project-options.ts",
343
- "line": 956
344
+ "line": 968
344
345
  },
345
346
  "name": "authorName",
346
347
  "optional": true,
@@ -357,7 +358,7 @@
357
358
  "immutable": true,
358
359
  "locationInModule": {
359
360
  "filename": "src/construct-project-options.ts",
360
- "line": 951
361
+ "line": 963
361
362
  },
362
363
  "name": "authorOrganization",
363
364
  "optional": true,
@@ -374,7 +375,7 @@
374
375
  "immutable": true,
375
376
  "locationInModule": {
376
377
  "filename": "src/construct-project-options.ts",
377
- "line": 946
378
+ "line": 958
378
379
  },
379
380
  "name": "authorUrl",
380
381
  "optional": true,
@@ -392,7 +393,7 @@
392
393
  "immutable": true,
393
394
  "locationInModule": {
394
395
  "filename": "src/construct-project-options.ts",
395
- "line": 1055
396
+ "line": 1067
396
397
  },
397
398
  "name": "autoApproveOptions",
398
399
  "optional": true,
@@ -411,7 +412,7 @@
411
412
  "immutable": true,
412
413
  "locationInModule": {
413
414
  "filename": "src/construct-project-options.ts",
414
- "line": 503
415
+ "line": 515
415
416
  },
416
417
  "name": "autoApproveUpgrades",
417
418
  "optional": true,
@@ -429,7 +430,7 @@
429
430
  "immutable": true,
430
431
  "locationInModule": {
431
432
  "filename": "src/construct-project-options.ts",
432
- "line": 941
433
+ "line": 953
433
434
  },
434
435
  "name": "autoDetectBin",
435
436
  "optional": true,
@@ -448,7 +449,7 @@
448
449
  "immutable": true,
449
450
  "locationInModule": {
450
451
  "filename": "src/construct-project-options.ts",
451
- "line": 1049
452
+ "line": 1061
452
453
  },
453
454
  "name": "autoMerge",
454
455
  "optional": true,
@@ -467,7 +468,7 @@
467
468
  "immutable": true,
468
469
  "locationInModule": {
469
470
  "filename": "src/construct-project-options.ts",
470
- "line": 1041
471
+ "line": 1053
471
472
  },
472
473
  "name": "autoMergeOptions",
473
474
  "optional": true,
@@ -485,7 +486,7 @@
485
486
  "immutable": true,
486
487
  "locationInModule": {
487
488
  "filename": "src/construct-project-options.ts",
488
- "line": 935
489
+ "line": 947
489
490
  },
490
491
  "name": "bin",
491
492
  "optional": true,
@@ -498,6 +499,42 @@
498
499
  }
499
500
  }
500
501
  },
502
+ {
503
+ "abstract": true,
504
+ "docs": {
505
+ "default": "false",
506
+ "stability": "stable",
507
+ "summary": "Setup Biome."
508
+ },
509
+ "immutable": true,
510
+ "locationInModule": {
511
+ "filename": "src/construct-project-options.ts",
512
+ "line": 508
513
+ },
514
+ "name": "biome",
515
+ "optional": true,
516
+ "type": {
517
+ "primitive": "boolean"
518
+ }
519
+ },
520
+ {
521
+ "abstract": true,
522
+ "docs": {
523
+ "default": "- default options",
524
+ "stability": "stable",
525
+ "summary": "Biome options."
526
+ },
527
+ "immutable": true,
528
+ "locationInModule": {
529
+ "filename": "src/construct-project-options.ts",
530
+ "line": 502
531
+ },
532
+ "name": "biomeOptions",
533
+ "optional": true,
534
+ "type": {
535
+ "fqn": "projen.javascript.BiomeOptions"
536
+ }
537
+ },
501
538
  {
502
539
  "abstract": true,
503
540
  "docs": {
@@ -507,7 +544,7 @@
507
544
  "immutable": true,
508
545
  "locationInModule": {
509
546
  "filename": "src/construct-project-options.ts",
510
- "line": 927
547
+ "line": 939
511
548
  },
512
549
  "name": "bugsEmail",
513
550
  "optional": true,
@@ -524,7 +561,7 @@
524
561
  "immutable": true,
525
562
  "locationInModule": {
526
563
  "filename": "src/construct-project-options.ts",
527
- "line": 922
564
+ "line": 934
528
565
  },
529
566
  "name": "bugsUrl",
530
567
  "optional": true,
@@ -578,7 +615,7 @@
578
615
  "immutable": true,
579
616
  "locationInModule": {
580
617
  "filename": "src/construct-project-options.ts",
581
- "line": 691
618
+ "line": 703
582
619
  },
583
620
  "name": "bumpPackage",
584
621
  "optional": true,
@@ -596,7 +633,7 @@
596
633
  "immutable": true,
597
634
  "locationInModule": {
598
635
  "filename": "src/construct-project-options.ts",
599
- "line": 917
636
+ "line": 929
600
637
  },
601
638
  "name": "bundledDeps",
602
639
  "optional": true,
@@ -636,7 +673,7 @@
636
673
  "immutable": true,
637
674
  "locationInModule": {
638
675
  "filename": "src/construct-project-options.ts",
639
- "line": 902
676
+ "line": 914
640
677
  },
641
678
  "name": "bunVersion",
642
679
  "optional": true,
@@ -748,7 +785,7 @@
748
785
  "immutable": true,
749
786
  "locationInModule": {
750
787
  "filename": "src/construct-project-options.ts",
751
- "line": 1033
788
+ "line": 1045
752
789
  },
753
790
  "name": "clobber",
754
791
  "optional": true,
@@ -767,7 +804,7 @@
767
804
  "immutable": true,
768
805
  "locationInModule": {
769
806
  "filename": "src/construct-project-options.ts",
770
- "line": 896
807
+ "line": 908
771
808
  },
772
809
  "name": "codeArtifactOptions",
773
810
  "optional": true,
@@ -821,7 +858,7 @@
821
858
  "immutable": true,
822
859
  "locationInModule": {
823
860
  "filename": "src/construct-project-options.ts",
824
- "line": 1124
861
+ "line": 1136
825
862
  },
826
863
  "name": "commitGenerated",
827
864
  "optional": true,
@@ -989,7 +1026,7 @@
989
1026
  "immutable": true,
990
1027
  "locationInModule": {
991
1028
  "filename": "src/construct-project-options.ts",
992
- "line": 889
1029
+ "line": 901
993
1030
  },
994
1031
  "name": "deps",
995
1032
  "optional": true,
@@ -1052,7 +1089,7 @@
1052
1089
  "immutable": true,
1053
1090
  "locationInModule": {
1054
1091
  "filename": "src/construct-project-options.ts",
1055
- "line": 876
1092
+ "line": 888
1056
1093
  },
1057
1094
  "name": "description",
1058
1095
  "optional": true,
@@ -1070,7 +1107,7 @@
1070
1107
  "immutable": true,
1071
1108
  "locationInModule": {
1072
1109
  "filename": "src/construct-project-options.ts",
1073
- "line": 1027
1110
+ "line": 1039
1074
1111
  },
1075
1112
  "name": "devContainer",
1076
1113
  "optional": true,
@@ -1092,7 +1129,7 @@
1092
1129
  "immutable": true,
1093
1130
  "locationInModule": {
1094
1131
  "filename": "src/construct-project-options.ts",
1095
- "line": 868
1132
+ "line": 880
1096
1133
  },
1097
1134
  "name": "devDeps",
1098
1135
  "optional": true,
@@ -1223,7 +1260,7 @@
1223
1260
  "immutable": true,
1224
1261
  "locationInModule": {
1225
1262
  "filename": "src/construct-project-options.ts",
1226
- "line": 851
1263
+ "line": 863
1227
1264
  },
1228
1265
  "name": "entrypoint",
1229
1266
  "optional": true,
@@ -1337,7 +1374,7 @@
1337
1374
  "immutable": true,
1338
1375
  "locationInModule": {
1339
1376
  "filename": "src/construct-project-options.ts",
1340
- "line": 1021
1377
+ "line": 1033
1341
1378
  },
1342
1379
  "name": "github",
1343
1380
  "optional": true,
@@ -1355,7 +1392,7 @@
1355
1392
  "immutable": true,
1356
1393
  "locationInModule": {
1357
1394
  "filename": "src/construct-project-options.ts",
1358
- "line": 1014
1395
+ "line": 1026
1359
1396
  },
1360
1397
  "name": "githubOptions",
1361
1398
  "optional": true,
@@ -1394,7 +1431,7 @@
1394
1431
  "immutable": true,
1395
1432
  "locationInModule": {
1396
1433
  "filename": "src/construct-project-options.ts",
1397
- "line": 1118
1434
+ "line": 1130
1398
1435
  },
1399
1436
  "name": "gitIgnoreOptions",
1400
1437
  "optional": true,
@@ -1411,7 +1448,7 @@
1411
1448
  "immutable": true,
1412
1449
  "locationInModule": {
1413
1450
  "filename": "src/construct-project-options.ts",
1414
- "line": 1113
1451
+ "line": 1125
1415
1452
  },
1416
1453
  "name": "gitOptions",
1417
1454
  "optional": true,
@@ -1429,7 +1466,7 @@
1429
1466
  "immutable": true,
1430
1467
  "locationInModule": {
1431
1468
  "filename": "src/construct-project-options.ts",
1432
- "line": 1008
1469
+ "line": 1020
1433
1470
  },
1434
1471
  "name": "gitpod",
1435
1472
  "optional": true,
@@ -1446,7 +1483,7 @@
1446
1483
  "immutable": true,
1447
1484
  "locationInModule": {
1448
1485
  "filename": "src/construct-project-options.ts",
1449
- "line": 844
1486
+ "line": 856
1450
1487
  },
1451
1488
  "name": "homepage",
1452
1489
  "optional": true,
@@ -1518,7 +1555,7 @@
1518
1555
  "immutable": true,
1519
1556
  "locationInModule": {
1520
1557
  "filename": "src/construct-project-options.ts",
1521
- "line": 684
1558
+ "line": 696
1522
1559
  },
1523
1560
  "name": "jsiiReleaseVersion",
1524
1561
  "optional": true,
@@ -1557,7 +1594,7 @@
1557
1594
  "immutable": true,
1558
1595
  "locationInModule": {
1559
1596
  "filename": "src/construct-project-options.ts",
1560
- "line": 839
1597
+ "line": 851
1561
1598
  },
1562
1599
  "name": "keywords",
1563
1600
  "optional": true,
@@ -1653,7 +1690,7 @@
1653
1690
  "immutable": true,
1654
1691
  "locationInModule": {
1655
1692
  "filename": "src/construct-project-options.ts",
1656
- "line": 834
1693
+ "line": 846
1657
1694
  },
1658
1695
  "name": "license",
1659
1696
  "optional": true,
@@ -1671,7 +1708,7 @@
1671
1708
  "immutable": true,
1672
1709
  "locationInModule": {
1673
1710
  "filename": "src/construct-project-options.ts",
1674
- "line": 826
1711
+ "line": 838
1675
1712
  },
1676
1713
  "name": "licensed",
1677
1714
  "optional": true,
@@ -1689,7 +1726,7 @@
1689
1726
  "immutable": true,
1690
1727
  "locationInModule": {
1691
1728
  "filename": "src/construct-project-options.ts",
1692
- "line": 1108
1729
+ "line": 1120
1693
1730
  },
1694
1731
  "name": "logging",
1695
1732
  "optional": true,
@@ -1708,7 +1745,7 @@
1708
1745
  "immutable": true,
1709
1746
  "locationInModule": {
1710
1747
  "filename": "src/construct-project-options.ts",
1711
- "line": 678
1748
+ "line": 690
1712
1749
  },
1713
1750
  "name": "majorVersion",
1714
1751
  "optional": true,
@@ -1727,7 +1764,7 @@
1727
1764
  "immutable": true,
1728
1765
  "locationInModule": {
1729
1766
  "filename": "src/construct-project-options.ts",
1730
- "line": 820
1767
+ "line": 832
1731
1768
  },
1732
1769
  "name": "maxNodeVersion",
1733
1770
  "optional": true,
@@ -1746,7 +1783,7 @@
1746
1783
  "immutable": true,
1747
1784
  "locationInModule": {
1748
1785
  "filename": "src/construct-project-options.ts",
1749
- "line": 670
1786
+ "line": 682
1750
1787
  },
1751
1788
  "name": "minMajorVersion",
1752
1789
  "optional": true,
@@ -1765,7 +1802,7 @@
1765
1802
  "immutable": true,
1766
1803
  "locationInModule": {
1767
1804
  "filename": "src/construct-project-options.ts",
1768
- "line": 809
1805
+ "line": 821
1769
1806
  },
1770
1807
  "name": "minNodeVersion",
1771
1808
  "optional": true,
@@ -1784,7 +1821,7 @@
1784
1821
  "immutable": true,
1785
1822
  "locationInModule": {
1786
1823
  "filename": "src/construct-project-options.ts",
1787
- "line": 660
1824
+ "line": 672
1788
1825
  },
1789
1826
  "name": "nextVersionCommand",
1790
1827
  "optional": true,
@@ -1802,7 +1839,7 @@
1802
1839
  "immutable": true,
1803
1840
  "locationInModule": {
1804
1841
  "filename": "src/construct-project-options.ts",
1805
- "line": 794
1842
+ "line": 806
1806
1843
  },
1807
1844
  "name": "npmAccess",
1808
1845
  "optional": true,
@@ -1821,7 +1858,7 @@
1821
1858
  "immutable": true,
1822
1859
  "locationInModule": {
1823
1860
  "filename": "src/construct-project-options.ts",
1824
- "line": 636
1861
+ "line": 648
1825
1862
  },
1826
1863
  "name": "npmDistTag",
1827
1864
  "optional": true,
@@ -1875,7 +1912,7 @@
1875
1912
  "immutable": true,
1876
1913
  "locationInModule": {
1877
1914
  "filename": "src/construct-project-options.ts",
1878
- "line": 786
1915
+ "line": 798
1879
1916
  },
1880
1917
  "name": "npmProvenance",
1881
1918
  "optional": true,
@@ -1894,7 +1931,7 @@
1894
1931
  "immutable": true,
1895
1932
  "locationInModule": {
1896
1933
  "filename": "src/construct-project-options.ts",
1897
- "line": 775
1934
+ "line": 787
1898
1935
  },
1899
1936
  "name": "npmRegistryUrl",
1900
1937
  "optional": true,
@@ -1912,7 +1949,7 @@
1912
1949
  "immutable": true,
1913
1950
  "locationInModule": {
1914
1951
  "filename": "src/construct-project-options.ts",
1915
- "line": 768
1952
+ "line": 780
1916
1953
  },
1917
1954
  "name": "npmTokenSecret",
1918
1955
  "optional": true,
@@ -1931,7 +1968,7 @@
1931
1968
  "immutable": true,
1932
1969
  "locationInModule": {
1933
1970
  "filename": "src/construct-project-options.ts",
1934
- "line": 1102
1971
+ "line": 1114
1935
1972
  },
1936
1973
  "name": "outdir",
1937
1974
  "optional": true,
@@ -1967,7 +2004,7 @@
1967
2004
  "immutable": true,
1968
2005
  "locationInModule": {
1969
2006
  "filename": "src/construct-project-options.ts",
1970
- "line": 762
2007
+ "line": 774
1971
2008
  },
1972
2009
  "name": "packageManager",
1973
2010
  "optional": true,
@@ -1988,7 +2025,7 @@
1988
2025
  "immutable": true,
1989
2026
  "locationInModule": {
1990
2027
  "filename": "src/construct-project-options.ts",
1991
- "line": 756
2028
+ "line": 768
1992
2029
  },
1993
2030
  "name": "packageName",
1994
2031
  "optional": true,
@@ -2005,7 +2042,7 @@
2005
2042
  "immutable": true,
2006
2043
  "locationInModule": {
2007
2044
  "filename": "src/construct-project-options.ts",
2008
- "line": 1091
2045
+ "line": 1103
2009
2046
  },
2010
2047
  "name": "parent",
2011
2048
  "optional": true,
@@ -2022,7 +2059,7 @@
2022
2059
  "immutable": true,
2023
2060
  "locationInModule": {
2024
2061
  "filename": "src/construct-project-options.ts",
2025
- "line": 749
2062
+ "line": 761
2026
2063
  },
2027
2064
  "name": "peerDependencyOptions",
2028
2065
  "optional": true,
@@ -2041,7 +2078,7 @@
2041
2078
  "immutable": true,
2042
2079
  "locationInModule": {
2043
2080
  "filename": "src/construct-project-options.ts",
2044
- "line": 744
2081
+ "line": 756
2045
2082
  },
2046
2083
  "name": "peerDeps",
2047
2084
  "optional": true,
@@ -2064,7 +2101,7 @@
2064
2101
  "immutable": true,
2065
2102
  "locationInModule": {
2066
2103
  "filename": "src/construct-project-options.ts",
2067
- "line": 725
2104
+ "line": 737
2068
2105
  },
2069
2106
  "name": "pnpmVersion",
2070
2107
  "optional": true,
@@ -2082,7 +2119,7 @@
2082
2119
  "immutable": true,
2083
2120
  "locationInModule": {
2084
2121
  "filename": "src/construct-project-options.ts",
2085
- "line": 628
2122
+ "line": 640
2086
2123
  },
2087
2124
  "name": "postBuildSteps",
2088
2125
  "optional": true,
@@ -2105,7 +2142,7 @@
2105
2142
  "immutable": true,
2106
2143
  "locationInModule": {
2107
2144
  "filename": "src/construct-project-options.ts",
2108
- "line": 622
2145
+ "line": 634
2109
2146
  },
2110
2147
  "name": "prerelease",
2111
2148
  "optional": true,
@@ -2160,7 +2197,7 @@
2160
2197
  "immutable": true,
2161
2198
  "locationInModule": {
2162
2199
  "filename": "src/construct-project-options.ts",
2163
- "line": 1086
2200
+ "line": 1098
2164
2201
  },
2165
2202
  "name": "projenCommand",
2166
2203
  "optional": true,
@@ -2178,7 +2215,7 @@
2178
2215
  "immutable": true,
2179
2216
  "locationInModule": {
2180
2217
  "filename": "src/construct-project-options.ts",
2181
- "line": 1002
2218
+ "line": 1014
2182
2219
  },
2183
2220
  "name": "projenCredentials",
2184
2221
  "optional": true,
@@ -2232,7 +2269,7 @@
2232
2269
  "immutable": true,
2233
2270
  "locationInModule": {
2234
2271
  "filename": "src/construct-project-options.ts",
2235
- "line": 1079
2272
+ "line": 1091
2236
2273
  },
2237
2274
  "name": "projenrcJson",
2238
2275
  "optional": true,
@@ -2250,7 +2287,7 @@
2250
2287
  "immutable": true,
2251
2288
  "locationInModule": {
2252
2289
  "filename": "src/construct-project-options.ts",
2253
- "line": 1073
2290
+ "line": 1085
2254
2291
  },
2255
2292
  "name": "projenrcJsonOptions",
2256
2293
  "optional": true,
@@ -2342,7 +2379,7 @@
2342
2379
  "immutable": true,
2343
2380
  "locationInModule": {
2344
2381
  "filename": "src/construct-project-options.ts",
2345
- "line": 616
2382
+ "line": 628
2346
2383
  },
2347
2384
  "name": "publishDryRun",
2348
2385
  "optional": true,
@@ -2361,7 +2398,7 @@
2361
2398
  "immutable": true,
2362
2399
  "locationInModule": {
2363
2400
  "filename": "src/construct-project-options.ts",
2364
- "line": 610
2401
+ "line": 622
2365
2402
  },
2366
2403
  "name": "publishTasks",
2367
2404
  "optional": true,
@@ -2492,7 +2529,7 @@
2492
2529
  "immutable": true,
2493
2530
  "locationInModule": {
2494
2531
  "filename": "src/construct-project-options.ts",
2495
- "line": 996
2532
+ "line": 1008
2496
2533
  },
2497
2534
  "name": "readme",
2498
2535
  "optional": true,
@@ -2510,7 +2547,7 @@
2510
2547
  "immutable": true,
2511
2548
  "locationInModule": {
2512
2549
  "filename": "src/construct-project-options.ts",
2513
- "line": 602
2550
+ "line": 614
2514
2551
  },
2515
2552
  "name": "releasableCommits",
2516
2553
  "optional": true,
@@ -2547,7 +2584,7 @@
2547
2584
  "immutable": true,
2548
2585
  "locationInModule": {
2549
2586
  "filename": "src/construct-project-options.ts",
2550
- "line": 596
2587
+ "line": 608
2551
2588
  },
2552
2589
  "name": "releaseBranches",
2553
2590
  "optional": true,
@@ -2570,7 +2607,7 @@
2570
2607
  "immutable": true,
2571
2608
  "locationInModule": {
2572
2609
  "filename": "src/construct-project-options.ts",
2573
- "line": 583
2610
+ "line": 595
2574
2611
  },
2575
2612
  "name": "releaseFailureIssue",
2576
2613
  "optional": true,
@@ -2589,7 +2626,7 @@
2589
2626
  "immutable": true,
2590
2627
  "locationInModule": {
2591
2628
  "filename": "src/construct-project-options.ts",
2592
- "line": 577
2629
+ "line": 589
2593
2630
  },
2594
2631
  "name": "releaseFailureIssueLabel",
2595
2632
  "optional": true,
@@ -2608,7 +2645,7 @@
2608
2645
  "immutable": true,
2609
2646
  "locationInModule": {
2610
2647
  "filename": "src/construct-project-options.ts",
2611
- "line": 570
2648
+ "line": 582
2612
2649
  },
2613
2650
  "name": "releaseTagPrefix",
2614
2651
  "optional": true,
@@ -2644,7 +2681,7 @@
2644
2681
  "immutable": true,
2645
2682
  "locationInModule": {
2646
2683
  "filename": "src/construct-project-options.ts",
2647
- "line": 560
2684
+ "line": 572
2648
2685
  },
2649
2686
  "name": "releaseTrigger",
2650
2687
  "optional": true,
@@ -2662,7 +2699,7 @@
2662
2699
  "immutable": true,
2663
2700
  "locationInModule": {
2664
2701
  "filename": "src/construct-project-options.ts",
2665
- "line": 554
2702
+ "line": 566
2666
2703
  },
2667
2704
  "name": "releaseWorkflowName",
2668
2705
  "optional": true,
@@ -2679,7 +2716,7 @@
2679
2716
  "immutable": true,
2680
2717
  "locationInModule": {
2681
2718
  "filename": "src/construct-project-options.ts",
2682
- "line": 548
2719
+ "line": 560
2683
2720
  },
2684
2721
  "name": "releaseWorkflowSetupSteps",
2685
2722
  "optional": true,
@@ -2702,7 +2739,7 @@
2702
2739
  "immutable": true,
2703
2740
  "locationInModule": {
2704
2741
  "filename": "src/construct-project-options.ts",
2705
- "line": 1067
2742
+ "line": 1079
2706
2743
  },
2707
2744
  "name": "renovatebot",
2708
2745
  "optional": true,
@@ -2720,7 +2757,7 @@
2720
2757
  "immutable": true,
2721
2758
  "locationInModule": {
2722
2759
  "filename": "src/construct-project-options.ts",
2723
- "line": 1061
2760
+ "line": 1073
2724
2761
  },
2725
2762
  "name": "renovatebotOptions",
2726
2763
  "optional": true,
@@ -2738,7 +2775,7 @@
2738
2775
  "immutable": true,
2739
2776
  "locationInModule": {
2740
2777
  "filename": "src/construct-project-options.ts",
2741
- "line": 719
2778
+ "line": 731
2742
2779
  },
2743
2780
  "name": "repository",
2744
2781
  "optional": true,
@@ -2755,7 +2792,7 @@
2755
2792
  "immutable": true,
2756
2793
  "locationInModule": {
2757
2794
  "filename": "src/construct-project-options.ts",
2758
- "line": 713
2795
+ "line": 725
2759
2796
  },
2760
2797
  "name": "repositoryDirectory",
2761
2798
  "optional": true,
@@ -2808,7 +2845,7 @@
2808
2845
  "immutable": true,
2809
2846
  "locationInModule": {
2810
2847
  "filename": "src/construct-project-options.ts",
2811
- "line": 708
2848
+ "line": 720
2812
2849
  },
2813
2850
  "name": "scopedPackagesOptions",
2814
2851
  "optional": true,
@@ -2848,7 +2885,7 @@
2848
2885
  "immutable": true,
2849
2886
  "locationInModule": {
2850
2887
  "filename": "src/construct-project-options.ts",
2851
- "line": 702
2888
+ "line": 714
2852
2889
  },
2853
2890
  "name": "stability",
2854
2891
  "optional": true,
@@ -2867,7 +2904,7 @@
2867
2904
  "immutable": true,
2868
2905
  "locationInModule": {
2869
2906
  "filename": "src/construct-project-options.ts",
2870
- "line": 990
2907
+ "line": 1002
2871
2908
  },
2872
2909
  "name": "stale",
2873
2910
  "optional": true,
@@ -2886,7 +2923,7 @@
2886
2923
  "immutable": true,
2887
2924
  "locationInModule": {
2888
2925
  "filename": "src/construct-project-options.ts",
2889
- "line": 983
2926
+ "line": 995
2890
2927
  },
2891
2928
  "name": "staleOptions",
2892
2929
  "optional": true,
@@ -3014,7 +3051,7 @@
3014
3051
  "immutable": true,
3015
3052
  "locationInModule": {
3016
3053
  "filename": "src/construct-project-options.ts",
3017
- "line": 543
3054
+ "line": 555
3018
3055
  },
3019
3056
  "name": "versionrcOptions",
3020
3057
  "optional": true,
@@ -3038,7 +3075,7 @@
3038
3075
  "immutable": true,
3039
3076
  "locationInModule": {
3040
3077
  "filename": "src/construct-project-options.ts",
3041
- "line": 976
3078
+ "line": 988
3042
3079
  },
3043
3080
  "name": "vscode",
3044
3081
  "optional": true,
@@ -3079,7 +3116,7 @@
3079
3116
  "immutable": true,
3080
3117
  "locationInModule": {
3081
3118
  "filename": "src/construct-project-options.ts",
3082
- "line": 536
3119
+ "line": 548
3083
3120
  },
3084
3121
  "name": "workflowContainerImage",
3085
3122
  "optional": true,
@@ -3156,7 +3193,7 @@
3156
3193
  "immutable": true,
3157
3194
  "locationInModule": {
3158
3195
  "filename": "src/construct-project-options.ts",
3159
- "line": 530
3196
+ "line": 542
3160
3197
  },
3161
3198
  "name": "workflowRunsOn",
3162
3199
  "optional": true,
@@ -3182,7 +3219,7 @@
3182
3219
  "immutable": true,
3183
3220
  "locationInModule": {
3184
3221
  "filename": "src/construct-project-options.ts",
3185
- "line": 522
3222
+ "line": 534
3186
3223
  },
3187
3224
  "name": "workflowRunsOnGroup",
3188
3225
  "optional": true,
@@ -3200,7 +3237,7 @@
3200
3237
  "immutable": true,
3201
3238
  "locationInModule": {
3202
3239
  "filename": "src/construct-project-options.ts",
3203
- "line": 697
3240
+ "line": 709
3204
3241
  },
3205
3242
  "name": "yarnBerryOptions",
3206
3243
  "optional": true,
@@ -3303,7 +3340,7 @@
3303
3340
  "immutable": true,
3304
3341
  "locationInModule": {
3305
3342
  "filename": "src/projen-project-options.ts",
3306
- "line": 811
3343
+ "line": 823
3307
3344
  },
3308
3345
  "name": "authorName",
3309
3346
  "type": {
@@ -3318,7 +3355,7 @@
3318
3355
  "immutable": true,
3319
3356
  "locationInModule": {
3320
3357
  "filename": "src/projen-project-options.ts",
3321
- "line": 990
3358
+ "line": 1002
3322
3359
  },
3323
3360
  "name": "repo",
3324
3361
  "type": {
@@ -3335,7 +3372,7 @@
3335
3372
  "immutable": true,
3336
3373
  "locationInModule": {
3337
3374
  "filename": "src/projen-project-options.ts",
3338
- "line": 1003
3375
+ "line": 1015
3339
3376
  },
3340
3377
  "name": "allowedCommitTypes",
3341
3378
  "optional": true,
@@ -3359,7 +3396,7 @@
3359
3396
  "immutable": true,
3360
3397
  "locationInModule": {
3361
3398
  "filename": "src/projen-project-options.ts",
3362
- "line": 824
3399
+ "line": 836
3363
3400
  },
3364
3401
  "name": "allowLibraryDependencies",
3365
3402
  "optional": true,
@@ -3377,7 +3414,7 @@
3377
3414
  "immutable": true,
3378
3415
  "locationInModule": {
3379
3416
  "filename": "src/projen-project-options.ts",
3380
- "line": 370
3417
+ "line": 382
3381
3418
  },
3382
3419
  "name": "artifactsDirectory",
3383
3420
  "optional": true,
@@ -3412,7 +3449,7 @@
3412
3449
  "immutable": true,
3413
3450
  "locationInModule": {
3414
3451
  "filename": "src/projen-project-options.ts",
3415
- "line": 816
3452
+ "line": 828
3416
3453
  },
3417
3454
  "name": "authorEmail",
3418
3455
  "optional": true,
@@ -3429,7 +3466,7 @@
3429
3466
  "immutable": true,
3430
3467
  "locationInModule": {
3431
3468
  "filename": "src/projen-project-options.ts",
3432
- "line": 806
3469
+ "line": 818
3433
3470
  },
3434
3471
  "name": "authorOrganization",
3435
3472
  "optional": true,
@@ -3446,7 +3483,7 @@
3446
3483
  "immutable": true,
3447
3484
  "locationInModule": {
3448
3485
  "filename": "src/projen-project-options.ts",
3449
- "line": 801
3486
+ "line": 813
3450
3487
  },
3451
3488
  "name": "authorUrl",
3452
3489
  "optional": true,
@@ -3464,7 +3501,7 @@
3464
3501
  "immutable": true,
3465
3502
  "locationInModule": {
3466
3503
  "filename": "src/projen-project-options.ts",
3467
- "line": 910
3504
+ "line": 922
3468
3505
  },
3469
3506
  "name": "autoApproveOptions",
3470
3507
  "optional": true,
@@ -3483,7 +3520,7 @@
3483
3520
  "immutable": true,
3484
3521
  "locationInModule": {
3485
3522
  "filename": "src/projen-project-options.ts",
3486
- "line": 364
3523
+ "line": 376
3487
3524
  },
3488
3525
  "name": "autoApproveUpgrades",
3489
3526
  "optional": true,
@@ -3501,7 +3538,7 @@
3501
3538
  "immutable": true,
3502
3539
  "locationInModule": {
3503
3540
  "filename": "src/projen-project-options.ts",
3504
- "line": 796
3541
+ "line": 808
3505
3542
  },
3506
3543
  "name": "autoDetectBin",
3507
3544
  "optional": true,
@@ -3520,7 +3557,7 @@
3520
3557
  "immutable": true,
3521
3558
  "locationInModule": {
3522
3559
  "filename": "src/projen-project-options.ts",
3523
- "line": 1009
3560
+ "line": 1021
3524
3561
  },
3525
3562
  "name": "automationAppName",
3526
3563
  "optional": true,
@@ -3539,7 +3576,7 @@
3539
3576
  "immutable": true,
3540
3577
  "locationInModule": {
3541
3578
  "filename": "src/projen-project-options.ts",
3542
- "line": 904
3579
+ "line": 916
3543
3580
  },
3544
3581
  "name": "autoMerge",
3545
3582
  "optional": true,
@@ -3558,7 +3595,7 @@
3558
3595
  "immutable": true,
3559
3596
  "locationInModule": {
3560
3597
  "filename": "src/projen-project-options.ts",
3561
- "line": 896
3598
+ "line": 908
3562
3599
  },
3563
3600
  "name": "autoMergeOptions",
3564
3601
  "optional": true,
@@ -3576,7 +3613,7 @@
3576
3613
  "immutable": true,
3577
3614
  "locationInModule": {
3578
3615
  "filename": "src/projen-project-options.ts",
3579
- "line": 790
3616
+ "line": 802
3580
3617
  },
3581
3618
  "name": "bin",
3582
3619
  "optional": true,
@@ -3589,6 +3626,42 @@
3589
3626
  }
3590
3627
  }
3591
3628
  },
3629
+ {
3630
+ "abstract": true,
3631
+ "docs": {
3632
+ "default": "false",
3633
+ "stability": "stable",
3634
+ "summary": "Setup Biome."
3635
+ },
3636
+ "immutable": true,
3637
+ "locationInModule": {
3638
+ "filename": "src/projen-project-options.ts",
3639
+ "line": 369
3640
+ },
3641
+ "name": "biome",
3642
+ "optional": true,
3643
+ "type": {
3644
+ "primitive": "boolean"
3645
+ }
3646
+ },
3647
+ {
3648
+ "abstract": true,
3649
+ "docs": {
3650
+ "default": "- default options",
3651
+ "stability": "stable",
3652
+ "summary": "Biome options."
3653
+ },
3654
+ "immutable": true,
3655
+ "locationInModule": {
3656
+ "filename": "src/projen-project-options.ts",
3657
+ "line": 363
3658
+ },
3659
+ "name": "biomeOptions",
3660
+ "optional": true,
3661
+ "type": {
3662
+ "fqn": "projen.javascript.BiomeOptions"
3663
+ }
3664
+ },
3592
3665
  {
3593
3666
  "abstract": true,
3594
3667
  "docs": {
@@ -3598,7 +3671,7 @@
3598
3671
  "immutable": true,
3599
3672
  "locationInModule": {
3600
3673
  "filename": "src/projen-project-options.ts",
3601
- "line": 782
3674
+ "line": 794
3602
3675
  },
3603
3676
  "name": "bugsEmail",
3604
3677
  "optional": true,
@@ -3615,7 +3688,7 @@
3615
3688
  "immutable": true,
3616
3689
  "locationInModule": {
3617
3690
  "filename": "src/projen-project-options.ts",
3618
- "line": 777
3691
+ "line": 789
3619
3692
  },
3620
3693
  "name": "bugsUrl",
3621
3694
  "optional": true,
@@ -3669,7 +3742,7 @@
3669
3742
  "immutable": true,
3670
3743
  "locationInModule": {
3671
3744
  "filename": "src/projen-project-options.ts",
3672
- "line": 546
3745
+ "line": 558
3673
3746
  },
3674
3747
  "name": "bumpPackage",
3675
3748
  "optional": true,
@@ -3687,7 +3760,7 @@
3687
3760
  "immutable": true,
3688
3761
  "locationInModule": {
3689
3762
  "filename": "src/projen-project-options.ts",
3690
- "line": 772
3763
+ "line": 784
3691
3764
  },
3692
3765
  "name": "bundledDeps",
3693
3766
  "optional": true,
@@ -3727,7 +3800,7 @@
3727
3800
  "immutable": true,
3728
3801
  "locationInModule": {
3729
3802
  "filename": "src/projen-project-options.ts",
3730
- "line": 757
3803
+ "line": 769
3731
3804
  },
3732
3805
  "name": "bunVersion",
3733
3806
  "optional": true,
@@ -3764,7 +3837,7 @@
3764
3837
  "immutable": true,
3765
3838
  "locationInModule": {
3766
3839
  "filename": "src/projen-project-options.ts",
3767
- "line": 888
3840
+ "line": 900
3768
3841
  },
3769
3842
  "name": "clobber",
3770
3843
  "optional": true,
@@ -3783,7 +3856,7 @@
3783
3856
  "immutable": true,
3784
3857
  "locationInModule": {
3785
3858
  "filename": "src/projen-project-options.ts",
3786
- "line": 751
3859
+ "line": 763
3787
3860
  },
3788
3861
  "name": "codeArtifactOptions",
3789
3862
  "optional": true,
@@ -3837,7 +3910,7 @@
3837
3910
  "immutable": true,
3838
3911
  "locationInModule": {
3839
3912
  "filename": "src/projen-project-options.ts",
3840
- "line": 979
3913
+ "line": 991
3841
3914
  },
3842
3915
  "name": "commitGenerated",
3843
3916
  "optional": true,
@@ -3946,7 +4019,7 @@
3946
4019
  "immutable": true,
3947
4020
  "locationInModule": {
3948
4021
  "filename": "src/projen-project-options.ts",
3949
- "line": 376
4022
+ "line": 388
3950
4023
  },
3951
4024
  "name": "defaultReleaseBranch",
3952
4025
  "optional": true,
@@ -4005,7 +4078,7 @@
4005
4078
  "immutable": true,
4006
4079
  "locationInModule": {
4007
4080
  "filename": "src/projen-project-options.ts",
4008
- "line": 744
4081
+ "line": 756
4009
4082
  },
4010
4083
  "name": "deps",
4011
4084
  "optional": true,
@@ -4068,7 +4141,7 @@
4068
4141
  "immutable": true,
4069
4142
  "locationInModule": {
4070
4143
  "filename": "src/projen-project-options.ts",
4071
- "line": 731
4144
+ "line": 743
4072
4145
  },
4073
4146
  "name": "description",
4074
4147
  "optional": true,
@@ -4086,7 +4159,7 @@
4086
4159
  "immutable": true,
4087
4160
  "locationInModule": {
4088
4161
  "filename": "src/projen-project-options.ts",
4089
- "line": 882
4162
+ "line": 894
4090
4163
  },
4091
4164
  "name": "devContainer",
4092
4165
  "optional": true,
@@ -4108,7 +4181,7 @@
4108
4181
  "immutable": true,
4109
4182
  "locationInModule": {
4110
4183
  "filename": "src/projen-project-options.ts",
4111
- "line": 723
4184
+ "line": 735
4112
4185
  },
4113
4186
  "name": "devDeps",
4114
4187
  "optional": true,
@@ -4221,7 +4294,7 @@
4221
4294
  "immutable": true,
4222
4295
  "locationInModule": {
4223
4296
  "filename": "src/projen-project-options.ts",
4224
- "line": 706
4297
+ "line": 718
4225
4298
  },
4226
4299
  "name": "entrypoint",
4227
4300
  "optional": true,
@@ -4317,7 +4390,7 @@
4317
4390
  "immutable": true,
4318
4391
  "locationInModule": {
4319
4392
  "filename": "src/projen-project-options.ts",
4320
- "line": 876
4393
+ "line": 888
4321
4394
  },
4322
4395
  "name": "github",
4323
4396
  "optional": true,
@@ -4335,7 +4408,7 @@
4335
4408
  "immutable": true,
4336
4409
  "locationInModule": {
4337
4410
  "filename": "src/projen-project-options.ts",
4338
- "line": 869
4411
+ "line": 881
4339
4412
  },
4340
4413
  "name": "githubOptions",
4341
4414
  "optional": true,
@@ -4374,7 +4447,7 @@
4374
4447
  "immutable": true,
4375
4448
  "locationInModule": {
4376
4449
  "filename": "src/projen-project-options.ts",
4377
- "line": 973
4450
+ "line": 985
4378
4451
  },
4379
4452
  "name": "gitIgnoreOptions",
4380
4453
  "optional": true,
@@ -4391,7 +4464,7 @@
4391
4464
  "immutable": true,
4392
4465
  "locationInModule": {
4393
4466
  "filename": "src/projen-project-options.ts",
4394
- "line": 968
4467
+ "line": 980
4395
4468
  },
4396
4469
  "name": "gitOptions",
4397
4470
  "optional": true,
@@ -4409,7 +4482,7 @@
4409
4482
  "immutable": true,
4410
4483
  "locationInModule": {
4411
4484
  "filename": "src/projen-project-options.ts",
4412
- "line": 863
4485
+ "line": 875
4413
4486
  },
4414
4487
  "name": "gitpod",
4415
4488
  "optional": true,
@@ -4426,7 +4499,7 @@
4426
4499
  "immutable": true,
4427
4500
  "locationInModule": {
4428
4501
  "filename": "src/projen-project-options.ts",
4429
- "line": 699
4502
+ "line": 711
4430
4503
  },
4431
4504
  "name": "homepage",
4432
4505
  "optional": true,
@@ -4480,7 +4553,7 @@
4480
4553
  "immutable": true,
4481
4554
  "locationInModule": {
4482
4555
  "filename": "src/projen-project-options.ts",
4483
- "line": 539
4556
+ "line": 551
4484
4557
  },
4485
4558
  "name": "jsiiReleaseVersion",
4486
4559
  "optional": true,
@@ -4497,7 +4570,7 @@
4497
4570
  "immutable": true,
4498
4571
  "locationInModule": {
4499
4572
  "filename": "src/projen-project-options.ts",
4500
- "line": 694
4573
+ "line": 706
4501
4574
  },
4502
4575
  "name": "keywords",
4503
4576
  "optional": true,
@@ -4539,7 +4612,7 @@
4539
4612
  "immutable": true,
4540
4613
  "locationInModule": {
4541
4614
  "filename": "src/projen-project-options.ts",
4542
- "line": 689
4615
+ "line": 701
4543
4616
  },
4544
4617
  "name": "license",
4545
4618
  "optional": true,
@@ -4557,7 +4630,7 @@
4557
4630
  "immutable": true,
4558
4631
  "locationInModule": {
4559
4632
  "filename": "src/projen-project-options.ts",
4560
- "line": 681
4633
+ "line": 693
4561
4634
  },
4562
4635
  "name": "licensed",
4563
4636
  "optional": true,
@@ -4575,7 +4648,7 @@
4575
4648
  "immutable": true,
4576
4649
  "locationInModule": {
4577
4650
  "filename": "src/projen-project-options.ts",
4578
- "line": 963
4651
+ "line": 975
4579
4652
  },
4580
4653
  "name": "logging",
4581
4654
  "optional": true,
@@ -4593,7 +4666,7 @@
4593
4666
  "immutable": true,
4594
4667
  "locationInModule": {
4595
4668
  "filename": "src/projen-project-options.ts",
4596
- "line": 1026
4669
+ "line": 1038
4597
4670
  },
4598
4671
  "name": "logo",
4599
4672
  "optional": true,
@@ -4612,7 +4685,7 @@
4612
4685
  "immutable": true,
4613
4686
  "locationInModule": {
4614
4687
  "filename": "src/projen-project-options.ts",
4615
- "line": 533
4688
+ "line": 545
4616
4689
  },
4617
4690
  "name": "majorVersion",
4618
4691
  "optional": true,
@@ -4631,7 +4704,7 @@
4631
4704
  "immutable": true,
4632
4705
  "locationInModule": {
4633
4706
  "filename": "src/projen-project-options.ts",
4634
- "line": 675
4707
+ "line": 687
4635
4708
  },
4636
4709
  "name": "maxNodeVersion",
4637
4710
  "optional": true,
@@ -4650,7 +4723,7 @@
4650
4723
  "immutable": true,
4651
4724
  "locationInModule": {
4652
4725
  "filename": "src/projen-project-options.ts",
4653
- "line": 525
4726
+ "line": 537
4654
4727
  },
4655
4728
  "name": "minMajorVersion",
4656
4729
  "optional": true,
@@ -4669,7 +4742,7 @@
4669
4742
  "immutable": true,
4670
4743
  "locationInModule": {
4671
4744
  "filename": "src/projen-project-options.ts",
4672
- "line": 664
4745
+ "line": 676
4673
4746
  },
4674
4747
  "name": "minNodeVersion",
4675
4748
  "optional": true,
@@ -4690,7 +4763,7 @@
4690
4763
  "immutable": true,
4691
4764
  "locationInModule": {
4692
4765
  "filename": "src/projen-project-options.ts",
4693
- "line": 986
4766
+ "line": 998
4694
4767
  },
4695
4768
  "name": "name",
4696
4769
  "optional": true,
@@ -4709,7 +4782,7 @@
4709
4782
  "immutable": true,
4710
4783
  "locationInModule": {
4711
4784
  "filename": "src/projen-project-options.ts",
4712
- "line": 515
4785
+ "line": 527
4713
4786
  },
4714
4787
  "name": "nextVersionCommand",
4715
4788
  "optional": true,
@@ -4727,7 +4800,7 @@
4727
4800
  "immutable": true,
4728
4801
  "locationInModule": {
4729
4802
  "filename": "src/projen-project-options.ts",
4730
- "line": 649
4803
+ "line": 661
4731
4804
  },
4732
4805
  "name": "npmAccess",
4733
4806
  "optional": true,
@@ -4746,7 +4819,7 @@
4746
4819
  "immutable": true,
4747
4820
  "locationInModule": {
4748
4821
  "filename": "src/projen-project-options.ts",
4749
- "line": 491
4822
+ "line": 503
4750
4823
  },
4751
4824
  "name": "npmDistTag",
4752
4825
  "optional": true,
@@ -4800,7 +4873,7 @@
4800
4873
  "immutable": true,
4801
4874
  "locationInModule": {
4802
4875
  "filename": "src/projen-project-options.ts",
4803
- "line": 641
4876
+ "line": 653
4804
4877
  },
4805
4878
  "name": "npmProvenance",
4806
4879
  "optional": true,
@@ -4819,7 +4892,7 @@
4819
4892
  "immutable": true,
4820
4893
  "locationInModule": {
4821
4894
  "filename": "src/projen-project-options.ts",
4822
- "line": 630
4895
+ "line": 642
4823
4896
  },
4824
4897
  "name": "npmRegistryUrl",
4825
4898
  "optional": true,
@@ -4837,7 +4910,7 @@
4837
4910
  "immutable": true,
4838
4911
  "locationInModule": {
4839
4912
  "filename": "src/projen-project-options.ts",
4840
- "line": 623
4913
+ "line": 635
4841
4914
  },
4842
4915
  "name": "npmTokenSecret",
4843
4916
  "optional": true,
@@ -4856,7 +4929,7 @@
4856
4929
  "immutable": true,
4857
4930
  "locationInModule": {
4858
4931
  "filename": "src/projen-project-options.ts",
4859
- "line": 957
4932
+ "line": 969
4860
4933
  },
4861
4934
  "name": "outdir",
4862
4935
  "optional": true,
@@ -4874,7 +4947,7 @@
4874
4947
  "immutable": true,
4875
4948
  "locationInModule": {
4876
4949
  "filename": "src/projen-project-options.ts",
4877
- "line": 1015
4950
+ "line": 1027
4878
4951
  },
4879
4952
  "name": "ownerCanSelfApprovePRs",
4880
4953
  "optional": true,
@@ -4910,7 +4983,7 @@
4910
4983
  "immutable": true,
4911
4984
  "locationInModule": {
4912
4985
  "filename": "src/projen-project-options.ts",
4913
- "line": 617
4986
+ "line": 629
4914
4987
  },
4915
4988
  "name": "packageManager",
4916
4989
  "optional": true,
@@ -4931,7 +5004,7 @@
4931
5004
  "immutable": true,
4932
5005
  "locationInModule": {
4933
5006
  "filename": "src/projen-project-options.ts",
4934
- "line": 611
5007
+ "line": 623
4935
5008
  },
4936
5009
  "name": "packageName",
4937
5010
  "optional": true,
@@ -4948,7 +5021,7 @@
4948
5021
  "immutable": true,
4949
5022
  "locationInModule": {
4950
5023
  "filename": "src/projen-project-options.ts",
4951
- "line": 946
5024
+ "line": 958
4952
5025
  },
4953
5026
  "name": "parent",
4954
5027
  "optional": true,
@@ -4965,7 +5038,7 @@
4965
5038
  "immutable": true,
4966
5039
  "locationInModule": {
4967
5040
  "filename": "src/projen-project-options.ts",
4968
- "line": 604
5041
+ "line": 616
4969
5042
  },
4970
5043
  "name": "peerDependencyOptions",
4971
5044
  "optional": true,
@@ -4984,7 +5057,7 @@
4984
5057
  "immutable": true,
4985
5058
  "locationInModule": {
4986
5059
  "filename": "src/projen-project-options.ts",
4987
- "line": 599
5060
+ "line": 611
4988
5061
  },
4989
5062
  "name": "peerDeps",
4990
5063
  "optional": true,
@@ -5007,7 +5080,7 @@
5007
5080
  "immutable": true,
5008
5081
  "locationInModule": {
5009
5082
  "filename": "src/projen-project-options.ts",
5010
- "line": 580
5083
+ "line": 592
5011
5084
  },
5012
5085
  "name": "pnpmVersion",
5013
5086
  "optional": true,
@@ -5025,7 +5098,7 @@
5025
5098
  "immutable": true,
5026
5099
  "locationInModule": {
5027
5100
  "filename": "src/projen-project-options.ts",
5028
- "line": 483
5101
+ "line": 495
5029
5102
  },
5030
5103
  "name": "postBuildSteps",
5031
5104
  "optional": true,
@@ -5048,7 +5121,7 @@
5048
5121
  "immutable": true,
5049
5122
  "locationInModule": {
5050
5123
  "filename": "src/projen-project-options.ts",
5051
- "line": 477
5124
+ "line": 489
5052
5125
  },
5053
5126
  "name": "prerelease",
5054
5127
  "optional": true,
@@ -5103,7 +5176,7 @@
5103
5176
  "immutable": true,
5104
5177
  "locationInModule": {
5105
5178
  "filename": "src/projen-project-options.ts",
5106
- "line": 941
5179
+ "line": 953
5107
5180
  },
5108
5181
  "name": "projenCommand",
5109
5182
  "optional": true,
@@ -5121,7 +5194,7 @@
5121
5194
  "immutable": true,
5122
5195
  "locationInModule": {
5123
5196
  "filename": "src/projen-project-options.ts",
5124
- "line": 857
5197
+ "line": 869
5125
5198
  },
5126
5199
  "name": "projenCredentials",
5127
5200
  "optional": true,
@@ -5175,7 +5248,7 @@
5175
5248
  "immutable": true,
5176
5249
  "locationInModule": {
5177
5250
  "filename": "src/projen-project-options.ts",
5178
- "line": 934
5251
+ "line": 946
5179
5252
  },
5180
5253
  "name": "projenrcJson",
5181
5254
  "optional": true,
@@ -5193,7 +5266,7 @@
5193
5266
  "immutable": true,
5194
5267
  "locationInModule": {
5195
5268
  "filename": "src/projen-project-options.ts",
5196
- "line": 928
5269
+ "line": 940
5197
5270
  },
5198
5271
  "name": "projenrcJsonOptions",
5199
5272
  "optional": true,
@@ -5246,7 +5319,7 @@
5246
5319
  "immutable": true,
5247
5320
  "locationInModule": {
5248
5321
  "filename": "src/projen-project-options.ts",
5249
- "line": 1039
5322
+ "line": 1051
5250
5323
  },
5251
5324
  "name": "projenVersion",
5252
5325
  "optional": true,
@@ -5264,7 +5337,7 @@
5264
5337
  "immutable": true,
5265
5338
  "locationInModule": {
5266
5339
  "filename": "src/projen-project-options.ts",
5267
- "line": 471
5340
+ "line": 483
5268
5341
  },
5269
5342
  "name": "publishDryRun",
5270
5343
  "optional": true,
@@ -5283,7 +5356,7 @@
5283
5356
  "immutable": true,
5284
5357
  "locationInModule": {
5285
5358
  "filename": "src/projen-project-options.ts",
5286
- "line": 465
5359
+ "line": 477
5287
5360
  },
5288
5361
  "name": "publishTasks",
5289
5362
  "optional": true,
@@ -5414,7 +5487,7 @@
5414
5487
  "immutable": true,
5415
5488
  "locationInModule": {
5416
5489
  "filename": "src/projen-project-options.ts",
5417
- "line": 851
5490
+ "line": 863
5418
5491
  },
5419
5492
  "name": "readme",
5420
5493
  "optional": true,
@@ -5432,7 +5505,7 @@
5432
5505
  "immutable": true,
5433
5506
  "locationInModule": {
5434
5507
  "filename": "src/projen-project-options.ts",
5435
- "line": 996
5508
+ "line": 1008
5436
5509
  },
5437
5510
  "name": "releasableCommitTypes",
5438
5511
  "optional": true,
@@ -5474,7 +5547,7 @@
5474
5547
  "immutable": true,
5475
5548
  "locationInModule": {
5476
5549
  "filename": "src/projen-project-options.ts",
5477
- "line": 457
5550
+ "line": 469
5478
5551
  },
5479
5552
  "name": "releaseBranches",
5480
5553
  "optional": true,
@@ -5497,7 +5570,7 @@
5497
5570
  "immutable": true,
5498
5571
  "locationInModule": {
5499
5572
  "filename": "src/projen-project-options.ts",
5500
- "line": 444
5573
+ "line": 456
5501
5574
  },
5502
5575
  "name": "releaseFailureIssue",
5503
5576
  "optional": true,
@@ -5516,7 +5589,7 @@
5516
5589
  "immutable": true,
5517
5590
  "locationInModule": {
5518
5591
  "filename": "src/projen-project-options.ts",
5519
- "line": 438
5592
+ "line": 450
5520
5593
  },
5521
5594
  "name": "releaseFailureIssueLabel",
5522
5595
  "optional": true,
@@ -5535,7 +5608,7 @@
5535
5608
  "immutable": true,
5536
5609
  "locationInModule": {
5537
5610
  "filename": "src/projen-project-options.ts",
5538
- "line": 431
5611
+ "line": 443
5539
5612
  },
5540
5613
  "name": "releaseTagPrefix",
5541
5614
  "optional": true,
@@ -5571,7 +5644,7 @@
5571
5644
  "immutable": true,
5572
5645
  "locationInModule": {
5573
5646
  "filename": "src/projen-project-options.ts",
5574
- "line": 421
5647
+ "line": 433
5575
5648
  },
5576
5649
  "name": "releaseTrigger",
5577
5650
  "optional": true,
@@ -5589,7 +5662,7 @@
5589
5662
  "immutable": true,
5590
5663
  "locationInModule": {
5591
5664
  "filename": "src/projen-project-options.ts",
5592
- "line": 415
5665
+ "line": 427
5593
5666
  },
5594
5667
  "name": "releaseWorkflowName",
5595
5668
  "optional": true,
@@ -5606,7 +5679,7 @@
5606
5679
  "immutable": true,
5607
5680
  "locationInModule": {
5608
5681
  "filename": "src/projen-project-options.ts",
5609
- "line": 409
5682
+ "line": 421
5610
5683
  },
5611
5684
  "name": "releaseWorkflowSetupSteps",
5612
5685
  "optional": true,
@@ -5629,7 +5702,7 @@
5629
5702
  "immutable": true,
5630
5703
  "locationInModule": {
5631
5704
  "filename": "src/projen-project-options.ts",
5632
- "line": 922
5705
+ "line": 934
5633
5706
  },
5634
5707
  "name": "renovatebot",
5635
5708
  "optional": true,
@@ -5647,7 +5720,7 @@
5647
5720
  "immutable": true,
5648
5721
  "locationInModule": {
5649
5722
  "filename": "src/projen-project-options.ts",
5650
- "line": 916
5723
+ "line": 928
5651
5724
  },
5652
5725
  "name": "renovatebotOptions",
5653
5726
  "optional": true,
@@ -5665,7 +5738,7 @@
5665
5738
  "immutable": true,
5666
5739
  "locationInModule": {
5667
5740
  "filename": "src/projen-project-options.ts",
5668
- "line": 574
5741
+ "line": 586
5669
5742
  },
5670
5743
  "name": "repository",
5671
5744
  "optional": true,
@@ -5682,7 +5755,7 @@
5682
5755
  "immutable": true,
5683
5756
  "locationInModule": {
5684
5757
  "filename": "src/projen-project-options.ts",
5685
- "line": 568
5758
+ "line": 580
5686
5759
  },
5687
5760
  "name": "repositoryDirectory",
5688
5761
  "optional": true,
@@ -5717,7 +5790,7 @@
5717
5790
  "immutable": true,
5718
5791
  "locationInModule": {
5719
5792
  "filename": "src/projen-project-options.ts",
5720
- "line": 563
5793
+ "line": 575
5721
5794
  },
5722
5795
  "name": "scopedPackagesOptions",
5723
5796
  "optional": true,
@@ -5757,7 +5830,7 @@
5757
5830
  "immutable": true,
5758
5831
  "locationInModule": {
5759
5832
  "filename": "src/projen-project-options.ts",
5760
- "line": 557
5833
+ "line": 569
5761
5834
  },
5762
5835
  "name": "stability",
5763
5836
  "optional": true,
@@ -5776,7 +5849,7 @@
5776
5849
  "immutable": true,
5777
5850
  "locationInModule": {
5778
5851
  "filename": "src/projen-project-options.ts",
5779
- "line": 845
5852
+ "line": 857
5780
5853
  },
5781
5854
  "name": "stale",
5782
5855
  "optional": true,
@@ -5795,7 +5868,7 @@
5795
5868
  "immutable": true,
5796
5869
  "locationInModule": {
5797
5870
  "filename": "src/projen-project-options.ts",
5798
- "line": 838
5871
+ "line": 850
5799
5872
  },
5800
5873
  "name": "staleOptions",
5801
5874
  "optional": true,
@@ -5902,7 +5975,7 @@
5902
5975
  "immutable": true,
5903
5976
  "locationInModule": {
5904
5977
  "filename": "src/projen-project-options.ts",
5905
- "line": 1020
5978
+ "line": 1032
5906
5979
  },
5907
5980
  "name": "upgradesSchedule",
5908
5981
  "optional": true,
@@ -5921,7 +5994,7 @@
5921
5994
  "immutable": true,
5922
5995
  "locationInModule": {
5923
5996
  "filename": "src/projen-project-options.ts",
5924
- "line": 404
5997
+ "line": 416
5925
5998
  },
5926
5999
  "name": "versionrcOptions",
5927
6000
  "optional": true,
@@ -5945,7 +6018,7 @@
5945
6018
  "immutable": true,
5946
6019
  "locationInModule": {
5947
6020
  "filename": "src/projen-project-options.ts",
5948
- "line": 831
6021
+ "line": 843
5949
6022
  },
5950
6023
  "name": "vscode",
5951
6024
  "optional": true,
@@ -5964,7 +6037,7 @@
5964
6037
  "immutable": true,
5965
6038
  "locationInModule": {
5966
6039
  "filename": "src/projen-project-options.ts",
5967
- "line": 1033
6040
+ "line": 1045
5968
6041
  },
5969
6042
  "name": "wordmarkOptions",
5970
6043
  "optional": true,
@@ -6005,7 +6078,7 @@
6005
6078
  "immutable": true,
6006
6079
  "locationInModule": {
6007
6080
  "filename": "src/projen-project-options.ts",
6008
- "line": 397
6081
+ "line": 409
6009
6082
  },
6010
6083
  "name": "workflowContainerImage",
6011
6084
  "optional": true,
@@ -6082,7 +6155,7 @@
6082
6155
  "immutable": true,
6083
6156
  "locationInModule": {
6084
6157
  "filename": "src/projen-project-options.ts",
6085
- "line": 391
6158
+ "line": 403
6086
6159
  },
6087
6160
  "name": "workflowRunsOn",
6088
6161
  "optional": true,
@@ -6108,7 +6181,7 @@
6108
6181
  "immutable": true,
6109
6182
  "locationInModule": {
6110
6183
  "filename": "src/projen-project-options.ts",
6111
- "line": 383
6184
+ "line": 395
6112
6185
  },
6113
6186
  "name": "workflowRunsOnGroup",
6114
6187
  "optional": true,
@@ -6126,7 +6199,7 @@
6126
6199
  "immutable": true,
6127
6200
  "locationInModule": {
6128
6201
  "filename": "src/projen-project-options.ts",
6129
- "line": 552
6202
+ "line": 564
6130
6203
  },
6131
6204
  "name": "yarnBerryOptions",
6132
6205
  "optional": true,
@@ -6228,7 +6301,7 @@
6228
6301
  "immutable": true,
6229
6302
  "locationInModule": {
6230
6303
  "filename": "src/typescript-project-options.ts",
6231
- "line": 754
6304
+ "line": 766
6232
6305
  },
6233
6306
  "name": "authorName",
6234
6307
  "type": {
@@ -6243,7 +6316,7 @@
6243
6316
  "immutable": true,
6244
6317
  "locationInModule": {
6245
6318
  "filename": "src/typescript-project-options.ts",
6246
- "line": 933
6319
+ "line": 945
6247
6320
  },
6248
6321
  "name": "repo",
6249
6322
  "type": {
@@ -6260,7 +6333,7 @@
6260
6333
  "immutable": true,
6261
6334
  "locationInModule": {
6262
6335
  "filename": "src/typescript-project-options.ts",
6263
- "line": 946
6336
+ "line": 958
6264
6337
  },
6265
6338
  "name": "allowedCommitTypes",
6266
6339
  "optional": true,
@@ -6284,7 +6357,7 @@
6284
6357
  "immutable": true,
6285
6358
  "locationInModule": {
6286
6359
  "filename": "src/typescript-project-options.ts",
6287
- "line": 767
6360
+ "line": 779
6288
6361
  },
6289
6362
  "name": "allowLibraryDependencies",
6290
6363
  "optional": true,
@@ -6302,7 +6375,7 @@
6302
6375
  "immutable": true,
6303
6376
  "locationInModule": {
6304
6377
  "filename": "src/typescript-project-options.ts",
6305
- "line": 313
6378
+ "line": 325
6306
6379
  },
6307
6380
  "name": "artifactsDirectory",
6308
6381
  "optional": true,
@@ -6319,7 +6392,7 @@
6319
6392
  "immutable": true,
6320
6393
  "locationInModule": {
6321
6394
  "filename": "src/typescript-project-options.ts",
6322
- "line": 759
6395
+ "line": 771
6323
6396
  },
6324
6397
  "name": "authorEmail",
6325
6398
  "optional": true,
@@ -6336,7 +6409,7 @@
6336
6409
  "immutable": true,
6337
6410
  "locationInModule": {
6338
6411
  "filename": "src/typescript-project-options.ts",
6339
- "line": 749
6412
+ "line": 761
6340
6413
  },
6341
6414
  "name": "authorOrganization",
6342
6415
  "optional": true,
@@ -6353,7 +6426,7 @@
6353
6426
  "immutable": true,
6354
6427
  "locationInModule": {
6355
6428
  "filename": "src/typescript-project-options.ts",
6356
- "line": 744
6429
+ "line": 756
6357
6430
  },
6358
6431
  "name": "authorUrl",
6359
6432
  "optional": true,
@@ -6371,7 +6444,7 @@
6371
6444
  "immutable": true,
6372
6445
  "locationInModule": {
6373
6446
  "filename": "src/typescript-project-options.ts",
6374
- "line": 853
6447
+ "line": 865
6375
6448
  },
6376
6449
  "name": "autoApproveOptions",
6377
6450
  "optional": true,
@@ -6390,7 +6463,7 @@
6390
6463
  "immutable": true,
6391
6464
  "locationInModule": {
6392
6465
  "filename": "src/typescript-project-options.ts",
6393
- "line": 307
6466
+ "line": 319
6394
6467
  },
6395
6468
  "name": "autoApproveUpgrades",
6396
6469
  "optional": true,
@@ -6408,7 +6481,7 @@
6408
6481
  "immutable": true,
6409
6482
  "locationInModule": {
6410
6483
  "filename": "src/typescript-project-options.ts",
6411
- "line": 739
6484
+ "line": 751
6412
6485
  },
6413
6486
  "name": "autoDetectBin",
6414
6487
  "optional": true,
@@ -6427,7 +6500,7 @@
6427
6500
  "immutable": true,
6428
6501
  "locationInModule": {
6429
6502
  "filename": "src/typescript-project-options.ts",
6430
- "line": 952
6503
+ "line": 964
6431
6504
  },
6432
6505
  "name": "automationAppName",
6433
6506
  "optional": true,
@@ -6446,7 +6519,7 @@
6446
6519
  "immutable": true,
6447
6520
  "locationInModule": {
6448
6521
  "filename": "src/typescript-project-options.ts",
6449
- "line": 847
6522
+ "line": 859
6450
6523
  },
6451
6524
  "name": "autoMerge",
6452
6525
  "optional": true,
@@ -6465,7 +6538,7 @@
6465
6538
  "immutable": true,
6466
6539
  "locationInModule": {
6467
6540
  "filename": "src/typescript-project-options.ts",
6468
- "line": 839
6541
+ "line": 851
6469
6542
  },
6470
6543
  "name": "autoMergeOptions",
6471
6544
  "optional": true,
@@ -6483,7 +6556,7 @@
6483
6556
  "immutable": true,
6484
6557
  "locationInModule": {
6485
6558
  "filename": "src/typescript-project-options.ts",
6486
- "line": 733
6559
+ "line": 745
6487
6560
  },
6488
6561
  "name": "bin",
6489
6562
  "optional": true,
@@ -6496,6 +6569,42 @@
6496
6569
  }
6497
6570
  }
6498
6571
  },
6572
+ {
6573
+ "abstract": true,
6574
+ "docs": {
6575
+ "default": "false",
6576
+ "stability": "stable",
6577
+ "summary": "Setup Biome."
6578
+ },
6579
+ "immutable": true,
6580
+ "locationInModule": {
6581
+ "filename": "src/typescript-project-options.ts",
6582
+ "line": 312
6583
+ },
6584
+ "name": "biome",
6585
+ "optional": true,
6586
+ "type": {
6587
+ "primitive": "boolean"
6588
+ }
6589
+ },
6590
+ {
6591
+ "abstract": true,
6592
+ "docs": {
6593
+ "default": "- default options",
6594
+ "stability": "stable",
6595
+ "summary": "Biome options."
6596
+ },
6597
+ "immutable": true,
6598
+ "locationInModule": {
6599
+ "filename": "src/typescript-project-options.ts",
6600
+ "line": 306
6601
+ },
6602
+ "name": "biomeOptions",
6603
+ "optional": true,
6604
+ "type": {
6605
+ "fqn": "projen.javascript.BiomeOptions"
6606
+ }
6607
+ },
6499
6608
  {
6500
6609
  "abstract": true,
6501
6610
  "docs": {
@@ -6505,7 +6614,7 @@
6505
6614
  "immutable": true,
6506
6615
  "locationInModule": {
6507
6616
  "filename": "src/typescript-project-options.ts",
6508
- "line": 725
6617
+ "line": 737
6509
6618
  },
6510
6619
  "name": "bugsEmail",
6511
6620
  "optional": true,
@@ -6522,7 +6631,7 @@
6522
6631
  "immutable": true,
6523
6632
  "locationInModule": {
6524
6633
  "filename": "src/typescript-project-options.ts",
6525
- "line": 720
6634
+ "line": 732
6526
6635
  },
6527
6636
  "name": "bugsUrl",
6528
6637
  "optional": true,
@@ -6576,7 +6685,7 @@
6576
6685
  "immutable": true,
6577
6686
  "locationInModule": {
6578
6687
  "filename": "src/typescript-project-options.ts",
6579
- "line": 489
6688
+ "line": 501
6580
6689
  },
6581
6690
  "name": "bumpPackage",
6582
6691
  "optional": true,
@@ -6594,7 +6703,7 @@
6594
6703
  "immutable": true,
6595
6704
  "locationInModule": {
6596
6705
  "filename": "src/typescript-project-options.ts",
6597
- "line": 715
6706
+ "line": 727
6598
6707
  },
6599
6708
  "name": "bundledDeps",
6600
6709
  "optional": true,
@@ -6634,7 +6743,7 @@
6634
6743
  "immutable": true,
6635
6744
  "locationInModule": {
6636
6745
  "filename": "src/typescript-project-options.ts",
6637
- "line": 700
6746
+ "line": 712
6638
6747
  },
6639
6748
  "name": "bunVersion",
6640
6749
  "optional": true,
@@ -6671,7 +6780,7 @@
6671
6780
  "immutable": true,
6672
6781
  "locationInModule": {
6673
6782
  "filename": "src/typescript-project-options.ts",
6674
- "line": 831
6783
+ "line": 843
6675
6784
  },
6676
6785
  "name": "clobber",
6677
6786
  "optional": true,
@@ -6690,7 +6799,7 @@
6690
6799
  "immutable": true,
6691
6800
  "locationInModule": {
6692
6801
  "filename": "src/typescript-project-options.ts",
6693
- "line": 694
6802
+ "line": 706
6694
6803
  },
6695
6804
  "name": "codeArtifactOptions",
6696
6805
  "optional": true,
@@ -6744,7 +6853,7 @@
6744
6853
  "immutable": true,
6745
6854
  "locationInModule": {
6746
6855
  "filename": "src/typescript-project-options.ts",
6747
- "line": 922
6856
+ "line": 934
6748
6857
  },
6749
6858
  "name": "commitGenerated",
6750
6859
  "optional": true,
@@ -6798,7 +6907,7 @@
6798
6907
  "immutable": true,
6799
6908
  "locationInModule": {
6800
6909
  "filename": "src/typescript-project-options.ts",
6801
- "line": 319
6910
+ "line": 331
6802
6911
  },
6803
6912
  "name": "defaultReleaseBranch",
6804
6913
  "optional": true,
@@ -6857,7 +6966,7 @@
6857
6966
  "immutable": true,
6858
6967
  "locationInModule": {
6859
6968
  "filename": "src/typescript-project-options.ts",
6860
- "line": 687
6969
+ "line": 699
6861
6970
  },
6862
6971
  "name": "deps",
6863
6972
  "optional": true,
@@ -6920,7 +7029,7 @@
6920
7029
  "immutable": true,
6921
7030
  "locationInModule": {
6922
7031
  "filename": "src/typescript-project-options.ts",
6923
- "line": 674
7032
+ "line": 686
6924
7033
  },
6925
7034
  "name": "description",
6926
7035
  "optional": true,
@@ -6938,7 +7047,7 @@
6938
7047
  "immutable": true,
6939
7048
  "locationInModule": {
6940
7049
  "filename": "src/typescript-project-options.ts",
6941
- "line": 825
7050
+ "line": 837
6942
7051
  },
6943
7052
  "name": "devContainer",
6944
7053
  "optional": true,
@@ -6960,7 +7069,7 @@
6960
7069
  "immutable": true,
6961
7070
  "locationInModule": {
6962
7071
  "filename": "src/typescript-project-options.ts",
6963
- "line": 666
7072
+ "line": 678
6964
7073
  },
6965
7074
  "name": "devDeps",
6966
7075
  "optional": true,
@@ -7055,7 +7164,7 @@
7055
7164
  "immutable": true,
7056
7165
  "locationInModule": {
7057
7166
  "filename": "src/typescript-project-options.ts",
7058
- "line": 649
7167
+ "line": 661
7059
7168
  },
7060
7169
  "name": "entrypoint",
7061
7170
  "optional": true,
@@ -7128,7 +7237,7 @@
7128
7237
  "immutable": true,
7129
7238
  "locationInModule": {
7130
7239
  "filename": "src/typescript-project-options.ts",
7131
- "line": 819
7240
+ "line": 831
7132
7241
  },
7133
7242
  "name": "github",
7134
7243
  "optional": true,
@@ -7146,7 +7255,7 @@
7146
7255
  "immutable": true,
7147
7256
  "locationInModule": {
7148
7257
  "filename": "src/typescript-project-options.ts",
7149
- "line": 812
7258
+ "line": 824
7150
7259
  },
7151
7260
  "name": "githubOptions",
7152
7261
  "optional": true,
@@ -7185,7 +7294,7 @@
7185
7294
  "immutable": true,
7186
7295
  "locationInModule": {
7187
7296
  "filename": "src/typescript-project-options.ts",
7188
- "line": 916
7297
+ "line": 928
7189
7298
  },
7190
7299
  "name": "gitIgnoreOptions",
7191
7300
  "optional": true,
@@ -7202,7 +7311,7 @@
7202
7311
  "immutable": true,
7203
7312
  "locationInModule": {
7204
7313
  "filename": "src/typescript-project-options.ts",
7205
- "line": 911
7314
+ "line": 923
7206
7315
  },
7207
7316
  "name": "gitOptions",
7208
7317
  "optional": true,
@@ -7220,7 +7329,7 @@
7220
7329
  "immutable": true,
7221
7330
  "locationInModule": {
7222
7331
  "filename": "src/typescript-project-options.ts",
7223
- "line": 806
7332
+ "line": 818
7224
7333
  },
7225
7334
  "name": "gitpod",
7226
7335
  "optional": true,
@@ -7237,7 +7346,7 @@
7237
7346
  "immutable": true,
7238
7347
  "locationInModule": {
7239
7348
  "filename": "src/typescript-project-options.ts",
7240
- "line": 642
7349
+ "line": 654
7241
7350
  },
7242
7351
  "name": "homepage",
7243
7352
  "optional": true,
@@ -7291,7 +7400,7 @@
7291
7400
  "immutable": true,
7292
7401
  "locationInModule": {
7293
7402
  "filename": "src/typescript-project-options.ts",
7294
- "line": 482
7403
+ "line": 494
7295
7404
  },
7296
7405
  "name": "jsiiReleaseVersion",
7297
7406
  "optional": true,
@@ -7308,7 +7417,7 @@
7308
7417
  "immutable": true,
7309
7418
  "locationInModule": {
7310
7419
  "filename": "src/typescript-project-options.ts",
7311
- "line": 637
7420
+ "line": 649
7312
7421
  },
7313
7422
  "name": "keywords",
7314
7423
  "optional": true,
@@ -7350,7 +7459,7 @@
7350
7459
  "immutable": true,
7351
7460
  "locationInModule": {
7352
7461
  "filename": "src/typescript-project-options.ts",
7353
- "line": 632
7462
+ "line": 644
7354
7463
  },
7355
7464
  "name": "license",
7356
7465
  "optional": true,
@@ -7368,7 +7477,7 @@
7368
7477
  "immutable": true,
7369
7478
  "locationInModule": {
7370
7479
  "filename": "src/typescript-project-options.ts",
7371
- "line": 624
7480
+ "line": 636
7372
7481
  },
7373
7482
  "name": "licensed",
7374
7483
  "optional": true,
@@ -7386,7 +7495,7 @@
7386
7495
  "immutable": true,
7387
7496
  "locationInModule": {
7388
7497
  "filename": "src/typescript-project-options.ts",
7389
- "line": 906
7498
+ "line": 918
7390
7499
  },
7391
7500
  "name": "logging",
7392
7501
  "optional": true,
@@ -7404,7 +7513,7 @@
7404
7513
  "immutable": true,
7405
7514
  "locationInModule": {
7406
7515
  "filename": "src/typescript-project-options.ts",
7407
- "line": 969
7516
+ "line": 981
7408
7517
  },
7409
7518
  "name": "logo",
7410
7519
  "optional": true,
@@ -7423,7 +7532,7 @@
7423
7532
  "immutable": true,
7424
7533
  "locationInModule": {
7425
7534
  "filename": "src/typescript-project-options.ts",
7426
- "line": 476
7535
+ "line": 488
7427
7536
  },
7428
7537
  "name": "majorVersion",
7429
7538
  "optional": true,
@@ -7442,7 +7551,7 @@
7442
7551
  "immutable": true,
7443
7552
  "locationInModule": {
7444
7553
  "filename": "src/typescript-project-options.ts",
7445
- "line": 618
7554
+ "line": 630
7446
7555
  },
7447
7556
  "name": "maxNodeVersion",
7448
7557
  "optional": true,
@@ -7461,7 +7570,7 @@
7461
7570
  "immutable": true,
7462
7571
  "locationInModule": {
7463
7572
  "filename": "src/typescript-project-options.ts",
7464
- "line": 468
7573
+ "line": 480
7465
7574
  },
7466
7575
  "name": "minMajorVersion",
7467
7576
  "optional": true,
@@ -7480,7 +7589,7 @@
7480
7589
  "immutable": true,
7481
7590
  "locationInModule": {
7482
7591
  "filename": "src/typescript-project-options.ts",
7483
- "line": 607
7592
+ "line": 619
7484
7593
  },
7485
7594
  "name": "minNodeVersion",
7486
7595
  "optional": true,
@@ -7501,7 +7610,7 @@
7501
7610
  "immutable": true,
7502
7611
  "locationInModule": {
7503
7612
  "filename": "src/typescript-project-options.ts",
7504
- "line": 929
7613
+ "line": 941
7505
7614
  },
7506
7615
  "name": "name",
7507
7616
  "optional": true,
@@ -7520,7 +7629,7 @@
7520
7629
  "immutable": true,
7521
7630
  "locationInModule": {
7522
7631
  "filename": "src/typescript-project-options.ts",
7523
- "line": 458
7632
+ "line": 470
7524
7633
  },
7525
7634
  "name": "nextVersionCommand",
7526
7635
  "optional": true,
@@ -7538,7 +7647,7 @@
7538
7647
  "immutable": true,
7539
7648
  "locationInModule": {
7540
7649
  "filename": "src/typescript-project-options.ts",
7541
- "line": 592
7650
+ "line": 604
7542
7651
  },
7543
7652
  "name": "npmAccess",
7544
7653
  "optional": true,
@@ -7557,7 +7666,7 @@
7557
7666
  "immutable": true,
7558
7667
  "locationInModule": {
7559
7668
  "filename": "src/typescript-project-options.ts",
7560
- "line": 434
7669
+ "line": 446
7561
7670
  },
7562
7671
  "name": "npmDistTag",
7563
7672
  "optional": true,
@@ -7611,7 +7720,7 @@
7611
7720
  "immutable": true,
7612
7721
  "locationInModule": {
7613
7722
  "filename": "src/typescript-project-options.ts",
7614
- "line": 584
7723
+ "line": 596
7615
7724
  },
7616
7725
  "name": "npmProvenance",
7617
7726
  "optional": true,
@@ -7630,7 +7739,7 @@
7630
7739
  "immutable": true,
7631
7740
  "locationInModule": {
7632
7741
  "filename": "src/typescript-project-options.ts",
7633
- "line": 573
7742
+ "line": 585
7634
7743
  },
7635
7744
  "name": "npmRegistryUrl",
7636
7745
  "optional": true,
@@ -7648,7 +7757,7 @@
7648
7757
  "immutable": true,
7649
7758
  "locationInModule": {
7650
7759
  "filename": "src/typescript-project-options.ts",
7651
- "line": 566
7760
+ "line": 578
7652
7761
  },
7653
7762
  "name": "npmTokenSecret",
7654
7763
  "optional": true,
@@ -7667,7 +7776,7 @@
7667
7776
  "immutable": true,
7668
7777
  "locationInModule": {
7669
7778
  "filename": "src/typescript-project-options.ts",
7670
- "line": 900
7779
+ "line": 912
7671
7780
  },
7672
7781
  "name": "outdir",
7673
7782
  "optional": true,
@@ -7685,7 +7794,7 @@
7685
7794
  "immutable": true,
7686
7795
  "locationInModule": {
7687
7796
  "filename": "src/typescript-project-options.ts",
7688
- "line": 958
7797
+ "line": 970
7689
7798
  },
7690
7799
  "name": "ownerCanSelfApprovePRs",
7691
7800
  "optional": true,
@@ -7721,7 +7830,7 @@
7721
7830
  "immutable": true,
7722
7831
  "locationInModule": {
7723
7832
  "filename": "src/typescript-project-options.ts",
7724
- "line": 560
7833
+ "line": 572
7725
7834
  },
7726
7835
  "name": "packageManager",
7727
7836
  "optional": true,
@@ -7742,7 +7851,7 @@
7742
7851
  "immutable": true,
7743
7852
  "locationInModule": {
7744
7853
  "filename": "src/typescript-project-options.ts",
7745
- "line": 554
7854
+ "line": 566
7746
7855
  },
7747
7856
  "name": "packageName",
7748
7857
  "optional": true,
@@ -7759,7 +7868,7 @@
7759
7868
  "immutable": true,
7760
7869
  "locationInModule": {
7761
7870
  "filename": "src/typescript-project-options.ts",
7762
- "line": 889
7871
+ "line": 901
7763
7872
  },
7764
7873
  "name": "parent",
7765
7874
  "optional": true,
@@ -7776,7 +7885,7 @@
7776
7885
  "immutable": true,
7777
7886
  "locationInModule": {
7778
7887
  "filename": "src/typescript-project-options.ts",
7779
- "line": 547
7888
+ "line": 559
7780
7889
  },
7781
7890
  "name": "peerDependencyOptions",
7782
7891
  "optional": true,
@@ -7795,7 +7904,7 @@
7795
7904
  "immutable": true,
7796
7905
  "locationInModule": {
7797
7906
  "filename": "src/typescript-project-options.ts",
7798
- "line": 542
7907
+ "line": 554
7799
7908
  },
7800
7909
  "name": "peerDeps",
7801
7910
  "optional": true,
@@ -7818,7 +7927,7 @@
7818
7927
  "immutable": true,
7819
7928
  "locationInModule": {
7820
7929
  "filename": "src/typescript-project-options.ts",
7821
- "line": 523
7930
+ "line": 535
7822
7931
  },
7823
7932
  "name": "pnpmVersion",
7824
7933
  "optional": true,
@@ -7836,7 +7945,7 @@
7836
7945
  "immutable": true,
7837
7946
  "locationInModule": {
7838
7947
  "filename": "src/typescript-project-options.ts",
7839
- "line": 426
7948
+ "line": 438
7840
7949
  },
7841
7950
  "name": "postBuildSteps",
7842
7951
  "optional": true,
@@ -7859,7 +7968,7 @@
7859
7968
  "immutable": true,
7860
7969
  "locationInModule": {
7861
7970
  "filename": "src/typescript-project-options.ts",
7862
- "line": 420
7971
+ "line": 432
7863
7972
  },
7864
7973
  "name": "prerelease",
7865
7974
  "optional": true,
@@ -7914,7 +8023,7 @@
7914
8023
  "immutable": true,
7915
8024
  "locationInModule": {
7916
8025
  "filename": "src/typescript-project-options.ts",
7917
- "line": 884
8026
+ "line": 896
7918
8027
  },
7919
8028
  "name": "projenCommand",
7920
8029
  "optional": true,
@@ -7932,7 +8041,7 @@
7932
8041
  "immutable": true,
7933
8042
  "locationInModule": {
7934
8043
  "filename": "src/typescript-project-options.ts",
7935
- "line": 800
8044
+ "line": 812
7936
8045
  },
7937
8046
  "name": "projenCredentials",
7938
8047
  "optional": true,
@@ -7986,7 +8095,7 @@
7986
8095
  "immutable": true,
7987
8096
  "locationInModule": {
7988
8097
  "filename": "src/typescript-project-options.ts",
7989
- "line": 877
8098
+ "line": 889
7990
8099
  },
7991
8100
  "name": "projenrcJson",
7992
8101
  "optional": true,
@@ -8004,7 +8113,7 @@
8004
8113
  "immutable": true,
8005
8114
  "locationInModule": {
8006
8115
  "filename": "src/typescript-project-options.ts",
8007
- "line": 871
8116
+ "line": 883
8008
8117
  },
8009
8118
  "name": "projenrcJsonOptions",
8010
8119
  "optional": true,
@@ -8075,7 +8184,7 @@
8075
8184
  "immutable": true,
8076
8185
  "locationInModule": {
8077
8186
  "filename": "src/typescript-project-options.ts",
8078
- "line": 414
8187
+ "line": 426
8079
8188
  },
8080
8189
  "name": "publishDryRun",
8081
8190
  "optional": true,
@@ -8094,7 +8203,7 @@
8094
8203
  "immutable": true,
8095
8204
  "locationInModule": {
8096
8205
  "filename": "src/typescript-project-options.ts",
8097
- "line": 408
8206
+ "line": 420
8098
8207
  },
8099
8208
  "name": "publishTasks",
8100
8209
  "optional": true,
@@ -8153,7 +8262,7 @@
8153
8262
  "immutable": true,
8154
8263
  "locationInModule": {
8155
8264
  "filename": "src/typescript-project-options.ts",
8156
- "line": 794
8265
+ "line": 806
8157
8266
  },
8158
8267
  "name": "readme",
8159
8268
  "optional": true,
@@ -8171,7 +8280,7 @@
8171
8280
  "immutable": true,
8172
8281
  "locationInModule": {
8173
8282
  "filename": "src/typescript-project-options.ts",
8174
- "line": 939
8283
+ "line": 951
8175
8284
  },
8176
8285
  "name": "releasableCommitTypes",
8177
8286
  "optional": true,
@@ -8213,7 +8322,7 @@
8213
8322
  "immutable": true,
8214
8323
  "locationInModule": {
8215
8324
  "filename": "src/typescript-project-options.ts",
8216
- "line": 400
8325
+ "line": 412
8217
8326
  },
8218
8327
  "name": "releaseBranches",
8219
8328
  "optional": true,
@@ -8236,7 +8345,7 @@
8236
8345
  "immutable": true,
8237
8346
  "locationInModule": {
8238
8347
  "filename": "src/typescript-project-options.ts",
8239
- "line": 387
8348
+ "line": 399
8240
8349
  },
8241
8350
  "name": "releaseFailureIssue",
8242
8351
  "optional": true,
@@ -8255,7 +8364,7 @@
8255
8364
  "immutable": true,
8256
8365
  "locationInModule": {
8257
8366
  "filename": "src/typescript-project-options.ts",
8258
- "line": 381
8367
+ "line": 393
8259
8368
  },
8260
8369
  "name": "releaseFailureIssueLabel",
8261
8370
  "optional": true,
@@ -8274,7 +8383,7 @@
8274
8383
  "immutable": true,
8275
8384
  "locationInModule": {
8276
8385
  "filename": "src/typescript-project-options.ts",
8277
- "line": 374
8386
+ "line": 386
8278
8387
  },
8279
8388
  "name": "releaseTagPrefix",
8280
8389
  "optional": true,
@@ -8310,7 +8419,7 @@
8310
8419
  "immutable": true,
8311
8420
  "locationInModule": {
8312
8421
  "filename": "src/typescript-project-options.ts",
8313
- "line": 364
8422
+ "line": 376
8314
8423
  },
8315
8424
  "name": "releaseTrigger",
8316
8425
  "optional": true,
@@ -8328,7 +8437,7 @@
8328
8437
  "immutable": true,
8329
8438
  "locationInModule": {
8330
8439
  "filename": "src/typescript-project-options.ts",
8331
- "line": 358
8440
+ "line": 370
8332
8441
  },
8333
8442
  "name": "releaseWorkflowName",
8334
8443
  "optional": true,
@@ -8345,7 +8454,7 @@
8345
8454
  "immutable": true,
8346
8455
  "locationInModule": {
8347
8456
  "filename": "src/typescript-project-options.ts",
8348
- "line": 352
8457
+ "line": 364
8349
8458
  },
8350
8459
  "name": "releaseWorkflowSetupSteps",
8351
8460
  "optional": true,
@@ -8368,7 +8477,7 @@
8368
8477
  "immutable": true,
8369
8478
  "locationInModule": {
8370
8479
  "filename": "src/typescript-project-options.ts",
8371
- "line": 865
8480
+ "line": 877
8372
8481
  },
8373
8482
  "name": "renovatebot",
8374
8483
  "optional": true,
@@ -8386,7 +8495,7 @@
8386
8495
  "immutable": true,
8387
8496
  "locationInModule": {
8388
8497
  "filename": "src/typescript-project-options.ts",
8389
- "line": 859
8498
+ "line": 871
8390
8499
  },
8391
8500
  "name": "renovatebotOptions",
8392
8501
  "optional": true,
@@ -8404,7 +8513,7 @@
8404
8513
  "immutable": true,
8405
8514
  "locationInModule": {
8406
8515
  "filename": "src/typescript-project-options.ts",
8407
- "line": 517
8516
+ "line": 529
8408
8517
  },
8409
8518
  "name": "repository",
8410
8519
  "optional": true,
@@ -8421,7 +8530,7 @@
8421
8530
  "immutable": true,
8422
8531
  "locationInModule": {
8423
8532
  "filename": "src/typescript-project-options.ts",
8424
- "line": 511
8533
+ "line": 523
8425
8534
  },
8426
8535
  "name": "repositoryDirectory",
8427
8536
  "optional": true,
@@ -8439,7 +8548,7 @@
8439
8548
  "immutable": true,
8440
8549
  "locationInModule": {
8441
8550
  "filename": "src/typescript-project-options.ts",
8442
- "line": 506
8551
+ "line": 518
8443
8552
  },
8444
8553
  "name": "scopedPackagesOptions",
8445
8554
  "optional": true,
@@ -8479,7 +8588,7 @@
8479
8588
  "immutable": true,
8480
8589
  "locationInModule": {
8481
8590
  "filename": "src/typescript-project-options.ts",
8482
- "line": 500
8591
+ "line": 512
8483
8592
  },
8484
8593
  "name": "stability",
8485
8594
  "optional": true,
@@ -8498,7 +8607,7 @@
8498
8607
  "immutable": true,
8499
8608
  "locationInModule": {
8500
8609
  "filename": "src/typescript-project-options.ts",
8501
- "line": 788
8610
+ "line": 800
8502
8611
  },
8503
8612
  "name": "stale",
8504
8613
  "optional": true,
@@ -8517,7 +8626,7 @@
8517
8626
  "immutable": true,
8518
8627
  "locationInModule": {
8519
8628
  "filename": "src/typescript-project-options.ts",
8520
- "line": 781
8629
+ "line": 793
8521
8630
  },
8522
8631
  "name": "staleOptions",
8523
8632
  "optional": true,
@@ -8643,7 +8752,7 @@
8643
8752
  "immutable": true,
8644
8753
  "locationInModule": {
8645
8754
  "filename": "src/typescript-project-options.ts",
8646
- "line": 963
8755
+ "line": 975
8647
8756
  },
8648
8757
  "name": "upgradesSchedule",
8649
8758
  "optional": true,
@@ -8662,7 +8771,7 @@
8662
8771
  "immutable": true,
8663
8772
  "locationInModule": {
8664
8773
  "filename": "src/typescript-project-options.ts",
8665
- "line": 347
8774
+ "line": 359
8666
8775
  },
8667
8776
  "name": "versionrcOptions",
8668
8777
  "optional": true,
@@ -8686,7 +8795,7 @@
8686
8795
  "immutable": true,
8687
8796
  "locationInModule": {
8688
8797
  "filename": "src/typescript-project-options.ts",
8689
- "line": 774
8798
+ "line": 786
8690
8799
  },
8691
8800
  "name": "vscode",
8692
8801
  "optional": true,
@@ -8705,7 +8814,7 @@
8705
8814
  "immutable": true,
8706
8815
  "locationInModule": {
8707
8816
  "filename": "src/typescript-project-options.ts",
8708
- "line": 976
8817
+ "line": 988
8709
8818
  },
8710
8819
  "name": "wordmarkOptions",
8711
8820
  "optional": true,
@@ -8746,7 +8855,7 @@
8746
8855
  "immutable": true,
8747
8856
  "locationInModule": {
8748
8857
  "filename": "src/typescript-project-options.ts",
8749
- "line": 340
8858
+ "line": 352
8750
8859
  },
8751
8860
  "name": "workflowContainerImage",
8752
8861
  "optional": true,
@@ -8823,7 +8932,7 @@
8823
8932
  "immutable": true,
8824
8933
  "locationInModule": {
8825
8934
  "filename": "src/typescript-project-options.ts",
8826
- "line": 334
8935
+ "line": 346
8827
8936
  },
8828
8937
  "name": "workflowRunsOn",
8829
8938
  "optional": true,
@@ -8849,7 +8958,7 @@
8849
8958
  "immutable": true,
8850
8959
  "locationInModule": {
8851
8960
  "filename": "src/typescript-project-options.ts",
8852
- "line": 326
8961
+ "line": 338
8853
8962
  },
8854
8963
  "name": "workflowRunsOnGroup",
8855
8964
  "optional": true,
@@ -8867,7 +8976,7 @@
8867
8976
  "immutable": true,
8868
8977
  "locationInModule": {
8869
8978
  "filename": "src/typescript-project-options.ts",
8870
- "line": 495
8979
+ "line": 507
8871
8980
  },
8872
8981
  "name": "yarnBerryOptions",
8873
8982
  "optional": true,
@@ -10134,6 +10243,6 @@
10134
10243
  "symbolId": "src/logo/Wordmark:WordmarkOptions"
10135
10244
  }
10136
10245
  },
10137
- "version": "0.1.98",
10138
- "fingerprint": "1rfn2lInukDZ0uhuESVpinuON82RE2bxPulIosR+On4="
10246
+ "version": "0.1.99",
10247
+ "fingerprint": "6/HRYRD3MqUSujKOynFmLIrUrInbHRWrvPJrcTWvbLE="
10139
10248
  }