projen 0.79.0 → 0.79.2

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.
Files changed (144) hide show
  1. package/.jsii +300 -225
  2. package/README.md +71 -53
  3. package/lib/awscdk/auto-discover.js +5 -5
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +1 -1
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-docgen.js +1 -1
  22. package/lib/cdk/jsii-project.d.ts +1 -0
  23. package/lib/cdk/jsii-project.js +10 -2
  24. package/lib/cdk8s/auto-discover.js +2 -2
  25. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  26. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  27. package/lib/cdk8s/cdk8s-construct.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  29. package/lib/cdk8s/cdk8s-deps.js +1 -1
  30. package/lib/cdk8s/integration-test.js +1 -1
  31. package/lib/cdktf/cdktf-construct.js +1 -1
  32. package/lib/circleci/circleci.js +1 -1
  33. package/lib/component.js +1 -1
  34. package/lib/dependencies.js +1 -1
  35. package/lib/dev-env.js +1 -1
  36. package/lib/docker-compose/docker-compose-service.js +1 -1
  37. package/lib/docker-compose/docker-compose.js +1 -1
  38. package/lib/file.js +1 -1
  39. package/lib/gitattributes.js +1 -1
  40. package/lib/github/actions-provider.js +1 -1
  41. package/lib/github/auto-approve.js +1 -1
  42. package/lib/github/auto-merge.js +1 -1
  43. package/lib/github/dependabot.js +1 -1
  44. package/lib/github/github-credentials.js +1 -1
  45. package/lib/github/github-project.js +1 -1
  46. package/lib/github/github.js +1 -1
  47. package/lib/github/mergify.js +1 -1
  48. package/lib/github/pr-template.js +1 -1
  49. package/lib/github/pull-request-lint.js +1 -1
  50. package/lib/github/stale.js +1 -1
  51. package/lib/github/task-workflow-job.js +1 -1
  52. package/lib/github/task-workflow.js +1 -1
  53. package/lib/github/workflow-actions.js +1 -1
  54. package/lib/github/workflow-jobs.js +1 -1
  55. package/lib/github/workflow-steps.d.ts +26 -3
  56. package/lib/github/workflow-steps.js +44 -5
  57. package/lib/github/workflows.js +1 -1
  58. package/lib/gitlab/configuration.js +1 -1
  59. package/lib/gitlab/gitlab-configuration.js +1 -1
  60. package/lib/gitlab/nested-configuration.js +1 -1
  61. package/lib/gitpod.js +1 -1
  62. package/lib/ignore-file.js +1 -1
  63. package/lib/ini.js +1 -1
  64. package/lib/inventory.js +8 -2
  65. package/lib/java/java-project.js +1 -1
  66. package/lib/java/junit.js +1 -1
  67. package/lib/java/maven-compile.js +1 -1
  68. package/lib/java/maven-packaging.js +1 -1
  69. package/lib/java/maven-sample.js +1 -1
  70. package/lib/java/pom.js +1 -1
  71. package/lib/java/projenrc.js +1 -1
  72. package/lib/javascript/bundler.js +1 -1
  73. package/lib/javascript/eslint.js +1 -1
  74. package/lib/javascript/jest.js +4 -4
  75. package/lib/javascript/license-checker.js +1 -1
  76. package/lib/javascript/node-package.d.ts +7 -0
  77. package/lib/javascript/node-package.js +12 -2
  78. package/lib/javascript/node-project.d.ts +1 -1
  79. package/lib/javascript/node-project.js +3 -3
  80. package/lib/javascript/npm-config.js +1 -1
  81. package/lib/javascript/prettier.js +1 -1
  82. package/lib/javascript/projenrc.js +1 -1
  83. package/lib/javascript/typescript-config.js +2 -2
  84. package/lib/javascript/upgrade-dependencies.js +2 -2
  85. package/lib/javascript/util.d.ts +41 -0
  86. package/lib/javascript/util.js +104 -2
  87. package/lib/javascript/yarnrc.js +1 -1
  88. package/lib/json-patch.js +1 -1
  89. package/lib/json.js +1 -1
  90. package/lib/license.js +1 -1
  91. package/lib/logger.js +1 -1
  92. package/lib/makefile.js +1 -1
  93. package/lib/object-file.js +1 -1
  94. package/lib/project-build.js +1 -1
  95. package/lib/project-tree.js +1 -1
  96. package/lib/project.js +1 -1
  97. package/lib/projects.js +1 -1
  98. package/lib/projenrc-json.js +2 -2
  99. package/lib/projenrc.js +1 -1
  100. package/lib/python/pip.js +1 -1
  101. package/lib/python/poetry.js +2 -2
  102. package/lib/python/projenrc.js +1 -1
  103. package/lib/python/pytest-sample.js +1 -1
  104. package/lib/python/pytest.js +1 -1
  105. package/lib/python/python-project.js +1 -1
  106. package/lib/python/python-sample.js +1 -1
  107. package/lib/python/requirements-file.js +1 -1
  108. package/lib/python/setuppy.js +1 -1
  109. package/lib/python/setuptools.js +1 -1
  110. package/lib/python/venv.js +1 -1
  111. package/lib/readme.js +1 -1
  112. package/lib/release/publisher.js +1 -1
  113. package/lib/release/release-trigger.js +1 -1
  114. package/lib/release/release.d.ts +5 -4
  115. package/lib/release/release.js +30 -6
  116. package/lib/renovatebot.js +1 -1
  117. package/lib/sample-file.js +2 -2
  118. package/lib/semver.js +1 -1
  119. package/lib/source-code.js +1 -1
  120. package/lib/task-runtime.js +1 -1
  121. package/lib/task.js +1 -1
  122. package/lib/tasks.js +1 -1
  123. package/lib/testing.js +1 -1
  124. package/lib/textfile.js +1 -1
  125. package/lib/toml.js +1 -1
  126. package/lib/typescript/projenrc-ts.js +1 -1
  127. package/lib/typescript/projenrc.js +1 -1
  128. package/lib/typescript/typescript-typedoc.js +1 -1
  129. package/lib/typescript/typescript.js +32 -13
  130. package/lib/version.js +2 -2
  131. package/lib/vscode/devcontainer.js +1 -1
  132. package/lib/vscode/extensions.js +1 -1
  133. package/lib/vscode/launch-config.js +1 -1
  134. package/lib/vscode/settings.js +1 -1
  135. package/lib/vscode/vscode.js +1 -1
  136. package/lib/web/next.d.ts +2 -2
  137. package/lib/web/next.js +6 -6
  138. package/lib/web/postcss.js +1 -1
  139. package/lib/web/react.d.ts +2 -2
  140. package/lib/web/react.js +7 -7
  141. package/lib/web/tailwind.js +1 -1
  142. package/lib/xmlfile.js +1 -1
  143. package/lib/yaml.js +1 -1
  144. package/package.json +2 -2
package/.jsii CHANGED
@@ -80,7 +80,7 @@
80
80
  },
81
81
  "name": "projen",
82
82
  "readme": {
83
- "markdown": "<p align=\"center\">\n <a href=\"https://projen.io\">\n <img src=\"https://raw.githubusercontent.com/projen/projen/main/logo/projen.svg\">\n <h3 align=\"center\">projen</h3>\n </a>\n</p>\n\n<p align=\"center\">\n Define and maintain complex project configuration through code.\n</p>\n\n<p align=\"center\">\n <a href=\"https://projen.io/\"><strong>Documentation</strong></a> ·\n <a href=\"https://github.com/projen/projen/releases\"><strong>Changelog</strong></a> ·\n <a href=\"#project-types\"><strong>Project types</strong></a> ·\n <a href=\"#community\"><strong>Join the community</strong></a>\n</p>\n\n<p align=\"center\">\n <a href=\"https://opensource.org/licenses/Apache-2.0\"><img src=\"https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg\" alt=\"Apache 2.0 License\"></a>\n <a href=\"https://gitpod.io/#https://github.com/projen/projen\"><img src=\"https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod\" alt=\"Gitpod ready-to-code\"></a>\n <a href=\"https://github.com/projen/projen/actions/workflows/release.yml\"><img src=\"https://github.com/projen/projen/actions/workflows/release.yml/badge.svg\" alt=\"Release badge\"></a>\n <a href=\"https://github.com/projen/projen/commits/main\"><img src=\"https://img.shields.io/github/commit-activity/w/projen/projen\" alt=\"Commit activity\"></a>\n</p>\n\n<br/>\n\n*projen* synthesizes project configuration files such as `package.json`,\n`tsconfig.json`, `.gitignore`, GitHub Workflows, eslint, jest, etc. from a\nwell-typed definition written in JavaScript.\n\nAs opposed to existing templating/scaffolding tools, *projen* is not a one-off\ngenerator. Synthesized files should never be manually edited (in fact, projen\nenforces that). To modify your project setup, users interact with rich\nstrongly-typed class and execute `projen` to update their project configuration\nfiles.\n\nBy defining a custom project type and using projen in multiple repositories, it's\npossible to update configuration files and CI/CD workflows across dozens (or\nhundreds!?) of projects.\n\nCheck out [this talk](https://youtu.be/SOWMPzXtTCw) about projen from its creator.\n\n## Getting Started\n\n_projen_ doesn't need to be installed. You will be using [npx](https://docs.npmjs.com/cli/v7/commands/npx) to run _projen_ which takes care of all required setup steps.\n\nTo create a new project, run the following command and follow the instructions:\n\n```console\n$ mkdir my-project\n$ cd my-project\n$ npx projen new PROJECT-TYPE\n🤖 Synthesizing project...\n...\n```\n\n### Project types\n\nCurrently supported project types (use `npx projen new` without a type for a\nfull list):\n\n**Built-in:** (run `npx projen new <type>`)\n\n<!-- <macro exec=\"node ./scripts/readme-projects.js\"> -->\n* [awscdk-app-java](https://projen.io/api/API.html#awscdkjavaapp-) - AWS CDK app in Java.\n* [awscdk-app-py](https://projen.io/api/API.html#awscdkpythonapp-) - AWS CDK app in Python.\n* [awscdk-app-ts](https://projen.io/api/API.html#awscdktypescriptapp-) - AWS CDK app in TypeScript.\n* [awscdk-construct](https://projen.io/api/API.html#awscdkconstructlibrary-) - AWS CDK construct library project.\n* [cdk8s-app-py](https://projen.io/api/API.html#cdk8spythonapp-) - CDK8s app in Python.\n* [cdk8s-app-ts](https://projen.io/api/API.html#cdk8stypescriptapp-) - CDK8s app in TypeScript.\n* [cdk8s-construct](https://projen.io/api/API.html#constructlibrarycdk8s-) - CDK8s construct library project.\n* [cdktf-construct](https://projen.io/api/API.html#constructlibrarycdktf-) - CDKTF construct library project.\n* [java](https://projen.io/api/API.html#javaproject-) - Java project.\n* [jsii](https://projen.io/api/API.html#jsiiproject-) - Multi-language jsii library project.\n* [nextjs](https://projen.io/api/API.html#nextjsproject-) - Next.js project without TypeScript.\n* [nextjs-ts](https://projen.io/api/API.html#nextjstypescriptproject-) - Next.js project with TypeScript.\n* [node](https://projen.io/api/API.html#nodeproject-) - Node.js project.\n* [project](https://projen.io/api/API.html#project-) - Base project.\n* [python](https://projen.io/api/API.html#pythonproject-) - Python project.\n* [react](https://projen.io/api/API.html#reactproject-) - React project without TypeScript.\n* [react-ts](https://projen.io/api/API.html#reacttypescriptproject-) - React project with TypeScript.\n* [typescript](https://projen.io/api/API.html#typescriptproject-) - TypeScript project.\n* [typescript-app](https://projen.io/api/API.html#typescriptappproject-) - TypeScript app.\n<!-- </macro> -->\n\n**External:** (run `npx projen new --from <type>`)\n\n* [projen-github-action-typescript](https://github.com/projen/projen-github-action-typescript/blob/main/API.md) - GitHub Action in TypeScript project.\n\n> Use `npx projen new PROJECT-TYPE --help` to view a list of command line\n> switches that allows you to specify most project options during bootstrapping.\n> For example: `npx projen new jsii --author-name \"Jerry Berry\"`.\n\nThe `new` command will create a `.projenrc.js` file which looks like this for\n`jsii` projects:\n\n```js\nconst { JsiiProject } = require('projen');\n\nconst project = new JsiiProject({\n authorAddress: \"elad.benisrael@gmail.com\",\n authorName: \"Elad Ben-Israel\",\n name: \"foobar\",\n repository: \"https://github.com/eladn/foobar.git\",\n});\n\nproject.synth();\n```\n\nThis program instantiates the project type with minimal setup, and then calls\n`synth()` to synthesize the project files. By default, the `new` command will\nalso execute this program, which will result in a fully working project.\n\nOnce your project is created, you can configure your project by editing\n`.projenrc.js` and re-running `npx projen` to synthesize again.\n\n> The files generated by _projen_ are considered an \"implementation detail\" and\n> _projen_ protects them from being manually edited (most files are marked\n> read-only, and an \"anti tamper\" check is configured in the CI build workflow\n> to ensure that files are not updated during build).\n\nFor example, to setup PyPI publishing in `jsii` projects, you can use\n[`publishToPypi option`](https://projen.io/publisher.html):\n\n```js\nconst project = new JsiiProject({\n // ...\n publishToPypi: {\n distName: \"mydist\",\n module: \"my_module\",\n }\n});\n```\n\nRun:\n\n```shell\nnpx projen\n```\n\nAnd you'll notice that your `package.json` file now contains a `python` section in\nits `jsii` config and the GitHub `release.yml` workflow includes a PyPI\npublishing step.\n\nWe recommend to put this in your shell profile, so you can simply run `pj` every\ntime you update `.projenrc.js`:\n\n```bash\nalias pj='npx projen'\n```\n\nMost projects come with an assortment of **tasks** that handle various\ndevelopment activities, from compiling to publishing. Tasks can be and composed\ntogether, and can be run as local commands or turned into GitHub workflows. You\ncan list all tasks with `npx projen --help`:\n\n```shell\n$ npx projen --help\nprojen [command]\n\nCommands:\n projen new [PROJECT-TYPE-NAME] [OPTIONS] Creates a new projen project\n projen clobber hard resets to HEAD of origin and cleans the local repo\n projen compile Only compile\n projen test Run tests\n projen build Full release build (test+compile)\n projen upgrade upgrade dependencies (including projen)\n...\n```\n\nThe `build` task is the same task that's executed in your CI builds. It\ntypically compiles, lints, tests and packages your module for distribution.\n\n### Shell Completions\nIf installed as a global package, `projen` includes rich shell tab-completion support. To enable this in your shell, run:\n```shell\n# Bash\nprojen completion >> ~/.bashrc\n\n# ZSH\nprojen completion >> ~/.zshrc\n```\n## Features\n\nSome examples of features built-in to project types:\n\n* Fully synthesize `package.json`\n* Standard npm scripts like `compile`, `build`, `test`, `package`\n* eslint\n* Jest\n* jsii: compile, package, api compatibility checks, API.md\n* Bump & release scripts with CHANGELOG generation based on conventional commits\n* Automated PR builds\n* Automated releases to npm, maven, NuGet and PyPI\n* Automated dependency upgrades\n* Mergify configuration\n* LICENSE file generation\n* gitignore + npmignore management\n* Node \"engines\" support with coupling to CI build environment and @types/node\n* Anti-tamper: CI builds will fail if a synthesized file is modified manually\n\n## Documentation\n\nFor documentation including examples and a full API reference, visit <https://projen.io/>.\n\n## Ecosystem\n\n_projen_ takes a \"batteries included\" approach and aims to offer dozens of different project types out of\nthe box (we are just getting started). Think `projen new react`, `projen new angular`, `projen new java-maven`,\n`projen new awscdk-typescript`, `projen new cdk8s-python` (nothing in projen is tied to javascript or npm!)...\n\nAdding new project types is as simple as submitting a pull request to this repo and exporting a class that\nextends `projen.Project` (or one of its derivatives). Projen automatically discovers project types so your\ntype will immediately be available in `projen new`.\n\n### Projects in external modules\n\n_projen_ is bundled with many project types out of the box, but it can also work\nwith project types and components defined in external jsii modules (the reason\nwe need jsii is because projen uses the jsii metadata to discover project types\n& options in projen new).\n\nSay we have a module in npm called `projen-vuejs` which includes a single project\ntype for vue.js:\n\n```bash\n$ npx projen new --from projen-vuejs\n```\n\nIf the referenced module includes multiple project types, the type is required.\nSwitches can also be used to specify initial values based on the project type\nAPIs. You can also use any package syntax supported by [yarn\nadd](https://classic.yarnpkg.com/en/docs/cli/add#toc-adding-dependencies) like\n`projen-vuejs@1.2.3`, `file:/path/to/local/folder`,\n`git@github.com/awesome/projen-vuejs#1.2.3`, etc.\n\n```bash\n$ npx projen new --from projen-vuejs@^2 vuejs-ts --description \"my awesome vue project\"\n```\n\nUnder the hood, `projen new` will install the `projen-vuejs` module from npm\n(version 2.0.0 and above), discover the project types in it and bootstrap the\n`vuejs-ts` project type. It will assign the value `\"my awesome vue project\"` to\nthe `description` field. If you examine your `.projenrc.js` file, you'll see\nthat `projen-vuejs` is defined as a dev dependency:\n\n```javascript\nconst { VueJsProject } = require('projen-vuejs');\n\nconst project = new VueJsProject({\n name: 'my-vuejs-sample',\n description: \"my awesome vue project\",\n // ...\n devDeps: [\n 'projen-vuejs'\n ]\n});\n\nproject.synth();\n```\n\n## Roadmap\n\nSee [Vision](./VISION.md).\n\n## FAQ\n\n### Do I have to write my configuration in JavaScript?\n\nNot at all! JavaScript is the default, but it's also possible to write it in\nJava, Python, TypeScript, or even JSON. This is made\npossible by the [jsii](https://github.com/aws/jsii) library which allows us\nto write APIs once and generate libraries in several languages. You can choose\na different language by passing the `--projenrc-ts`, `--projenrc-py`, `--projenrc-java`, or\n`--projenrc-json` flags when running `projen new`.\n\nNote: using a `.projenrc.json` file to specify configuration only allows\naccessing a subset of the entire API - the options which are passed to the\nconstructor of each project type.\n\n### How does projen work with my IDE?\n\nprojen has an unofficial [VS Code extension]. Check it out!\n\n[VS Code extension]: https://marketplace.visualstudio.com/items?itemName=MarkMcCulloh.vscode-projen\n\n## Community\n\nThe projen community can be found within the #projen channel in the [cdk.dev]\ncommunity Slack workspace.\n\n[cdk.dev]: https://cdk.dev/\n\n### Virtual Meetup\n\n- Thursday June 30, 2022\n- 1-2pm America/New_York (EDT)\n- [CFP](https://bit.ly/3NEc0UQ) a Google Form\n- CFP Closes Saturday April 30, 2022\n- Hosted on [Zoom](https://zoom.us/j/92399854777?pwd=OUZybHlobHNoZUs1VVordWhaRTVGdz09#success)\n\n## Contributions\n\nContributions of all kinds are welcome! Check out our [contributor's\nguide](./CONTRIBUTING.md) and our [code of conduct](./CODE_OF_CONDUCT.md).\n\nFor a quick start, check out a development environment:\n\n```bash\n$ git clone git@github.com:projen/projen\n$ cd projen\n$ yarn\n$ yarn watch # compile in the background\n```\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->\n[![All Contributors](https://img.shields.io/badge/all_contributors-171-orange.svg?style=flat-square)](#contributors-)\n<!-- ALL-CONTRIBUTORS-BADGE:END -->\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n <tbody>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Hunter-Thompson\"><img src=\"https://avatars.githubusercontent.com/u/20844961?v=4?s=100\" width=\"100px;\" alt=\" Aatman \"/><br /><sub><b> Aatman </b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Hunter-Thompson\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://accenture.github.io/\"><img src=\"https://avatars.githubusercontent.com/u/43275295?v=4?s=100\" width=\"100px;\" alt=\"Abdullah Sahin\"/><br /><sub><b>Abdullah Sahin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=abdsahin\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/adamelmore\"><img src=\"https://avatars2.githubusercontent.com/u/2363879?v=4?s=100\" width=\"100px;\" alt=\"Adam Elmore\"/><br /><sub><b>Adam Elmore</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=adamelmore\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/agdimech\"><img src=\"https://avatars.githubusercontent.com/u/51220968?v=4?s=100\" width=\"100px;\" alt=\"Adrian Dimech\"/><br /><sub><b>Adrian Dimech</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=agdimech\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/adrianmace\"><img src=\"https://avatars.githubusercontent.com/u/5071859?v=4?s=100\" width=\"100px;\" alt=\"Adrian Mace\"/><br /><sub><b>Adrian Mace</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=adrianmace\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/alexforsyth\"><img src=\"https://avatars.githubusercontent.com/u/8712303?v=4?s=100\" width=\"100px;\" alt=\"Alexander Forsyth\"/><br /><sub><b>Alexander Forsyth</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=alexforsyth\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://unsubstantiated.blog/\"><img src=\"https://avatars.githubusercontent.com/u/1308885?v=4?s=100\" width=\"100px;\" alt=\"Alexander Steppke\"/><br /><sub><b>Alexander Steppke</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Miradorn\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://amani.kilumanga.com/\"><img src=\"https://avatars.githubusercontent.com/u/8690282?v=4?s=100\" width=\"100px;\" alt=\"Amani Kilumanga\"/><br /><sub><b>Amani Kilumanga</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dkaksl\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://amin.fazl.me/\"><img src=\"https://avatars.githubusercontent.com/u/62678026?v=4?s=100\" width=\"100px;\" alt=\"Amin Fazl\"/><br /><sub><b>Amin Fazl</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=AminFazlMondo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kichik.com/\"><img src=\"https://avatars.githubusercontent.com/u/1156773?v=4?s=100\" width=\"100px;\" alt=\"Amir Szekely\"/><br /><sub><b>Amir Szekely</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kichik\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.linkedin.com/in/amartinsg/\"><img src=\"https://avatars.githubusercontent.com/u/54241354?v=4?s=100\" width=\"100px;\" alt=\"Anderson Gomes\"/><br /><sub><b>Anderson Gomes</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=andersonmgomes\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/asdcamargo\"><img src=\"https://avatars.githubusercontent.com/u/4683431?v=4?s=100\" width=\"100px;\" alt=\"Andre de Camargo\"/><br /><sub><b>Andre de Camargo</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=asdcamargo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://comfortabledelusions.blogspot.com/\"><img src=\"https://avatars.githubusercontent.com/u/445764?v=4?s=100\" width=\"100px;\" alt=\"Andrew Hammond\"/><br /><sub><b>Andrew Hammond</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ahammond\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dippi\"><img src=\"https://avatars.githubusercontent.com/u/3977098?v=4?s=100\" width=\"100px;\" alt=\"Angelo Di Pilla\"/><br /><sub><b>Angelo Di Pilla</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dippi\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://ansgar.dev/\"><img src=\"https://avatars.githubusercontent.com/u/1112056?v=4?s=100\" width=\"100px;\" alt=\"Ansgar Mertens\"/><br /><sub><b>Ansgar Mertens</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ansgarm\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/yoyomo\"><img src=\"https://avatars.githubusercontent.com/u/12818568?v=4?s=100\" width=\"100px;\" alt=\"Armando J. Ortiz Garcia\"/><br /><sub><b>Armando J. Ortiz Garcia</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=yoyomo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dontirun\"><img src=\"https://avatars.githubusercontent.com/u/4570879?v=4?s=100\" width=\"100px;\" alt=\"Arun Donti\"/><br /><sub><b>Arun Donti</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dontirun\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/abelmokadem\"><img src=\"https://avatars0.githubusercontent.com/u/9717944?v=4?s=100\" width=\"100px;\" alt=\"Ash\"/><br /><sub><b>Ash</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=abelmokadem\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kanatti\"><img src=\"https://avatars.githubusercontent.com/u/8623654?v=4?s=100\" width=\"100px;\" alt=\"Balagopal Kanattil\"/><br /><sub><b>Balagopal Kanattil</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kanatti\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://www.callant.net/\"><img src=\"https://avatars1.githubusercontent.com/u/5915843?v=4?s=100\" width=\"100px;\" alt=\"Bart Callant\"/><br /><sub><b>Bart Callant</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bartcallant\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://benlimmer.com/\"><img src=\"https://avatars.githubusercontent.com/u/630449?v=4?s=100\" width=\"100px;\" alt=\"Ben Limmer\"/><br /><sub><b>Ben Limmer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=blimmer\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://bilalquadri.com/\"><img src=\"https://avatars.githubusercontent.com/u/707147?v=4?s=100\" width=\"100px;\" alt=\"Bilal Quadri\"/><br /><sub><b>Bilal Quadri</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bilalq\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://transacid.de/\"><img src=\"https://avatars.githubusercontent.com/u/113231?v=4?s=100\" width=\"100px;\" alt=\"Boris Petersen\"/><br /><sub><b>Boris Petersen</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=transacid\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/BradenM\"><img src=\"https://avatars.githubusercontent.com/u/5913808?v=4?s=100\" width=\"100px;\" alt=\"Braden Mars\"/><br /><sub><b>Braden Mars</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=BradenM\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/bmiller08\"><img src=\"https://avatars.githubusercontent.com/u/13002874?v=4?s=100\" width=\"100px;\" alt=\"Brandon Miller\"/><br /><sub><b>Brandon Miller</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bmiller08\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/bhleonard\"><img src=\"https://avatars.githubusercontent.com/u/1961679?v=4?s=100\" width=\"100px;\" alt=\"Brian Leonard\"/><br /><sub><b>Brian Leonard</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bhleonard\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/comcalvi\"><img src=\"https://avatars.githubusercontent.com/u/66279577?v=4?s=100\" width=\"100px;\" alt=\"Calvin Combs\"/><br /><sub><b>Calvin Combs</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=comcalvi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/cameroncf\"><img src=\"https://avatars.githubusercontent.com/u/789760?v=4?s=100\" width=\"100px;\" alt=\"Cameron Childress\"/><br /><sub><b>Cameron Childress</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=cameroncf\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/campionfellin\"><img src=\"https://avatars3.githubusercontent.com/u/11984923?v=4?s=100\" width=\"100px;\" alt=\"Campion Fellin\"/><br /><sub><b>Campion Fellin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=campionfellin\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/ctasada\"><img src=\"https://avatars.githubusercontent.com/u/1381772?v=4?s=100\" width=\"100px;\" alt=\"Carlos Tasada\"/><br /><sub><b>Carlos Tasada</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ctasada\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/cgatt\"><img src=\"https://avatars.githubusercontent.com/u/45865322?v=4?s=100\" width=\"100px;\" alt=\"Chris Gatt\"/><br /><sub><b>Chris Gatt</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=cgatt\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://rybicki.io/\"><img src=\"https://avatars2.githubusercontent.com/u/5008987?v=4?s=100\" width=\"100px;\" alt=\"Christopher Rybicki\"/><br /><sub><b>Christopher Rybicki</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Chriscbr\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/corymhall\"><img src=\"https://avatars.githubusercontent.com/u/43035978?v=4?s=100\" width=\"100px;\" alt=\"Cory Hall\"/><br /><sub><b>Cory Hall</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=corymhall\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://aws.amazon.com/chime/chime-sdk/\"><img src=\"https://avatars.githubusercontent.com/u/71404236?v=4?s=100\" width=\"100px;\" alt=\"Court Schuett\"/><br /><sub><b>Court Schuett</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=schuettc\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://medium.com/@craig.burdulis\"><img src=\"https://avatars.githubusercontent.com/u/12520946?v=4?s=100\" width=\"100px;\" alt=\"Craig Burdulis\"/><br /><sub><b>Craig Burdulis</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=icj217\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://pallares.io/\"><img src=\"https://avatars3.githubusercontent.com/u/1077520?v=4?s=100\" width=\"100px;\" alt=\"Cristian Pallarés\"/><br /><sub><b>Cristian Pallarés</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=skyrpex\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://danielmschmidt.de/\"><img src=\"https://avatars.githubusercontent.com/u/1337046?v=4?s=100\" width=\"100px;\" alt=\"Daniel Schmidt\"/><br /><sub><b>Daniel Schmidt</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=DanielMSchmidt\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://typefully.com/dannysteenman\"><img src=\"https://avatars.githubusercontent.com/u/15192660?v=4?s=100\" width=\"100px;\" alt=\"Danny Steenman\"/><br /><sub><b>Danny Steenman</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dannysteenman\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/eduardomourar\"><img src=\"https://avatars.githubusercontent.com/u/16357187?v=4?s=100\" width=\"100px;\" alt=\"Eduardo Rodrigues\"/><br /><sub><b>Eduardo Rodrigues</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eduardomourar\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://eladb.github.com/\"><img src=\"https://avatars3.githubusercontent.com/u/598796?v=4?s=100\" width=\"100px;\" alt=\"Elad Ben-Israel\"/><br /><sub><b>Elad Ben-Israel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eladb\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/iliapolo\"><img src=\"https://avatars.githubusercontent.com/u/1428812?v=4?s=100\" width=\"100px;\" alt=\"Eli Polonsky\"/><br /><sub><b>Eli Polonsky</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=iliapolo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://elig.io/\"><img src=\"https://avatars.githubusercontent.com/u/22875166?v=4?s=100\" width=\"100px;\" alt=\"Eligio Mariño\"/><br /><sub><b>Eligio Mariño</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gmeligio\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Tucker-Eric\"><img src=\"https://avatars.githubusercontent.com/u/6483755?v=4?s=100\" width=\"100px;\" alt=\"Eric Tucker\"/><br /><sub><b>Eric Tucker</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Tucker-Eric\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/echeung-amzn\"><img src=\"https://avatars.githubusercontent.com/u/81188333?v=4?s=100\" width=\"100px;\" alt=\"Eugene Cheung\"/><br /><sub><b>Eugene Cheung</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=echeung-amzn\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/FonsBiemans\"><img src=\"https://avatars.githubusercontent.com/u/34266227?v=4?s=100\" width=\"100px;\" alt=\"Fons Biemans\"/><br /><sub><b>Fons Biemans</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=FonsBiemans\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/fynnfluegge\"><img src=\"https://avatars.githubusercontent.com/u/16321871?v=4?s=100\" width=\"100px;\" alt=\"Fynn Flügge\"/><br /><sub><b>Fynn Flügge</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=fynnfluegge\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/gradybarrett\"><img src=\"https://avatars1.githubusercontent.com/u/1140074?v=4?s=100\" width=\"100px;\" alt=\"Grady Barrett\"/><br /><sub><b>Grady Barrett</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gradybarrett\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://blog.herlein.com/\"><img src=\"https://avatars.githubusercontent.com/u/173428?v=4?s=100\" width=\"100px;\" alt=\"Greg Herlein\"/><br /><sub><b>Greg Herlein</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gherlein\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/hasanaburayyan\"><img src=\"https://avatars.githubusercontent.com/u/45375125?v=4?s=100\" width=\"100px;\" alt=\"Hasan\"/><br /><sub><b>Hasan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hasanaburayyan\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/hassanazharkhan\"><img src=\"https://avatars.githubusercontent.com/u/57677979?v=4?s=100\" width=\"100px;\" alt=\"Hassan Azhar\"/><br /><sub><b>Hassan Azhar</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hassanazharkhan\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/HassanMahmud\"><img src=\"https://avatars3.githubusercontent.com/u/58504381?v=4?s=100\" width=\"100px;\" alt=\"Hassan Mahmud\"/><br /><sub><b>Hassan Mahmud</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=HassanMahmud\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://dk.linkedin.com/in/hassanmahmud93\"><img src=\"https://avatars1.githubusercontent.com/u/7426703?v=4?s=100\" width=\"100px;\" alt=\"Hassan Mahmud\"/><br /><sub><b>Hassan Mahmud</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hass123uk\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mKeRix\"><img src=\"https://avatars.githubusercontent.com/u/770596?v=4?s=100\" width=\"100px;\" alt=\"Heiko Rothe\"/><br /><sub><b>Heiko Rothe</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mKeRix\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/hyandell\"><img src=\"https://avatars.githubusercontent.com/u/477715?v=4?s=100\" width=\"100px;\" alt=\"Henri Yandell\"/><br /><sub><b>Henri Yandell</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hyandell\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/henrysachs\"><img src=\"https://avatars0.githubusercontent.com/u/17173951?v=4?s=100\" width=\"100px;\" alt=\"Henry Sachs\"/><br /><sub><b>Henry Sachs</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=henrysachs\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://blog.hoseung.me/\"><img src=\"https://avatars.githubusercontent.com/u/39669819?v=4?s=100\" width=\"100px;\" alt=\"Hoseung\"/><br /><sub><b>Hoseung</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=HoseungJang\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://bandism.net/\"><img src=\"https://avatars.githubusercontent.com/u/22633385?v=4?s=100\" width=\"100px;\" alt=\"Ikko Ashimine\"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eltociear\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jackleslie\"><img src=\"https://avatars.githubusercontent.com/u/52004409?v=4?s=100\" width=\"100px;\" alt=\"Jack Leslie\"/><br /><sub><b>Jack Leslie</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jackleslie\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/JackMoseley2001\"><img src=\"https://avatars.githubusercontent.com/u/10659397?v=4?s=100\" width=\"100px;\" alt=\"Jack Moseley\"/><br /><sub><b>Jack Moseley</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=JackMoseley2001\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/cogwirrel\"><img src=\"https://avatars.githubusercontent.com/u/1848603?v=4?s=100\" width=\"100px;\" alt=\"Jack Stevenson\"/><br /><sub><b>Jack Stevenson</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=cogwirrel\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jmourelos\"><img src=\"https://avatars3.githubusercontent.com/u/3878434?v=4?s=100\" width=\"100px;\" alt=\"Jacob\"/><br /><sub><b>Jacob</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jmourelos\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://joapy.com/\"><img src=\"https://avatars3.githubusercontent.com/u/325306?v=4?s=100\" width=\"100px;\" alt=\"Jake Pearson\"/><br /><sub><b>Jake Pearson</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jakepearson\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://twitter.com/bracki\"><img src=\"https://avatars.githubusercontent.com/u/49786?v=4?s=100\" width=\"100px;\" alt=\"Jan Brauer\"/><br /><sub><b>Jan Brauer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bracki\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jmalins\"><img src=\"https://avatars.githubusercontent.com/u/2001356?v=4?s=100\" width=\"100px;\" alt=\"Jeff Malins\"/><br /><sub><b>Jeff Malins</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jmalins\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/JeremyJonas\"><img src=\"https://avatars1.githubusercontent.com/u/464119?v=4?s=100\" width=\"100px;\" alt=\"Jeremy Jonas\"/><br /><sub><b>Jeremy Jonas</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=JeremyJonas\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jesse-grabowski\"><img src=\"https://avatars.githubusercontent.com/u/2453853?v=4?s=100\" width=\"100px;\" alt=\"Jesse Grabowski\"/><br /><sub><b>Jesse Grabowski</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jesse-grabowski\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jolo-dev\"><img src=\"https://avatars.githubusercontent.com/u/54506108?v=4?s=100\" width=\"100px;\" alt=\"JoLo\"/><br /><sub><b>JoLo</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jolo-dev\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/devnoo\"><img src=\"https://avatars.githubusercontent.com/u/94448?v=4?s=100\" width=\"100px;\" alt=\"Job de Noo\"/><br /><sub><b>Job de Noo</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=devnoo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jogold\"><img src=\"https://avatars2.githubusercontent.com/u/12623249?v=4?s=100\" width=\"100px;\" alt=\"Jonathan Goldwasser\"/><br /><sub><b>Jonathan Goldwasser</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jogold\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/joostvdwsd\"><img src=\"https://avatars.githubusercontent.com/u/25637088?v=4?s=100\" width=\"100px;\" alt=\"Joost van der Waal\"/><br /><sub><b>Joost van der Waal</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=joostvdwsd\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/JordanSinko\"><img src=\"https://avatars2.githubusercontent.com/u/10212966?v=4?s=100\" width=\"100px;\" alt=\"Jordan Sinko\"/><br /><sub><b>Jordan Sinko</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=JordanSinko\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/eganjs\"><img src=\"https://avatars3.githubusercontent.com/u/6639482?v=4?s=100\" width=\"100px;\" alt=\"Joseph Egan\"/><br /><sub><b>Joseph Egan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eganjs\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/misterjoshua\"><img src=\"https://avatars2.githubusercontent.com/u/644092?v=4?s=100\" width=\"100px;\" alt=\"Josh Kellendonk\"/><br /><sub><b>Josh Kellendonk</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=misterjoshua\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/juho9000\"><img src=\"https://avatars.githubusercontent.com/u/13867853?v=4?s=100\" width=\"100px;\" alt=\"Juho Majasaari\"/><br /><sub><b>Juho Majasaari</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=juho9000\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Hi-Fi\"><img src=\"https://avatars.githubusercontent.com/u/1499780?v=4?s=100\" width=\"100px;\" alt=\"Juho Saarinen\"/><br /><sub><b>Juho Saarinen</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Hi-Fi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.linkedin.com/in/julian-michel-812a223a/\"><img src=\"https://avatars.githubusercontent.com/u/15660169?v=4?s=100\" width=\"100px;\" alt=\"Julian Michel\"/><br /><sub><b>Julian Michel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jumic\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kaizencc\"><img src=\"https://avatars.githubusercontent.com/u/36202692?v=4?s=100\" width=\"100px;\" alt=\"Kaizen Conroy\"/><br /><sub><b>Kaizen Conroy</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kaizencc\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kcwinner\"><img src=\"https://avatars3.githubusercontent.com/u/2728868?v=4?s=100\" width=\"100px;\" alt=\"Kenneth Winner\"/><br /><sub><b>Kenneth Winner</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kcwinner\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kenneth.wussmann.net/\"><img src=\"https://avatars.githubusercontent.com/u/11491506?v=4?s=100\" width=\"100px;\" alt=\"Kenneth Wußmann\"/><br /><sub><b>Kenneth Wußmann</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=KennethWussmann\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kennyg\"><img src=\"https://avatars.githubusercontent.com/u/98244?v=4?s=100\" width=\"100px;\" alt=\"Kenny Gatdula\"/><br /><sub><b>Kenny Gatdula</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kennyg\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tinovyatkin\"><img src=\"https://avatars.githubusercontent.com/u/5350898?v=4?s=100\" width=\"100px;\" alt=\"Konstantin Vyatkin\"/><br /><sub><b>Konstantin Vyatkin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tinovyatkin\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/bigkraig\"><img src=\"https://avatars1.githubusercontent.com/u/508403?v=4?s=100\" width=\"100px;\" alt=\"Kraig Amador\"/><br /><sub><b>Kraig Amador</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bigkraig\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kdabir.com/\"><img src=\"https://avatars.githubusercontent.com/u/735240?v=4?s=100\" width=\"100px;\" alt=\"Kunal Dabir\"/><br /><sub><b>Kunal Dabir</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kdabir\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kylelaker.com/\"><img src=\"https://avatars.githubusercontent.com/u/850893?v=4?s=100\" width=\"100px;\" alt=\"Kyle Laker\"/><br /><sub><b>Kyle Laker</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kylelaker\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/lexfelixpost\"><img src=\"https://avatars.githubusercontent.com/u/112618115?v=4?s=100\" width=\"100px;\" alt=\"Lex Felix\"/><br /><sub><b>Lex Felix</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=lexfelixpost\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/lexGPT\"><img src=\"https://avatars.githubusercontent.com/u/112618115?v=4?s=100\" width=\"100px;\" alt=\"Lex Felix\"/><br /><sub><b>Lex Felix</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=lexGPT\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Liam-Johnston\"><img src=\"https://avatars.githubusercontent.com/u/30859946?v=4?s=100\" width=\"100px;\" alt=\"Liam Johnston\"/><br /><sub><b>Liam Johnston</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Liam-Johnston\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/WtfJoke\"><img src=\"https://avatars.githubusercontent.com/u/7139697?v=4?s=100\" width=\"100px;\" alt=\"Manuel\"/><br /><sub><b>Manuel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=WtfJoke\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/marciocadev\"><img src=\"https://avatars.githubusercontent.com/u/67694075?v=4?s=100\" width=\"100px;\" alt=\"Marcio Cruz de Almeida\"/><br /><sub><b>Marcio Cruz de Almeida</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=marciocadev\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mmcculloh-dms\"><img src=\"https://avatars.githubusercontent.com/u/68597641?v=4?s=100\" width=\"100px;\" alt=\"Mark McCulloh\"/><br /><sub><b>Mark McCulloh</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mmcculloh-dms\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.linkedin.com/in/mark-mcculloh/\"><img src=\"https://avatars.githubusercontent.com/u/1237390?v=4?s=100\" width=\"100px;\" alt=\"Mark McCulloh\"/><br /><sub><b>Mark McCulloh</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=MarkMcCulloh\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://polothy.github.io/\"><img src=\"https://avatars.githubusercontent.com/u/634657?v=4?s=100\" width=\"100px;\" alt=\"Mark Nielsen\"/><br /><sub><b>Mark Nielsen</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=polothy\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/marnixdessing\"><img src=\"https://avatars.githubusercontent.com/u/14939820?v=4?s=100\" width=\"100px;\" alt=\"Marnix Dessing\"/><br /><sub><b>Marnix Dessing</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=marnixdessing\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mmuller88\"><img src=\"https://avatars0.githubusercontent.com/u/18393842?v=4?s=100\" width=\"100px;\" alt=\"Martin Muller\"/><br /><sub><b>Martin Muller</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mmuller88\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mzuber\"><img src=\"https://avatars.githubusercontent.com/u/948563?v=4?s=100\" width=\"100px;\" alt=\"Martin Zuber\"/><br /><sub><b>Martin Zuber</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mzuber\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://tmokmss.hatenablog.com/\"><img src=\"https://avatars.githubusercontent.com/u/7490655?v=4?s=100\" width=\"100px;\" alt=\"Masashi Tomooka\"/><br /><sub><b>Masashi Tomooka</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tmokmss\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/matt9ucci\"><img src=\"https://avatars.githubusercontent.com/u/8044346?v=4?s=100\" width=\"100px;\" alt=\"Matt Gucci\"/><br /><sub><b>Matt Gucci</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=matt9ucci\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://dev.to/martzcodes\"><img src=\"https://avatars1.githubusercontent.com/u/978362?v=4?s=100\" width=\"100px;\" alt=\"Matt Martz\"/><br /><sub><b>Matt Martz</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=martzcodes\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/diranged\"><img src=\"https://avatars.githubusercontent.com/u/768067?v=4?s=100\" width=\"100px;\" alt=\"Matt Wise\"/><br /><sub><b>Matt Wise</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=diranged\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/msessa\"><img src=\"https://avatars.githubusercontent.com/u/1912143?v=4?s=100\" width=\"100px;\" alt=\"Matteo Sessa\"/><br /><sub><b>Matteo Sessa</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=msessa\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://www.matthewbonig.com/\"><img src=\"https://avatars2.githubusercontent.com/u/1559437?v=4?s=100\" width=\"100px;\" alt=\"Matthew Bonig\"/><br /><sub><b>Matthew Bonig</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mbonig\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mwg-rea\"><img src=\"https://avatars.githubusercontent.com/u/82480228?v=4?s=100\" width=\"100px;\" alt=\"Matthew Gamble\"/><br /><sub><b>Matthew Gamble</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mwg-rea\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/fongie\"><img src=\"https://avatars1.githubusercontent.com/u/19932622?v=4?s=100\" width=\"100px;\" alt=\"Max Körlinge\"/><br /><sub><b>Max Körlinge</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=fongie\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mayurm88\"><img src=\"https://avatars.githubusercontent.com/u/75965317?v=4?s=100\" width=\"100px;\" alt=\"Mayur Mahrotri\"/><br /><sub><b>Mayur Mahrotri</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mayurm88\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mikejgray\"><img src=\"https://avatars.githubusercontent.com/u/30268971?v=4?s=100\" width=\"100px;\" alt=\"Mike\"/><br /><sub><b>Mike</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mikejgray\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/MrArnoldPalmer\"><img src=\"https://avatars.githubusercontent.com/u/7221111?v=4?s=100\" width=\"100px;\" alt=\"Mitchell Valine\"/><br /><sub><b>Mitchell Valine</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=MrArnoldPalmer\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://moritzkornher.de/\"><img src=\"https://avatars.githubusercontent.com/u/379814?v=4?s=100\" width=\"100px;\" alt=\"Momo Kornher\"/><br /><sub><b>Momo Kornher</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mrgrain\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/gmukul01\"><img src=\"https://avatars.githubusercontent.com/u/3636885?v=4?s=100\" width=\"100px;\" alt=\"Mukul Bansal\"/><br /><sub><b>Mukul Bansal</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gmukul01\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://blog.neilkuan.net/\"><img src=\"https://avatars.githubusercontent.com/u/46012524?v=4?s=100\" width=\"100px;\" alt=\"Neil Kuan\"/><br /><sub><b>Neil Kuan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=neilkuan\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/nicholas-keers\"><img src=\"https://avatars.githubusercontent.com/u/94363953?v=4?s=100\" width=\"100px;\" alt=\"Nick Keers\"/><br /><sub><b>Nick Keers</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=nicholas-keers\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/njlynch\"><img src=\"https://avatars.githubusercontent.com/u/1376292?v=4?s=100\" width=\"100px;\" alt=\"Nick Lynch\"/><br /><sub><b>Nick Lynch</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=njlynch\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/nbyl\"><img src=\"https://avatars.githubusercontent.com/u/1185719?v=4?s=100\" width=\"100px;\" alt=\"Nicolas Byl\"/><br /><sub><b>Nicolas Byl</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=nbyl\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/nikhil-zadoo\"><img src=\"https://avatars.githubusercontent.com/u/29751551?v=4?s=100\" width=\"100px;\" alt=\"Nikhil Zadoo\"/><br /><sub><b>Nikhil Zadoo</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=nikhil-zadoo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://nikovirtala.io/\"><img src=\"https://avatars.githubusercontent.com/u/6813506?v=4?s=100\" width=\"100px;\" alt=\"Niko Virtala\"/><br /><sub><b>Niko Virtala</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=nikovirtala\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/niraj8\"><img src=\"https://avatars.githubusercontent.com/u/8666468?v=4?s=100\" width=\"100px;\" alt=\"Niraj Palecha\"/><br /><sub><b>Niraj Palecha</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=niraj8\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dandelionur\"><img src=\"https://avatars.githubusercontent.com/u/89805919?v=4?s=100\" width=\"100px;\" alt=\"Nurbanu\"/><br /><sub><b>Nurbanu</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dandelionur\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/pahud\"><img src=\"https://avatars3.githubusercontent.com/u/278432?v=4?s=100\" width=\"100px;\" alt=\"Pahud Hsieh\"/><br /><sub><b>Pahud Hsieh</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pahud\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/patrickdean\"><img src=\"https://avatars.githubusercontent.com/u/1610088?v=4?s=100\" width=\"100px;\" alt=\"Patrick\"/><br /><sub><b>Patrick</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=patrickdean\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/duckpuppy\"><img src=\"https://avatars.githubusercontent.com/u/19253?v=4?s=100\" width=\"100px;\" alt=\"Patrick Aikens\"/><br /><sub><b>Patrick Aikens</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=duckpuppy\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://pepperize.com/\"><img src=\"https://avatars.githubusercontent.com/u/13916107?v=4?s=100\" width=\"100px;\" alt=\"Patrick Florek\"/><br /><sub><b>Patrick Florek</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pflorek\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://p6m7g8.github.io/\"><img src=\"https://avatars0.githubusercontent.com/u/34295?v=4?s=100\" width=\"100px;\" alt=\"Philip M. Gollucci\"/><br /><sub><b>Philip M. Gollucci</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pgollucci\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/philipmw\"><img src=\"https://avatars.githubusercontent.com/u/1379645?v=4?s=100\" width=\"100px;\" alt=\"Philip White\"/><br /><sub><b>Philip White</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=philipmw\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://garbe.io/\"><img src=\"https://avatars.githubusercontent.com/u/721899?v=4?s=100\" width=\"100px;\" alt=\"Philipp Garbe\"/><br /><sub><b>Philipp Garbe</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pgarbe\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://dynobase.dev/\"><img src=\"https://avatars3.githubusercontent.com/u/3391616?v=4?s=100\" width=\"100px;\" alt=\"Rafal Wilinski\"/><br /><sub><b>Rafal Wilinski</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=RafalWilinski\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://ramihusein.com/\"><img src=\"https://avatars.githubusercontent.com/u/96155378?v=4?s=100\" width=\"100px;\" alt=\"Rami Husein\"/><br /><sub><b>Rami Husein</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rami-husein\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://rix0r.nl/\"><img src=\"https://avatars.githubusercontent.com/u/524162?v=4?s=100\" width=\"100px;\" alt=\"Rico Huijbers\"/><br /><sub><b>Rico Huijbers</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rix0rrr\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://robbiemackay.com/\"><img src=\"https://avatars.githubusercontent.com/u/7965?v=4?s=100\" width=\"100px;\" alt=\"Robbie Mackay\"/><br /><sub><b>Robbie Mackay</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rjmackay\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/robert-affinidi\"><img src=\"https://avatars.githubusercontent.com/u/88320072?v=4?s=100\" width=\"100px;\" alt=\"Robert\"/><br /><sub><b>Robert</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=robert-affinidi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://rfrezinos.wordpress.com/\"><img src=\"https://avatars.githubusercontent.com/u/3926597?v=4?s=100\" width=\"100px;\" alt=\"Rodrigo Farias Rezino\"/><br /><sub><b>Rodrigo Farias Rezino</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rfrezino\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/rogerchi\"><img src=\"https://avatars.githubusercontent.com/u/625496?v=4?s=100\" width=\"100px;\" alt=\"Roger Chi\"/><br /><sub><b>Roger Chi</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rogerchi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://keybase.io/romainmuller\"><img src=\"https://avatars2.githubusercontent.com/u/411689?v=4?s=100\" width=\"100px;\" alt=\"Romain Marcadier\"/><br /><sub><b>Romain Marcadier</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=RomainMuller\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/quesabe\"><img src=\"https://avatars.githubusercontent.com/u/90195036?v=4?s=100\" width=\"100px;\" alt=\"Roman Vasilev\"/><br /><sub><b>Roman Vasilev</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=quesabe\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dj-rabel\"><img src=\"https://avatars.githubusercontent.com/u/4653214?v=4?s=100\" width=\"100px;\" alt=\"Ruben Pascal Abel\"/><br /><sub><b>Ruben Pascal Abel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dj-rabel\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://ryansonshine.com/\"><img src=\"https://avatars.githubusercontent.com/u/9534477?v=4?s=100\" width=\"100px;\" alt=\"Ryan Sonshine\"/><br /><sub><b>Ryan Sonshine</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ryansonshine\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://medium.com/@riywo\"><img src=\"https://avatars.githubusercontent.com/u/37822?v=4?s=100\" width=\"100px;\" alt=\"Ryosuke Iwanaga\"/><br /><sub><b>Ryosuke Iwanaga</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=riywo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/aisamu\"><img src=\"https://avatars.githubusercontent.com/u/431708?v=4?s=100\" width=\"100px;\" alt=\"Samuel Tschiedel\"/><br /><sub><b>Samuel Tschiedel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=aisamu\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/saudkhanzada\"><img src=\"https://avatars.githubusercontent.com/u/30137907?v=4?s=100\" width=\"100px;\" alt=\"Saud Khanzada\"/><br /><sub><b>Saud Khanzada</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=saudkhanzada\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/scottmondo\"><img src=\"https://avatars.githubusercontent.com/u/91044021?v=4?s=100\" width=\"100px;\" alt=\"Scott McFarlane\"/><br /><sub><b>Scott McFarlane</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=scottmondo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/scottschreckengaust\"><img src=\"https://avatars.githubusercontent.com/u/345885?v=4?s=100\" width=\"100px;\" alt=\"Scott Schreckengaust\"/><br /><sub><b>Scott Schreckengaust</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=scottschreckengaust\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://skorfmann.com/\"><img src=\"https://avatars1.githubusercontent.com/u/136789?v=4?s=100\" width=\"100px;\" alt=\"Sebastian Korfmann\"/><br /><sub><b>Sebastian Korfmann</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=skorfmann\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://selfstructured.com/\"><img src=\"https://avatars.githubusercontent.com/u/361689?v=4?s=100\" width=\"100px;\" alt=\"Shawn MacIntyre\"/><br /><sub><b>Shawn MacIntyre</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=smacintyre\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/suhasgaddam-trueaccord\"><img src=\"https://avatars.githubusercontent.com/u/68877840?v=4?s=100\" width=\"100px;\" alt=\"Suhas Gaddam\"/><br /><sub><b>Suhas Gaddam</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=suhasgaddam-trueaccord\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/thomasklinger1234\"><img src=\"https://avatars1.githubusercontent.com/u/39558817?v=4?s=100\" width=\"100px;\" alt=\"Thomas Klinger\"/><br /><sub><b>Thomas Klinger</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=thomasklinger1234\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/hoegertn\"><img src=\"https://avatars2.githubusercontent.com/u/1287829?v=4?s=100\" width=\"100px;\" alt=\"Thorsten Hoeger\"/><br /><sub><b>Thorsten Hoeger</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hoegertn\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tiararodney\"><img src=\"https://avatars.githubusercontent.com/u/56236443?v=4?s=100\" width=\"100px;\" alt=\"Tiara\"/><br /><sub><b>Tiara</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tiararodney\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tobias-bardino\"><img src=\"https://avatars.githubusercontent.com/u/1842089?v=4?s=100\" width=\"100px;\" alt=\"Tobias\"/><br /><sub><b>Tobias</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tobias-bardino\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://windyroad.com.au/\"><img src=\"https://avatars.githubusercontent.com/u/7802440?v=4?s=100\" width=\"100px;\" alt=\"Tom Howard\"/><br /><sub><b>Tom Howard</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tompahoward\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://dankmemes2020.com/\"><img src=\"https://avatars.githubusercontent.com/u/1083460?v=4?s=100\" width=\"100px;\" alt=\"Tom Keller\"/><br /><sub><b>Tom Keller</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kellertk\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://tlakomy.com/\"><img src=\"https://avatars2.githubusercontent.com/u/16646517?v=4?s=100\" width=\"100px;\" alt=\"Tomasz Łakomy\"/><br /><sub><b>Tomasz Łakomy</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tlakomy\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tmartensen\"><img src=\"https://avatars.githubusercontent.com/u/1750466?v=4?s=100\" width=\"100px;\" alt=\"Travis Martensen\"/><br /><sub><b>Travis Martensen</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tmartensen\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/floydspace\"><img src=\"https://avatars.githubusercontent.com/u/5180700?v=4?s=100\" width=\"100px;\" alt=\"Victor Korzunin\"/><br /><sub><b>Victor Korzunin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=floydspace\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/vladcos\"><img src=\"https://avatars.githubusercontent.com/u/135833592?v=4?s=100\" width=\"100px;\" alt=\"Vlad Cos\"/><br /><sub><b>Vlad Cos</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=vladcos\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://willdady.com/\"><img src=\"https://avatars.githubusercontent.com/u/204259?v=4?s=100\" width=\"100px;\" alt=\"Will Dady\"/><br /><sub><b>Will Dady</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=willdady\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/yglcode\"><img src=\"https://avatars.githubusercontent.com/u/11893614?v=4?s=100\" width=\"100px;\" alt=\"Yigong Liu\"/><br /><sub><b>Yigong Liu</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=yglcode\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/rajyan\"><img src=\"https://avatars.githubusercontent.com/u/38206553?v=4?s=100\" width=\"100px;\" alt=\"Yohta Kimura\"/><br /><sub><b>Yohta Kimura</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rajyan\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://yuval.io/\"><img src=\"https://avatars.githubusercontent.com/u/5735586?v=4?s=100\" width=\"100px;\" alt=\"Yuval\"/><br /><sub><b>Yuval</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=yuvalherziger\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/andrestone\"><img src=\"https://avatars1.githubusercontent.com/u/7958086?v=4?s=100\" width=\"100px;\" alt=\"andrestone\"/><br /><sub><b>andrestone</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=andrestone\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/codeLeeek\"><img src=\"https://avatars.githubusercontent.com/u/49740620?v=4?s=100\" width=\"100px;\" alt=\"codeLeeek\"/><br /><sub><b>codeLeeek</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=codeLeeek\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/flyingImer\"><img src=\"https://avatars0.githubusercontent.com/u/1973868?v=4?s=100\" width=\"100px;\" alt=\"flyingImer\"/><br /><sub><b>flyingImer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=flyingImer\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/huaxk\"><img src=\"https://avatars.githubusercontent.com/u/9971591?v=4?s=100\" width=\"100px;\" alt=\"huaxk\"/><br /><sub><b>huaxk</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=huaxk\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/john-tipper\"><img src=\"https://avatars2.githubusercontent.com/u/9730398?v=4?s=100\" width=\"100px;\" alt=\"john-tipper\"/><br /><sub><b>john-tipper</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=john-tipper\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/karlderkaefer\"><img src=\"https://avatars.githubusercontent.com/u/9578480?v=4?s=100\" width=\"100px;\" alt=\"karlderkaefer\"/><br /><sub><b>karlderkaefer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=karlderkaefer\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kt-hr\"><img src=\"https://avatars.githubusercontent.com/u/25603933?v=4?s=100\" width=\"100px;\" alt=\"kt-hr\"/><br /><sub><b>kt-hr</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kt-hr\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/lmarsden\"><img src=\"https://avatars.githubusercontent.com/u/51232932?v=4?s=100\" width=\"100px;\" alt=\"lmarsden\"/><br /><sub><b>lmarsden</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=lmarsden\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mtimbs\"><img src=\"https://avatars.githubusercontent.com/u/12463905?v=4?s=100\" width=\"100px;\" alt=\"michaeltimbs\"/><br /><sub><b>michaeltimbs</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mtimbs\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/orlandronen1\"><img src=\"https://avatars.githubusercontent.com/u/25987273?v=4?s=100\" width=\"100px;\" alt=\"orlandronen1\"/><br /><sub><b>orlandronen1</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=orlandronen1\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/pvbouwel\"><img src=\"https://avatars.githubusercontent.com/u/463976?v=4?s=100\" width=\"100px;\" alt=\"pvbouwel\"/><br /><sub><b>pvbouwel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pvbouwel\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tHyt-lab\"><img src=\"https://avatars.githubusercontent.com/u/11361677?v=4?s=100\" width=\"100px;\" alt=\"tHyt-lab\"/><br /><sub><b>tHyt-lab</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tHyt-lab\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Warkanlock\"><img src=\"https://avatars.githubusercontent.com/u/13340320?v=4?s=100\" width=\"100px;\" alt=\"txxnano\"/><br /><sub><b>txxnano</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Warkanlock\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/vVahe\"><img src=\"https://avatars.githubusercontent.com/u/17318901?v=4?s=100\" width=\"100px;\" alt=\"vVahe\"/><br /><sub><b>vVahe</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=vVahe\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/zetashift\"><img src=\"https://avatars.githubusercontent.com/u/1857826?v=4?s=100\" width=\"100px;\" alt=\"zetashift\"/><br /><sub><b>zetashift</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=zetashift\" title=\"Code\">💻</a></td>\n </tr>\n </tbody>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n## License\n\nDistributed under the [Apache-2.0](./LICENSE) license.\n"
83
+ "markdown": "<p align=\"center\">\n <a href=\"https://projen.io\">\n <img src=\"https://raw.githubusercontent.com/projen/projen/main/logo/projen.svg\">\n <h3 align=\"center\">projen</h3>\n </a>\n</p>\n\n<p align=\"center\">\n Define and maintain complex project configuration through code.\n</p>\n\n<p align=\"center\">\n <a href=\"https://projen.io/\"><strong>Documentation</strong></a> ·\n <a href=\"https://github.com/projen/projen/releases\"><strong>Changelog</strong></a> ·\n <a href=\"#project-types\"><strong>Project types</strong></a> ·\n <a href=\"#community\"><strong>Join the community</strong></a>\n</p>\n\n<p align=\"center\">\n <a href=\"https://opensource.org/licenses/Apache-2.0\"><img src=\"https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg\" alt=\"Apache 2.0 License\"></a>\n <a href=\"https://gitpod.io/#https://github.com/projen/projen\"><img src=\"https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod\" alt=\"Gitpod ready-to-code\"></a>\n <a href=\"https://github.com/projen/projen/actions/workflows/release.yml\"><img src=\"https://github.com/projen/projen/actions/workflows/release.yml/badge.svg\" alt=\"Release badge\"></a>\n <a href=\"https://github.com/projen/projen/commits/main\"><img src=\"https://img.shields.io/github/commit-activity/w/projen/projen\" alt=\"Commit activity\"></a>\n</p>\n\n<br/>\n\n*projen* synthesizes project configuration files such as `package.json`,\n`tsconfig.json`, `.gitignore`, GitHub Workflows, eslint, jest, etc. from a\nwell-typed definition written in JavaScript.\n\nAs opposed to existing templating/scaffolding tools, *projen* is not a one-off\ngenerator. Synthesized files should never be manually edited (in fact, projen\nenforces that). To modify your project setup, users interact with rich\nstrongly-typed class and execute `projen` to update their project configuration\nfiles.\n\nBy defining a custom project type and using projen in multiple repositories, it's\npossible to update configuration files and CI/CD workflows across dozens (or\nhundreds!?) of projects.\n\nCheck out [this talk](https://youtu.be/SOWMPzXtTCw) about projen from its creator.\n\n## Getting Started\n\n_projen_ doesn't need to be installed. You will be using [npx](https://docs.npmjs.com/cli/v7/commands/npx) to run _projen_ which takes care of all required setup steps.\n\nTo create a new project, run the following command and follow the instructions:\n\n```console\n$ mkdir my-project\n$ cd my-project\n$ npx projen new PROJECT-TYPE\n🤖 Synthesizing project...\n...\n```\n\n### Project types\n\nCurrently supported project types (use `npx projen new` without a type for a\nfull list):\n\n**Built-in:** (run `npx projen new <type>`)\n\n<!-- <macro exec=\"node ./scripts/readme-projects.js\"> -->\n* [awscdk-app-java](https://projen.io/docs/api/awscdk#awscdkjavaapp-) - AWS CDK app in Java.\n* [awscdk-app-py](https://projen.io/docs/api/awscdk#awscdkpythonapp-) - AWS CDK app in Python.\n* [awscdk-app-ts](https://projen.io/docs/api/awscdk#awscdktypescriptapp-) - AWS CDK app in TypeScript.\n* [awscdk-construct](https://projen.io/docs/api/awscdk#awscdkconstructlibrary-) - AWS CDK construct library project.\n* [cdk8s-app-py](https://projen.io/docs/api/cdk8s#cdk8spythonapp-) - CDK8s app in Python.\n* [cdk8s-app-ts](https://projen.io/docs/api/cdk8s#cdk8stypescriptapp-) - CDK8s app in TypeScript.\n* [cdk8s-construct](https://projen.io/docs/api/cdk8s#constructlibrarycdk8s-) - CDK8s construct library project.\n* [cdktf-construct](https://projen.io/docs/api/cdktf#constructlibrarycdktf-) - CDKTF construct library project.\n* [java](https://projen.io/docs/api/java#javaproject-) - Java project.\n* [jsii](https://projen.io/docs/api/cdk#jsiiproject-) - Multi-language jsii library project.\n* [nextjs](https://projen.io/docs/api/web#nextjsproject-) - Next.js project using JavaScript.\n* [nextjs-ts](https://projen.io/docs/api/web#nextjstypescriptproject-) - Next.js project using TypeScript.\n* [node](https://projen.io/docs/api/javascript#nodeproject-) - Node.js project.\n* [project](https://projen.io/docs/api/projen#project-) - Base project.\n* [python](https://projen.io/docs/api/python#pythonproject-) - Python project.\n* [react](https://projen.io/docs/api/web#reactproject-) - React project using JavaScript.\n* [react-ts](https://projen.io/docs/api/web#reacttypescriptproject-) - React project using TypeScript.\n* [typescript](https://projen.io/docs/api/typescript#typescriptproject-) - TypeScript project.\n* [typescript-app](https://projen.io/docs/api/typescript#typescriptappproject-) - TypeScript app.\n<!-- </macro> -->\n\n**External:** (run `npx projen new --from <type>`)\n\n* [projen-github-action-typescript](https://github.com/projen/projen-github-action-typescript/blob/main/API.md) - GitHub Action in TypeScript project.\n\n> Use `npx projen new PROJECT-TYPE --help` to view a list of command line\n> switches that allows you to specify most project options during bootstrapping.\n> For example: `npx projen new jsii --author-name \"Jerry Berry\"`.\n\nThe `new` command will create a `.projenrc.js` file which looks like this for\n`jsii` projects:\n\n```js\nconst { JsiiProject } = require('projen');\n\nconst project = new JsiiProject({\n authorAddress: \"elad.benisrael@gmail.com\",\n authorName: \"Elad Ben-Israel\",\n name: \"foobar\",\n repository: \"https://github.com/eladn/foobar.git\",\n});\n\nproject.synth();\n```\n\nThis program instantiates the project type with minimal setup, and then calls\n`synth()` to synthesize the project files. By default, the `new` command will\nalso execute this program, which will result in a fully working project.\n\nOnce your project is created, you can configure your project by editing\n`.projenrc.js` and re-running `npx projen` to synthesize again.\n\n> The files generated by _projen_ are considered an \"implementation detail\" and\n> _projen_ protects them from being manually edited (most files are marked\n> read-only, and an \"anti tamper\" check is configured in the CI build workflow\n> to ensure that files are not updated during build).\n\nFor example, to setup PyPI publishing in `jsii` projects, you can use\n[`publishToPypi option`](https://projen.io/publisher.html):\n\n```js\nconst project = new JsiiProject({\n // ...\n publishToPypi: {\n distName: \"mydist\",\n module: \"my_module\",\n }\n});\n```\n\nRun:\n\n```shell\nnpx projen\n```\n\nAnd you'll notice that your `package.json` file now contains a `python` section in\nits `jsii` config and the GitHub `release.yml` workflow includes a PyPI\npublishing step.\n\nWe recommend to put this in your shell profile, so you can simply run `pj` every\ntime you update `.projenrc.js`:\n\n```bash\nalias pj='npx projen'\n```\n\nMost projects come with an assortment of **tasks** that handle various\ndevelopment activities, from compiling to publishing. Tasks can be and composed\ntogether, and can be run as local commands or turned into GitHub workflows. You\ncan list all tasks with `npx projen --help`:\n\n```shell\n$ npx projen --help\nprojen [command]\n\nCommands:\n projen new [PROJECT-TYPE-NAME] [OPTIONS] Creates a new projen project\n projen clobber hard resets to HEAD of origin and cleans the local repo\n projen compile Only compile\n projen test Run tests\n projen build Full release build (test+compile)\n projen upgrade upgrade dependencies (including projen)\n...\n```\n\nThe `build` task is the same task that's executed in your CI builds. It\ntypically compiles, lints, tests and packages your module for distribution.\n\n### Shell Completions\nIf installed as a global package, `projen` includes rich shell tab-completion support. To enable this in your shell, run:\n```shell\n# Bash\nprojen completion >> ~/.bashrc\n\n# ZSH\nprojen completion >> ~/.zshrc\n```\n## Features\n\nSome examples of features built-in to project types:\n\n* Fully synthesize `package.json`\n* Standard npm scripts like `compile`, `build`, `test`, `package`\n* eslint\n* Jest\n* jsii: compile, package, api compatibility checks, API.md\n* Bump & release scripts with CHANGELOG generation based on conventional commits\n* Automated PR builds\n* Automated releases to npm, maven, NuGet and PyPI\n* Automated dependency upgrades\n* Mergify configuration\n* LICENSE file generation\n* gitignore + npmignore management\n* Node \"engines\" support with coupling to CI build environment and @types/node\n* Anti-tamper: CI builds will fail if a synthesized file is modified manually\n\n## Documentation\n\nFor documentation including examples and a full API reference, visit <https://projen.io/>.\n\n## Ecosystem\n\n_projen_ takes a \"batteries included\" approach and aims to offer dozens of different project types out of\nthe box (we are just getting started). Think `projen new react`, `projen new angular`, `projen new java-maven`,\n`projen new awscdk-typescript`, `projen new cdk8s-python` (nothing in projen is tied to javascript or npm!)...\n\nAdding new project types is as simple as submitting a pull request to this repo and exporting a class that\nextends `projen.Project` (or one of its derivatives). Projen automatically discovers project types so your\ntype will immediately be available in `projen new`.\n\n### Projects in external modules\n\n_projen_ is bundled with many project types out of the box, but it can also work\nwith project types and components defined in external jsii modules (the reason\nwe need jsii is because projen uses the jsii metadata to discover project types\n& options in projen new).\n\nSay we have a module in npm called `projen-vuejs` which includes a single project\ntype for vue.js:\n\n```bash\n$ npx projen new --from projen-vuejs\n```\n\nIf the referenced module includes multiple project types, the type is required.\nSwitches can also be used to specify initial values based on the project type\nAPIs. You can also use any package syntax supported by [yarn\nadd](https://classic.yarnpkg.com/en/docs/cli/add#toc-adding-dependencies) like\n`projen-vuejs@1.2.3`, `file:/path/to/local/folder`,\n`git@github.com/awesome/projen-vuejs#1.2.3`, etc.\n\n```bash\n$ npx projen new --from projen-vuejs@^2 vuejs-ts --description \"my awesome vue project\"\n```\n\nUnder the hood, `projen new` will install the `projen-vuejs` module from npm\n(version 2.0.0 and above), discover the project types in it and bootstrap the\n`vuejs-ts` project type. It will assign the value `\"my awesome vue project\"` to\nthe `description` field. If you examine your `.projenrc.js` file, you'll see\nthat `projen-vuejs` is defined as a dev dependency:\n\n```javascript\nconst { VueJsProject } = require('projen-vuejs');\n\nconst project = new VueJsProject({\n name: 'my-vuejs-sample',\n description: \"my awesome vue project\",\n // ...\n devDeps: [\n 'projen-vuejs'\n ]\n});\n\nproject.synth();\n```\n\n## Roadmap\n\nSee [Vision](./VISION.md).\n\n## FAQ\n\n### Do I have to write my configuration in JavaScript?\n\nNot at all! JavaScript is the default, but it's also possible to write it in\nJava, Python, TypeScript, or even JSON. This is made\npossible by the [jsii](https://github.com/aws/jsii) library which allows us\nto write APIs once and generate libraries in several languages. You can choose\na different language by passing the `--projenrc-ts`, `--projenrc-py`, `--projenrc-java`, or\n`--projenrc-json` flags when running `projen new`.\n\nNote: using a `.projenrc.json` file to specify configuration only allows\naccessing a subset of the entire API - the options which are passed to the\nconstructor of each project type.\n\n### How does projen work with my IDE?\n\nprojen has an unofficial [VS Code extension]. Check it out!\n\n[VS Code extension]: https://marketplace.visualstudio.com/items?itemName=MarkMcCulloh.vscode-projen\n\n## Community\n\nThe projen community can be found within the #projen channel in the [cdk.dev]\ncommunity Slack workspace.\n\n[cdk.dev]: https://cdk.dev/\n\n### Virtual Meetup\n\n- Thursday June 30, 2022\n- 1-2pm America/New_York (EDT)\n- [CFP](https://bit.ly/3NEc0UQ) a Google Form\n- CFP Closes Saturday April 30, 2022\n- Hosted on [Zoom](https://zoom.us/j/92399854777?pwd=OUZybHlobHNoZUs1VVordWhaRTVGdz09#success)\n\n## Contributions\n\nContributions of all kinds are welcome! Check out our [contributor's\nguide](./CONTRIBUTING.md) and our [code of conduct](./CODE_OF_CONDUCT.md).\n\nFor a quick start, check out a development environment:\n\n```bash\n$ git clone git@github.com:projen/projen\n$ cd projen\n$ yarn\n$ yarn watch # compile in the background\n```\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->\n[![All Contributors](https://img.shields.io/badge/all_contributors-185-orange.svg?style=flat-square)](#contributors-)\n<!-- ALL-CONTRIBUTORS-BADGE:END -->\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n <tbody>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Hunter-Thompson\"><img src=\"https://avatars.githubusercontent.com/u/20844961?v=4?s=100\" width=\"100px;\" alt=\" Aatman \"/><br /><sub><b> Aatman </b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Hunter-Thompson\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://accenture.github.io/\"><img src=\"https://avatars.githubusercontent.com/u/43275295?v=4?s=100\" width=\"100px;\" alt=\"Abdullah Sahin\"/><br /><sub><b>Abdullah Sahin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=abdsahin\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://adam.dev/\"><img src=\"https://avatars.githubusercontent.com/u/2363879?v=4?s=100\" width=\"100px;\" alt=\"Adam\"/><br /><sub><b>Adam</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=adamdottv\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/adamelmore\"><img src=\"https://avatars2.githubusercontent.com/u/2363879?v=4?s=100\" width=\"100px;\" alt=\"Adam Elmore\"/><br /><sub><b>Adam Elmore</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=adamelmore\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/agdimech\"><img src=\"https://avatars.githubusercontent.com/u/51220968?v=4?s=100\" width=\"100px;\" alt=\"Adrian Dimech\"/><br /><sub><b>Adrian Dimech</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=agdimech\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/adrianmace\"><img src=\"https://avatars.githubusercontent.com/u/5071859?v=4?s=100\" width=\"100px;\" alt=\"Adrian Mace\"/><br /><sub><b>Adrian Mace</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=adrianmace\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/alejandrolorefice\"><img src=\"https://avatars.githubusercontent.com/u/24880460?v=4?s=100\" width=\"100px;\" alt=\"Alejandro Lorefice\"/><br /><sub><b>Alejandro Lorefice</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=alejandrolorefice\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/alexforsyth\"><img src=\"https://avatars.githubusercontent.com/u/8712303?v=4?s=100\" width=\"100px;\" alt=\"Alexander Forsyth\"/><br /><sub><b>Alexander Forsyth</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=alexforsyth\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://unsubstantiated.blog/\"><img src=\"https://avatars.githubusercontent.com/u/1308885?v=4?s=100\" width=\"100px;\" alt=\"Alexander Steppke\"/><br /><sub><b>Alexander Steppke</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Miradorn\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://amani.kilumanga.com/\"><img src=\"https://avatars.githubusercontent.com/u/8690282?v=4?s=100\" width=\"100px;\" alt=\"Amani Kilumanga\"/><br /><sub><b>Amani Kilumanga</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dkaksl\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://amin.fazl.me/\"><img src=\"https://avatars.githubusercontent.com/u/62678026?v=4?s=100\" width=\"100px;\" alt=\"Amin Fazl\"/><br /><sub><b>Amin Fazl</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=AminFazlMondo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kichik.com/\"><img src=\"https://avatars.githubusercontent.com/u/1156773?v=4?s=100\" width=\"100px;\" alt=\"Amir Szekely\"/><br /><sub><b>Amir Szekely</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kichik\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.linkedin.com/in/amartinsg/\"><img src=\"https://avatars.githubusercontent.com/u/54241354?v=4?s=100\" width=\"100px;\" alt=\"Anderson Gomes\"/><br /><sub><b>Anderson Gomes</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=andersonmgomes\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/asdcamargo\"><img src=\"https://avatars.githubusercontent.com/u/4683431?v=4?s=100\" width=\"100px;\" alt=\"Andre de Camargo\"/><br /><sub><b>Andre de Camargo</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=asdcamargo\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://comfortabledelusions.blogspot.com/\"><img src=\"https://avatars.githubusercontent.com/u/445764?v=4?s=100\" width=\"100px;\" alt=\"Andrew Hammond\"/><br /><sub><b>Andrew Hammond</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ahammond\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dippi\"><img src=\"https://avatars.githubusercontent.com/u/3977098?v=4?s=100\" width=\"100px;\" alt=\"Angelo Di Pilla\"/><br /><sub><b>Angelo Di Pilla</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dippi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://ansgar.dev/\"><img src=\"https://avatars.githubusercontent.com/u/1112056?v=4?s=100\" width=\"100px;\" alt=\"Ansgar Mertens\"/><br /><sub><b>Ansgar Mertens</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ansgarm\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/yoyomo\"><img src=\"https://avatars.githubusercontent.com/u/12818568?v=4?s=100\" width=\"100px;\" alt=\"Armando J. Ortiz Garcia\"/><br /><sub><b>Armando J. Ortiz Garcia</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=yoyomo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dontirun\"><img src=\"https://avatars.githubusercontent.com/u/4570879?v=4?s=100\" width=\"100px;\" alt=\"Arun Donti\"/><br /><sub><b>Arun Donti</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dontirun\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/abelmokadem\"><img src=\"https://avatars0.githubusercontent.com/u/9717944?v=4?s=100\" width=\"100px;\" alt=\"Ash\"/><br /><sub><b>Ash</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=abelmokadem\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kanatti\"><img src=\"https://avatars.githubusercontent.com/u/8623654?v=4?s=100\" width=\"100px;\" alt=\"Balagopal Kanattil\"/><br /><sub><b>Balagopal Kanattil</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kanatti\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://www.callant.net/\"><img src=\"https://avatars1.githubusercontent.com/u/5915843?v=4?s=100\" width=\"100px;\" alt=\"Bart Callant\"/><br /><sub><b>Bart Callant</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bartcallant\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://beau.sh/\"><img src=\"https://avatars.githubusercontent.com/u/127320?v=4?s=100\" width=\"100px;\" alt=\"Beau Bouchard\"/><br /><sub><b>Beau Bouchard</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=BeauBouchard\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://benlimmer.com/\"><img src=\"https://avatars.githubusercontent.com/u/630449?v=4?s=100\" width=\"100px;\" alt=\"Ben Limmer\"/><br /><sub><b>Ben Limmer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=blimmer\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://bilalquadri.com/\"><img src=\"https://avatars.githubusercontent.com/u/707147?v=4?s=100\" width=\"100px;\" alt=\"Bilal Quadri\"/><br /><sub><b>Bilal Quadri</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bilalq\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://transacid.de/\"><img src=\"https://avatars.githubusercontent.com/u/113231?v=4?s=100\" width=\"100px;\" alt=\"Boris Petersen\"/><br /><sub><b>Boris Petersen</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=transacid\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/BradenM\"><img src=\"https://avatars.githubusercontent.com/u/5913808?v=4?s=100\" width=\"100px;\" alt=\"Braden Mars\"/><br /><sub><b>Braden Mars</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=BradenM\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/bmiller08\"><img src=\"https://avatars.githubusercontent.com/u/13002874?v=4?s=100\" width=\"100px;\" alt=\"Brandon Miller\"/><br /><sub><b>Brandon Miller</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bmiller08\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/bhleonard\"><img src=\"https://avatars.githubusercontent.com/u/1961679?v=4?s=100\" width=\"100px;\" alt=\"Brian Leonard\"/><br /><sub><b>Brian Leonard</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bhleonard\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/comcalvi\"><img src=\"https://avatars.githubusercontent.com/u/66279577?v=4?s=100\" width=\"100px;\" alt=\"Calvin Combs\"/><br /><sub><b>Calvin Combs</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=comcalvi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/cameroncf\"><img src=\"https://avatars.githubusercontent.com/u/789760?v=4?s=100\" width=\"100px;\" alt=\"Cameron Childress\"/><br /><sub><b>Cameron Childress</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=cameroncf\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/campionfellin\"><img src=\"https://avatars3.githubusercontent.com/u/11984923?v=4?s=100\" width=\"100px;\" alt=\"Campion Fellin\"/><br /><sub><b>Campion Fellin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=campionfellin\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/ctasada\"><img src=\"https://avatars.githubusercontent.com/u/1381772?v=4?s=100\" width=\"100px;\" alt=\"Carlos Tasada\"/><br /><sub><b>Carlos Tasada</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ctasada\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/cgatt\"><img src=\"https://avatars.githubusercontent.com/u/45865322?v=4?s=100\" width=\"100px;\" alt=\"Chris Gatt\"/><br /><sub><b>Chris Gatt</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=cgatt\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://rybicki.io/\"><img src=\"https://avatars2.githubusercontent.com/u/5008987?v=4?s=100\" width=\"100px;\" alt=\"Christopher Rybicki\"/><br /><sub><b>Christopher Rybicki</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Chriscbr\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/corymhall\"><img src=\"https://avatars.githubusercontent.com/u/43035978?v=4?s=100\" width=\"100px;\" alt=\"Cory Hall\"/><br /><sub><b>Cory Hall</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=corymhall\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://aws.amazon.com/chime/chime-sdk/\"><img src=\"https://avatars.githubusercontent.com/u/71404236?v=4?s=100\" width=\"100px;\" alt=\"Court Schuett\"/><br /><sub><b>Court Schuett</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=schuettc\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://medium.com/@craig.burdulis\"><img src=\"https://avatars.githubusercontent.com/u/12520946?v=4?s=100\" width=\"100px;\" alt=\"Craig Burdulis\"/><br /><sub><b>Craig Burdulis</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=icj217\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://pallares.io/\"><img src=\"https://avatars3.githubusercontent.com/u/1077520?v=4?s=100\" width=\"100px;\" alt=\"Cristian Pallarés\"/><br /><sub><b>Cristian Pallarés</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=skyrpex\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://danielmschmidt.de/\"><img src=\"https://avatars.githubusercontent.com/u/1337046?v=4?s=100\" width=\"100px;\" alt=\"Daniel Schmidt\"/><br /><sub><b>Daniel Schmidt</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=DanielMSchmidt\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://typefully.com/dannysteenman\"><img src=\"https://avatars.githubusercontent.com/u/15192660?v=4?s=100\" width=\"100px;\" alt=\"Danny Steenman\"/><br /><sub><b>Danny Steenman</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dannysteenman\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dkershner6\"><img src=\"https://avatars.githubusercontent.com/u/25798427?v=4?s=100\" width=\"100px;\" alt=\"Derek Kershner\"/><br /><sub><b>Derek Kershner</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dkershner6\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/eduardomourar\"><img src=\"https://avatars.githubusercontent.com/u/16357187?v=4?s=100\" width=\"100px;\" alt=\"Eduardo Rodrigues\"/><br /><sub><b>Eduardo Rodrigues</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eduardomourar\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://eladb.github.com/\"><img src=\"https://avatars3.githubusercontent.com/u/598796?v=4?s=100\" width=\"100px;\" alt=\"Elad Ben-Israel\"/><br /><sub><b>Elad Ben-Israel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eladb\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/iliapolo\"><img src=\"https://avatars.githubusercontent.com/u/1428812?v=4?s=100\" width=\"100px;\" alt=\"Eli Polonsky\"/><br /><sub><b>Eli Polonsky</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=iliapolo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://elig.io/\"><img src=\"https://avatars.githubusercontent.com/u/22875166?v=4?s=100\" width=\"100px;\" alt=\"Eligio Mariño\"/><br /><sub><b>Eligio Mariño</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gmeligio\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Tucker-Eric\"><img src=\"https://avatars.githubusercontent.com/u/6483755?v=4?s=100\" width=\"100px;\" alt=\"Eric Tucker\"/><br /><sub><b>Eric Tucker</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Tucker-Eric\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/echeung-amzn\"><img src=\"https://avatars.githubusercontent.com/u/81188333?v=4?s=100\" width=\"100px;\" alt=\"Eugene Cheung\"/><br /><sub><b>Eugene Cheung</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=echeung-amzn\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/FonsBiemans\"><img src=\"https://avatars.githubusercontent.com/u/34266227?v=4?s=100\" width=\"100px;\" alt=\"Fons Biemans\"/><br /><sub><b>Fons Biemans</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=FonsBiemans\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/fynnfluegge\"><img src=\"https://avatars.githubusercontent.com/u/16321871?v=4?s=100\" width=\"100px;\" alt=\"Fynn Flügge\"/><br /><sub><b>Fynn Flügge</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=fynnfluegge\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/garysassano\"><img src=\"https://avatars.githubusercontent.com/u/10464497?v=4?s=100\" width=\"100px;\" alt=\"Gary Sassano\"/><br /><sub><b>Gary Sassano</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=garysassano\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/gradybarrett\"><img src=\"https://avatars1.githubusercontent.com/u/1140074?v=4?s=100\" width=\"100px;\" alt=\"Grady Barrett\"/><br /><sub><b>Grady Barrett</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gradybarrett\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://blog.herlein.com/\"><img src=\"https://avatars.githubusercontent.com/u/173428?v=4?s=100\" width=\"100px;\" alt=\"Greg Herlein\"/><br /><sub><b>Greg Herlein</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gherlein\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/GreggSetzer\"><img src=\"https://avatars.githubusercontent.com/u/1624443?v=4?s=100\" width=\"100px;\" alt=\"Gregg\"/><br /><sub><b>Gregg</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=GreggSetzer\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/hasanaburayyan\"><img src=\"https://avatars.githubusercontent.com/u/45375125?v=4?s=100\" width=\"100px;\" alt=\"Hasan\"/><br /><sub><b>Hasan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hasanaburayyan\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/hassanazharkhan\"><img src=\"https://avatars.githubusercontent.com/u/57677979?v=4?s=100\" width=\"100px;\" alt=\"Hassan Azhar\"/><br /><sub><b>Hassan Azhar</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hassanazharkhan\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/HassanMahmud\"><img src=\"https://avatars3.githubusercontent.com/u/58504381?v=4?s=100\" width=\"100px;\" alt=\"Hassan Mahmud\"/><br /><sub><b>Hassan Mahmud</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=HassanMahmud\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://dk.linkedin.com/in/hassanmahmud93\"><img src=\"https://avatars1.githubusercontent.com/u/7426703?v=4?s=100\" width=\"100px;\" alt=\"Hassan Mahmud\"/><br /><sub><b>Hassan Mahmud</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hass123uk\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mKeRix\"><img src=\"https://avatars.githubusercontent.com/u/770596?v=4?s=100\" width=\"100px;\" alt=\"Heiko Rothe\"/><br /><sub><b>Heiko Rothe</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mKeRix\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/hyandell\"><img src=\"https://avatars.githubusercontent.com/u/477715?v=4?s=100\" width=\"100px;\" alt=\"Henri Yandell\"/><br /><sub><b>Henri Yandell</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hyandell\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/henrysachs\"><img src=\"https://avatars0.githubusercontent.com/u/17173951?v=4?s=100\" width=\"100px;\" alt=\"Henry Sachs\"/><br /><sub><b>Henry Sachs</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=henrysachs\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://blog.hoseung.me/\"><img src=\"https://avatars.githubusercontent.com/u/39669819?v=4?s=100\" width=\"100px;\" alt=\"Hoseung\"/><br /><sub><b>Hoseung</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=HoseungJang\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://bandism.net/\"><img src=\"https://avatars.githubusercontent.com/u/22633385?v=4?s=100\" width=\"100px;\" alt=\"Ikko Ashimine\"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eltociear\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jackleslie\"><img src=\"https://avatars.githubusercontent.com/u/52004409?v=4?s=100\" width=\"100px;\" alt=\"Jack Leslie\"/><br /><sub><b>Jack Leslie</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jackleslie\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/JackMoseley2001\"><img src=\"https://avatars.githubusercontent.com/u/10659397?v=4?s=100\" width=\"100px;\" alt=\"Jack Moseley\"/><br /><sub><b>Jack Moseley</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=JackMoseley2001\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/cogwirrel\"><img src=\"https://avatars.githubusercontent.com/u/1848603?v=4?s=100\" width=\"100px;\" alt=\"Jack Stevenson\"/><br /><sub><b>Jack Stevenson</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=cogwirrel\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jmourelos\"><img src=\"https://avatars3.githubusercontent.com/u/3878434?v=4?s=100\" width=\"100px;\" alt=\"Jacob\"/><br /><sub><b>Jacob</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jmourelos\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://joapy.com/\"><img src=\"https://avatars3.githubusercontent.com/u/325306?v=4?s=100\" width=\"100px;\" alt=\"Jake Pearson\"/><br /><sub><b>Jake Pearson</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jakepearson\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://twitter.com/bracki\"><img src=\"https://avatars.githubusercontent.com/u/49786?v=4?s=100\" width=\"100px;\" alt=\"Jan Brauer\"/><br /><sub><b>Jan Brauer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bracki\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jmalins\"><img src=\"https://avatars.githubusercontent.com/u/2001356?v=4?s=100\" width=\"100px;\" alt=\"Jeff Malins\"/><br /><sub><b>Jeff Malins</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jmalins\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/JeremyJonas\"><img src=\"https://avatars1.githubusercontent.com/u/464119?v=4?s=100\" width=\"100px;\" alt=\"Jeremy Jonas\"/><br /><sub><b>Jeremy Jonas</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=JeremyJonas\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jesse-grabowski\"><img src=\"https://avatars.githubusercontent.com/u/2453853?v=4?s=100\" width=\"100px;\" alt=\"Jesse Grabowski\"/><br /><sub><b>Jesse Grabowski</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jesse-grabowski\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jolo-dev\"><img src=\"https://avatars.githubusercontent.com/u/54506108?v=4?s=100\" width=\"100px;\" alt=\"JoLo\"/><br /><sub><b>JoLo</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jolo-dev\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/devnoo\"><img src=\"https://avatars.githubusercontent.com/u/94448?v=4?s=100\" width=\"100px;\" alt=\"Job de Noo\"/><br /><sub><b>Job de Noo</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=devnoo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jogold\"><img src=\"https://avatars2.githubusercontent.com/u/12623249?v=4?s=100\" width=\"100px;\" alt=\"Jonathan Goldwasser\"/><br /><sub><b>Jonathan Goldwasser</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jogold\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/joostvdwsd\"><img src=\"https://avatars.githubusercontent.com/u/25637088?v=4?s=100\" width=\"100px;\" alt=\"Joost van der Waal\"/><br /><sub><b>Joost van der Waal</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=joostvdwsd\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/JordanSinko\"><img src=\"https://avatars2.githubusercontent.com/u/10212966?v=4?s=100\" width=\"100px;\" alt=\"Jordan Sinko\"/><br /><sub><b>Jordan Sinko</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=JordanSinko\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/eganjs\"><img src=\"https://avatars3.githubusercontent.com/u/6639482?v=4?s=100\" width=\"100px;\" alt=\"Joseph Egan\"/><br /><sub><b>Joseph Egan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eganjs\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/misterjoshua\"><img src=\"https://avatars2.githubusercontent.com/u/644092?v=4?s=100\" width=\"100px;\" alt=\"Josh Kellendonk\"/><br /><sub><b>Josh Kellendonk</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=misterjoshua\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/juho9000\"><img src=\"https://avatars.githubusercontent.com/u/13867853?v=4?s=100\" width=\"100px;\" alt=\"Juho Majasaari\"/><br /><sub><b>Juho Majasaari</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=juho9000\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Hi-Fi\"><img src=\"https://avatars.githubusercontent.com/u/1499780?v=4?s=100\" width=\"100px;\" alt=\"Juho Saarinen\"/><br /><sub><b>Juho Saarinen</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Hi-Fi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.linkedin.com/in/julian-michel-812a223a/\"><img src=\"https://avatars.githubusercontent.com/u/15660169?v=4?s=100\" width=\"100px;\" alt=\"Julian Michel\"/><br /><sub><b>Julian Michel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jumic\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kaizencc\"><img src=\"https://avatars.githubusercontent.com/u/36202692?v=4?s=100\" width=\"100px;\" alt=\"Kaizen Conroy\"/><br /><sub><b>Kaizen Conroy</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kaizencc\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kcwinner\"><img src=\"https://avatars3.githubusercontent.com/u/2728868?v=4?s=100\" width=\"100px;\" alt=\"Kenneth Winner\"/><br /><sub><b>Kenneth Winner</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kcwinner\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kenneth.wussmann.net/\"><img src=\"https://avatars.githubusercontent.com/u/11491506?v=4?s=100\" width=\"100px;\" alt=\"Kenneth Wußmann\"/><br /><sub><b>Kenneth Wußmann</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=KennethWussmann\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kennyg\"><img src=\"https://avatars.githubusercontent.com/u/98244?v=4?s=100\" width=\"100px;\" alt=\"Kenny Gatdula\"/><br /><sub><b>Kenny Gatdula</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kennyg\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tinovyatkin\"><img src=\"https://avatars.githubusercontent.com/u/5350898?v=4?s=100\" width=\"100px;\" alt=\"Konstantin Vyatkin\"/><br /><sub><b>Konstantin Vyatkin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tinovyatkin\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/bigkraig\"><img src=\"https://avatars1.githubusercontent.com/u/508403?v=4?s=100\" width=\"100px;\" alt=\"Kraig Amador\"/><br /><sub><b>Kraig Amador</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bigkraig\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kdabir.com/\"><img src=\"https://avatars.githubusercontent.com/u/735240?v=4?s=100\" width=\"100px;\" alt=\"Kunal Dabir\"/><br /><sub><b>Kunal Dabir</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kdabir\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kylelaker.com/\"><img src=\"https://avatars.githubusercontent.com/u/850893?v=4?s=100\" width=\"100px;\" alt=\"Kyle Laker\"/><br /><sub><b>Kyle Laker</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kylelaker\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/lexfelixpost\"><img src=\"https://avatars.githubusercontent.com/u/112618115?v=4?s=100\" width=\"100px;\" alt=\"Lex Felix\"/><br /><sub><b>Lex Felix</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=lexfelixpost\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/lexGPT\"><img src=\"https://avatars.githubusercontent.com/u/112618115?v=4?s=100\" width=\"100px;\" alt=\"Lex Felix\"/><br /><sub><b>Lex Felix</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=lexGPT\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Liam-Johnston\"><img src=\"https://avatars.githubusercontent.com/u/30859946?v=4?s=100\" width=\"100px;\" alt=\"Liam Johnston\"/><br /><sub><b>Liam Johnston</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Liam-Johnston\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/WtfJoke\"><img src=\"https://avatars.githubusercontent.com/u/7139697?v=4?s=100\" width=\"100px;\" alt=\"Manuel\"/><br /><sub><b>Manuel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=WtfJoke\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/marciocadev\"><img src=\"https://avatars.githubusercontent.com/u/67694075?v=4?s=100\" width=\"100px;\" alt=\"Marcio Cruz de Almeida\"/><br /><sub><b>Marcio Cruz de Almeida</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=marciocadev\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mmcculloh-dms\"><img src=\"https://avatars.githubusercontent.com/u/68597641?v=4?s=100\" width=\"100px;\" alt=\"Mark McCulloh\"/><br /><sub><b>Mark McCulloh</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mmcculloh-dms\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.linkedin.com/in/mark-mcculloh/\"><img src=\"https://avatars.githubusercontent.com/u/1237390?v=4?s=100\" width=\"100px;\" alt=\"Mark McCulloh\"/><br /><sub><b>Mark McCulloh</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=MarkMcCulloh\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://polothy.github.io/\"><img src=\"https://avatars.githubusercontent.com/u/634657?v=4?s=100\" width=\"100px;\" alt=\"Mark Nielsen\"/><br /><sub><b>Mark Nielsen</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=polothy\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/schuch\"><img src=\"https://avatars.githubusercontent.com/u/6401299?v=4?s=100\" width=\"100px;\" alt=\"Markus Schuch\"/><br /><sub><b>Markus Schuch</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=schuch\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/marnixdessing\"><img src=\"https://avatars.githubusercontent.com/u/14939820?v=4?s=100\" width=\"100px;\" alt=\"Marnix Dessing\"/><br /><sub><b>Marnix Dessing</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=marnixdessing\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mmuller88\"><img src=\"https://avatars0.githubusercontent.com/u/18393842?v=4?s=100\" width=\"100px;\" alt=\"Martin Muller\"/><br /><sub><b>Martin Muller</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mmuller88\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mzuber\"><img src=\"https://avatars.githubusercontent.com/u/948563?v=4?s=100\" width=\"100px;\" alt=\"Martin Zuber\"/><br /><sub><b>Martin Zuber</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mzuber\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://tmokmss.hatenablog.com/\"><img src=\"https://avatars.githubusercontent.com/u/7490655?v=4?s=100\" width=\"100px;\" alt=\"Masashi Tomooka\"/><br /><sub><b>Masashi Tomooka</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tmokmss\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/matt9ucci\"><img src=\"https://avatars.githubusercontent.com/u/8044346?v=4?s=100\" width=\"100px;\" alt=\"Matt Gucci\"/><br /><sub><b>Matt Gucci</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=matt9ucci\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://dev.to/martzcodes\"><img src=\"https://avatars1.githubusercontent.com/u/978362?v=4?s=100\" width=\"100px;\" alt=\"Matt Martz\"/><br /><sub><b>Matt Martz</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=martzcodes\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/diranged\"><img src=\"https://avatars.githubusercontent.com/u/768067?v=4?s=100\" width=\"100px;\" alt=\"Matt Wise\"/><br /><sub><b>Matt Wise</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=diranged\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/msessa\"><img src=\"https://avatars.githubusercontent.com/u/1912143?v=4?s=100\" width=\"100px;\" alt=\"Matteo Sessa\"/><br /><sub><b>Matteo Sessa</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=msessa\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://www.matthewbonig.com/\"><img src=\"https://avatars2.githubusercontent.com/u/1559437?v=4?s=100\" width=\"100px;\" alt=\"Matthew Bonig\"/><br /><sub><b>Matthew Bonig</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mbonig\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mwg-rea\"><img src=\"https://avatars.githubusercontent.com/u/82480228?v=4?s=100\" width=\"100px;\" alt=\"Matthew Gamble\"/><br /><sub><b>Matthew Gamble</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mwg-rea\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/fongie\"><img src=\"https://avatars1.githubusercontent.com/u/19932622?v=4?s=100\" width=\"100px;\" alt=\"Max Körlinge\"/><br /><sub><b>Max Körlinge</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=fongie\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mayurm88\"><img src=\"https://avatars.githubusercontent.com/u/75965317?v=4?s=100\" width=\"100px;\" alt=\"Mayur Mahrotri\"/><br /><sub><b>Mayur Mahrotri</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mayurm88\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Mayureshd-18\"><img src=\"https://avatars.githubusercontent.com/u/98738585?v=4?s=100\" width=\"100px;\" alt=\"Mayuresh Dharwadkar\"/><br /><sub><b>Mayuresh Dharwadkar</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Mayureshd-18\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mikejgray\"><img src=\"https://avatars.githubusercontent.com/u/30268971?v=4?s=100\" width=\"100px;\" alt=\"Mike\"/><br /><sub><b>Mike</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mikejgray\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/MrArnoldPalmer\"><img src=\"https://avatars.githubusercontent.com/u/7221111?v=4?s=100\" width=\"100px;\" alt=\"Mitchell Valine\"/><br /><sub><b>Mitchell Valine</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=MrArnoldPalmer\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://moritzkornher.de/\"><img src=\"https://avatars.githubusercontent.com/u/379814?v=4?s=100\" width=\"100px;\" alt=\"Momo Kornher\"/><br /><sub><b>Momo Kornher</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mrgrain\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/gmukul01\"><img src=\"https://avatars.githubusercontent.com/u/3636885?v=4?s=100\" width=\"100px;\" alt=\"Mukul Bansal\"/><br /><sub><b>Mukul Bansal</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gmukul01\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://blog.neilkuan.net/\"><img src=\"https://avatars.githubusercontent.com/u/46012524?v=4?s=100\" width=\"100px;\" alt=\"Neil Kuan\"/><br /><sub><b>Neil Kuan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=neilkuan\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/nicholas-keers\"><img src=\"https://avatars.githubusercontent.com/u/94363953?v=4?s=100\" width=\"100px;\" alt=\"Nick Keers\"/><br /><sub><b>Nick Keers</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=nicholas-keers\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/njlynch\"><img src=\"https://avatars.githubusercontent.com/u/1376292?v=4?s=100\" width=\"100px;\" alt=\"Nick Lynch\"/><br /><sub><b>Nick Lynch</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=njlynch\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/nbyl\"><img src=\"https://avatars.githubusercontent.com/u/1185719?v=4?s=100\" width=\"100px;\" alt=\"Nicolas Byl\"/><br /><sub><b>Nicolas Byl</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=nbyl\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/nikhil-zadoo\"><img src=\"https://avatars.githubusercontent.com/u/29751551?v=4?s=100\" width=\"100px;\" alt=\"Nikhil Zadoo\"/><br /><sub><b>Nikhil Zadoo</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=nikhil-zadoo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://nikovirtala.io/\"><img src=\"https://avatars.githubusercontent.com/u/6813506?v=4?s=100\" width=\"100px;\" alt=\"Niko Virtala\"/><br /><sub><b>Niko Virtala</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=nikovirtala\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/niraj8\"><img src=\"https://avatars.githubusercontent.com/u/8666468?v=4?s=100\" width=\"100px;\" alt=\"Niraj Palecha\"/><br /><sub><b>Niraj Palecha</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=niraj8\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dandelionur\"><img src=\"https://avatars.githubusercontent.com/u/89805919?v=4?s=100\" width=\"100px;\" alt=\"Nurbanu\"/><br /><sub><b>Nurbanu</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dandelionur\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/pahud\"><img src=\"https://avatars3.githubusercontent.com/u/278432?v=4?s=100\" width=\"100px;\" alt=\"Pahud Hsieh\"/><br /><sub><b>Pahud Hsieh</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pahud\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/patrickdean\"><img src=\"https://avatars.githubusercontent.com/u/1610088?v=4?s=100\" width=\"100px;\" alt=\"Patrick\"/><br /><sub><b>Patrick</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=patrickdean\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/duckpuppy\"><img src=\"https://avatars.githubusercontent.com/u/19253?v=4?s=100\" width=\"100px;\" alt=\"Patrick Aikens\"/><br /><sub><b>Patrick Aikens</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=duckpuppy\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://pepperize.com/\"><img src=\"https://avatars.githubusercontent.com/u/13916107?v=4?s=100\" width=\"100px;\" alt=\"Patrick Florek\"/><br /><sub><b>Patrick Florek</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pflorek\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://p6m7g8.github.io/\"><img src=\"https://avatars0.githubusercontent.com/u/34295?v=4?s=100\" width=\"100px;\" alt=\"Philip M. Gollucci\"/><br /><sub><b>Philip M. Gollucci</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pgollucci\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/philipmw\"><img src=\"https://avatars.githubusercontent.com/u/1379645?v=4?s=100\" width=\"100px;\" alt=\"Philip White\"/><br /><sub><b>Philip White</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=philipmw\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://garbe.io/\"><img src=\"https://avatars.githubusercontent.com/u/721899?v=4?s=100\" width=\"100px;\" alt=\"Philipp Garbe\"/><br /><sub><b>Philipp Garbe</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pgarbe\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://dynobase.dev/\"><img src=\"https://avatars3.githubusercontent.com/u/3391616?v=4?s=100\" width=\"100px;\" alt=\"Rafal Wilinski\"/><br /><sub><b>Rafal Wilinski</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=RafalWilinski\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://ramihusein.com/\"><img src=\"https://avatars.githubusercontent.com/u/96155378?v=4?s=100\" width=\"100px;\" alt=\"Rami Husein\"/><br /><sub><b>Rami Husein</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rami-husein\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://rix0r.nl/\"><img src=\"https://avatars.githubusercontent.com/u/524162?v=4?s=100\" width=\"100px;\" alt=\"Rico Huijbers\"/><br /><sub><b>Rico Huijbers</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rix0rrr\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://tinkerin.gs/\"><img src=\"https://avatars.githubusercontent.com/u/386001?v=4?s=100\" width=\"100px;\" alt=\"Rob Giseburt\"/><br /><sub><b>Rob Giseburt</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=giseburt\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://robbiemackay.com/\"><img src=\"https://avatars.githubusercontent.com/u/7965?v=4?s=100\" width=\"100px;\" alt=\"Robbie Mackay\"/><br /><sub><b>Robbie Mackay</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rjmackay\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/robert-affinidi\"><img src=\"https://avatars.githubusercontent.com/u/88320072?v=4?s=100\" width=\"100px;\" alt=\"Robert\"/><br /><sub><b>Robert</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=robert-affinidi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://rfrezinos.wordpress.com/\"><img src=\"https://avatars.githubusercontent.com/u/3926597?v=4?s=100\" width=\"100px;\" alt=\"Rodrigo Farias Rezino\"/><br /><sub><b>Rodrigo Farias Rezino</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rfrezino\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/rogerchi\"><img src=\"https://avatars.githubusercontent.com/u/625496?v=4?s=100\" width=\"100px;\" alt=\"Roger Chi\"/><br /><sub><b>Roger Chi</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rogerchi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://keybase.io/romainmuller\"><img src=\"https://avatars2.githubusercontent.com/u/411689?v=4?s=100\" width=\"100px;\" alt=\"Romain Marcadier\"/><br /><sub><b>Romain Marcadier</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=RomainMuller\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/quesabe\"><img src=\"https://avatars.githubusercontent.com/u/90195036?v=4?s=100\" width=\"100px;\" alt=\"Roman Vasilev\"/><br /><sub><b>Roman Vasilev</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=quesabe\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dj-rabel\"><img src=\"https://avatars.githubusercontent.com/u/4653214?v=4?s=100\" width=\"100px;\" alt=\"Ruben Pascal Abel\"/><br /><sub><b>Ruben Pascal Abel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dj-rabel\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://ryansonshine.com/\"><img src=\"https://avatars.githubusercontent.com/u/9534477?v=4?s=100\" width=\"100px;\" alt=\"Ryan Sonshine\"/><br /><sub><b>Ryan Sonshine</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ryansonshine\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://medium.com/@riywo\"><img src=\"https://avatars.githubusercontent.com/u/37822?v=4?s=100\" width=\"100px;\" alt=\"Ryosuke Iwanaga\"/><br /><sub><b>Ryosuke Iwanaga</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=riywo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/aisamu\"><img src=\"https://avatars.githubusercontent.com/u/431708?v=4?s=100\" width=\"100px;\" alt=\"Samuel Tschiedel\"/><br /><sub><b>Samuel Tschiedel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=aisamu\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/saudkhanzada\"><img src=\"https://avatars.githubusercontent.com/u/30137907?v=4?s=100\" width=\"100px;\" alt=\"Saud Khanzada\"/><br /><sub><b>Saud Khanzada</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=saudkhanzada\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/scottmondo\"><img src=\"https://avatars.githubusercontent.com/u/91044021?v=4?s=100\" width=\"100px;\" alt=\"Scott McFarlane\"/><br /><sub><b>Scott McFarlane</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=scottmondo\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/scottschreckengaust\"><img src=\"https://avatars.githubusercontent.com/u/345885?v=4?s=100\" width=\"100px;\" alt=\"Scott Schreckengaust\"/><br /><sub><b>Scott Schreckengaust</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=scottschreckengaust\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://skorfmann.com/\"><img src=\"https://avatars1.githubusercontent.com/u/136789?v=4?s=100\" width=\"100px;\" alt=\"Sebastian Korfmann\"/><br /><sub><b>Sebastian Korfmann</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=skorfmann\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://selfstructured.com/\"><img src=\"https://avatars.githubusercontent.com/u/361689?v=4?s=100\" width=\"100px;\" alt=\"Shawn MacIntyre\"/><br /><sub><b>Shawn MacIntyre</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=smacintyre\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/suhasgaddam-trueaccord\"><img src=\"https://avatars.githubusercontent.com/u/68877840?v=4?s=100\" width=\"100px;\" alt=\"Suhas Gaddam\"/><br /><sub><b>Suhas Gaddam</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=suhasgaddam-trueaccord\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/thomasklinger1234\"><img src=\"https://avatars1.githubusercontent.com/u/39558817?v=4?s=100\" width=\"100px;\" alt=\"Thomas Klinger\"/><br /><sub><b>Thomas Klinger</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=thomasklinger1234\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/hoegertn\"><img src=\"https://avatars2.githubusercontent.com/u/1287829?v=4?s=100\" width=\"100px;\" alt=\"Thorsten Hoeger\"/><br /><sub><b>Thorsten Hoeger</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hoegertn\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tiararodney\"><img src=\"https://avatars.githubusercontent.com/u/56236443?v=4?s=100\" width=\"100px;\" alt=\"Tiara\"/><br /><sub><b>Tiara</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tiararodney\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tobias-bardino\"><img src=\"https://avatars.githubusercontent.com/u/1842089?v=4?s=100\" width=\"100px;\" alt=\"Tobias\"/><br /><sub><b>Tobias</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tobias-bardino\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://windyroad.com.au/\"><img src=\"https://avatars.githubusercontent.com/u/7802440?v=4?s=100\" width=\"100px;\" alt=\"Tom Howard\"/><br /><sub><b>Tom Howard</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tompahoward\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://dankmemes2020.com/\"><img src=\"https://avatars.githubusercontent.com/u/1083460?v=4?s=100\" width=\"100px;\" alt=\"Tom Keller\"/><br /><sub><b>Tom Keller</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kellertk\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://tlakomy.com/\"><img src=\"https://avatars2.githubusercontent.com/u/16646517?v=4?s=100\" width=\"100px;\" alt=\"Tomasz Łakomy\"/><br /><sub><b>Tomasz Łakomy</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tlakomy\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tmartensen\"><img src=\"https://avatars.githubusercontent.com/u/1750466?v=4?s=100\" width=\"100px;\" alt=\"Travis Martensen\"/><br /><sub><b>Travis Martensen</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tmartensen\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/floydspace\"><img src=\"https://avatars.githubusercontent.com/u/5180700?v=4?s=100\" width=\"100px;\" alt=\"Victor Korzunin\"/><br /><sub><b>Victor Korzunin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=floydspace\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/VinayKokate22\"><img src=\"https://avatars.githubusercontent.com/u/114766745?v=4?s=100\" width=\"100px;\" alt=\"VinayKokate22\"/><br /><sub><b>VinayKokate22</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=VinayKokate22\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/vladcos\"><img src=\"https://avatars.githubusercontent.com/u/135833592?v=4?s=100\" width=\"100px;\" alt=\"Vlad Cos\"/><br /><sub><b>Vlad Cos</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=vladcos\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://willdady.com/\"><img src=\"https://avatars.githubusercontent.com/u/204259?v=4?s=100\" width=\"100px;\" alt=\"Will Dady\"/><br /><sub><b>Will Dady</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=willdady\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/yglcode\"><img src=\"https://avatars.githubusercontent.com/u/11893614?v=4?s=100\" width=\"100px;\" alt=\"Yigong Liu\"/><br /><sub><b>Yigong Liu</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=yglcode\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/rajyan\"><img src=\"https://avatars.githubusercontent.com/u/38206553?v=4?s=100\" width=\"100px;\" alt=\"Yohta Kimura\"/><br /><sub><b>Yohta Kimura</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rajyan\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/ykageyama-mondo\"><img src=\"https://avatars.githubusercontent.com/u/91044220?v=4?s=100\" width=\"100px;\" alt=\"Yuichi Kageyama\"/><br /><sub><b>Yuichi Kageyama</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ykageyama-mondo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://yuval.io/\"><img src=\"https://avatars.githubusercontent.com/u/5735586?v=4?s=100\" width=\"100px;\" alt=\"Yuval\"/><br /><sub><b>Yuval</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=yuvalherziger\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/andrestone\"><img src=\"https://avatars1.githubusercontent.com/u/7958086?v=4?s=100\" width=\"100px;\" alt=\"andrestone\"/><br /><sub><b>andrestone</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=andrestone\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/codeLeeek\"><img src=\"https://avatars.githubusercontent.com/u/49740620?v=4?s=100\" width=\"100px;\" alt=\"codeLeeek\"/><br /><sub><b>codeLeeek</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=codeLeeek\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/flyingImer\"><img src=\"https://avatars0.githubusercontent.com/u/1973868?v=4?s=100\" width=\"100px;\" alt=\"flyingImer\"/><br /><sub><b>flyingImer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=flyingImer\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/huaxk\"><img src=\"https://avatars.githubusercontent.com/u/9971591?v=4?s=100\" width=\"100px;\" alt=\"huaxk\"/><br /><sub><b>huaxk</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=huaxk\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/john-tipper\"><img src=\"https://avatars2.githubusercontent.com/u/9730398?v=4?s=100\" width=\"100px;\" alt=\"john-tipper\"/><br /><sub><b>john-tipper</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=john-tipper\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/karlderkaefer\"><img src=\"https://avatars.githubusercontent.com/u/9578480?v=4?s=100\" width=\"100px;\" alt=\"karlderkaefer\"/><br /><sub><b>karlderkaefer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=karlderkaefer\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kmkhr\"><img src=\"https://avatars.githubusercontent.com/u/25603933?v=4?s=100\" width=\"100px;\" alt=\"kmkhr\"/><br /><sub><b>kmkhr</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kmkhr\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kt-hr\"><img src=\"https://avatars.githubusercontent.com/u/25603933?v=4?s=100\" width=\"100px;\" alt=\"kt-hr\"/><br /><sub><b>kt-hr</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kt-hr\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/lmarsden\"><img src=\"https://avatars.githubusercontent.com/u/51232932?v=4?s=100\" width=\"100px;\" alt=\"lmarsden\"/><br /><sub><b>lmarsden</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=lmarsden\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mtimbs\"><img src=\"https://avatars.githubusercontent.com/u/12463905?v=4?s=100\" width=\"100px;\" alt=\"michaeltimbs\"/><br /><sub><b>michaeltimbs</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mtimbs\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/orlandronen1\"><img src=\"https://avatars.githubusercontent.com/u/25987273?v=4?s=100\" width=\"100px;\" alt=\"orlandronen1\"/><br /><sub><b>orlandronen1</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=orlandronen1\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/pvbouwel\"><img src=\"https://avatars.githubusercontent.com/u/463976?v=4?s=100\" width=\"100px;\" alt=\"pvbouwel\"/><br /><sub><b>pvbouwel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pvbouwel\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/suhussai\"><img src=\"https://avatars.githubusercontent.com/u/6500837?v=4?s=100\" width=\"100px;\" alt=\"suhussai\"/><br /><sub><b>suhussai</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=suhussai\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/t0bst4r\"><img src=\"https://avatars.githubusercontent.com/u/82281152?v=4?s=100\" width=\"100px;\" alt=\"t0bst4r\"/><br /><sub><b>t0bst4r</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=t0bst4r\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tHyt-lab\"><img src=\"https://avatars.githubusercontent.com/u/11361677?v=4?s=100\" width=\"100px;\" alt=\"tHyt-lab\"/><br /><sub><b>tHyt-lab</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tHyt-lab\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Warkanlock\"><img src=\"https://avatars.githubusercontent.com/u/13340320?v=4?s=100\" width=\"100px;\" alt=\"txxnano\"/><br /><sub><b>txxnano</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Warkanlock\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/vVahe\"><img src=\"https://avatars.githubusercontent.com/u/17318901?v=4?s=100\" width=\"100px;\" alt=\"vVahe\"/><br /><sub><b>vVahe</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=vVahe\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/zetashift\"><img src=\"https://avatars.githubusercontent.com/u/1857826?v=4?s=100\" width=\"100px;\" alt=\"zetashift\"/><br /><sub><b>zetashift</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=zetashift\" title=\"Code\">💻</a></td>\n </tr>\n </tbody>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n## License\n\nDistributed under the [Apache-2.0](./LICENSE) license.\n"
84
84
  },
85
85
  "repository": {
86
86
  "type": "git",
@@ -16698,7 +16698,7 @@
16698
16698
  "kind": "interface",
16699
16699
  "locationInModule": {
16700
16700
  "filename": "src/cdk/jsii-project.ts",
16701
- "line": 153
16701
+ "line": 154
16702
16702
  },
16703
16703
  "name": "JsiiDotNetTarget",
16704
16704
  "namespace": "cdk",
@@ -16711,7 +16711,7 @@
16711
16711
  "immutable": true,
16712
16712
  "locationInModule": {
16713
16713
  "filename": "src/cdk/jsii-project.ts",
16714
- "line": 154
16714
+ "line": 155
16715
16715
  },
16716
16716
  "name": "dotNetNamespace",
16717
16717
  "type": {
@@ -16726,7 +16726,7 @@
16726
16726
  "immutable": true,
16727
16727
  "locationInModule": {
16728
16728
  "filename": "src/cdk/jsii-project.ts",
16729
- "line": 155
16729
+ "line": 156
16730
16730
  },
16731
16731
  "name": "packageId",
16732
16732
  "type": {
@@ -16741,7 +16741,7 @@
16741
16741
  "immutable": true,
16742
16742
  "locationInModule": {
16743
16743
  "filename": "src/cdk/jsii-project.ts",
16744
- "line": 156
16744
+ "line": 157
16745
16745
  },
16746
16746
  "name": "iconUrl",
16747
16747
  "optional": true,
@@ -16766,7 +16766,7 @@
16766
16766
  "kind": "interface",
16767
16767
  "locationInModule": {
16768
16768
  "filename": "src/cdk/jsii-project.ts",
16769
- "line": 162
16769
+ "line": 163
16770
16770
  },
16771
16771
  "name": "JsiiGoTarget",
16772
16772
  "namespace": "cdk",
@@ -16781,7 +16781,7 @@
16781
16781
  "immutable": true,
16782
16782
  "locationInModule": {
16783
16783
  "filename": "src/cdk/jsii-project.ts",
16784
- "line": 169
16784
+ "line": 170
16785
16785
  },
16786
16786
  "name": "moduleName",
16787
16787
  "type": {
@@ -16798,7 +16798,7 @@
16798
16798
  "immutable": true,
16799
16799
  "locationInModule": {
16800
16800
  "filename": "src/cdk/jsii-project.ts",
16801
- "line": 176
16801
+ "line": 177
16802
16802
  },
16803
16803
  "name": "packageName",
16804
16804
  "optional": true,
@@ -16822,7 +16822,7 @@
16822
16822
  "kind": "interface",
16823
16823
  "locationInModule": {
16824
16824
  "filename": "src/cdk/jsii-project.ts",
16825
- "line": 142
16825
+ "line": 143
16826
16826
  },
16827
16827
  "name": "JsiiJavaTarget",
16828
16828
  "namespace": "cdk",
@@ -16835,7 +16835,7 @@
16835
16835
  "immutable": true,
16836
16836
  "locationInModule": {
16837
16837
  "filename": "src/cdk/jsii-project.ts",
16838
- "line": 143
16838
+ "line": 144
16839
16839
  },
16840
16840
  "name": "javaPackage",
16841
16841
  "type": {
@@ -16850,7 +16850,7 @@
16850
16850
  "immutable": true,
16851
16851
  "locationInModule": {
16852
16852
  "filename": "src/cdk/jsii-project.ts",
16853
- "line": 145
16853
+ "line": 146
16854
16854
  },
16855
16855
  "name": "mavenArtifactId",
16856
16856
  "type": {
@@ -16865,7 +16865,7 @@
16865
16865
  "immutable": true,
16866
16866
  "locationInModule": {
16867
16867
  "filename": "src/cdk/jsii-project.ts",
16868
- "line": 144
16868
+ "line": 145
16869
16869
  },
16870
16870
  "name": "mavenGroupId",
16871
16871
  "type": {
@@ -16892,7 +16892,7 @@
16892
16892
  },
16893
16893
  "locationInModule": {
16894
16894
  "filename": "src/cdk/jsii-project.ts",
16895
- "line": 189
16895
+ "line": 200
16896
16896
  },
16897
16897
  "parameters": [
16898
16898
  {
@@ -16906,7 +16906,7 @@
16906
16906
  "kind": "class",
16907
16907
  "locationInModule": {
16908
16908
  "filename": "src/cdk/jsii-project.ts",
16909
- "line": 184
16909
+ "line": 185
16910
16910
  },
16911
16911
  "name": "JsiiProject",
16912
16912
  "namespace": "cdk",
@@ -16918,7 +16918,7 @@
16918
16918
  "immutable": true,
16919
16919
  "locationInModule": {
16920
16920
  "filename": "src/cdk/jsii-project.ts",
16921
- "line": 185
16921
+ "line": 186
16922
16922
  },
16923
16923
  "name": "eslint",
16924
16924
  "optional": true,
@@ -16943,7 +16943,7 @@
16943
16943
  "kind": "interface",
16944
16944
  "locationInModule": {
16945
16945
  "filename": "src/cdk/jsii-project.ts",
16946
- "line": 24
16946
+ "line": 25
16947
16947
  },
16948
16948
  "name": "JsiiProjectOptions",
16949
16949
  "namespace": "cdk",
@@ -16958,7 +16958,7 @@
16958
16958
  "immutable": true,
16959
16959
  "locationInModule": {
16960
16960
  "filename": "src/cdk/jsii-project.ts",
16961
- "line": 40
16961
+ "line": 41
16962
16962
  },
16963
16963
  "name": "author",
16964
16964
  "type": {
@@ -16975,7 +16975,7 @@
16975
16975
  "immutable": true,
16976
16976
  "locationInModule": {
16977
16977
  "filename": "src/cdk/jsii-project.ts",
16978
- "line": 46
16978
+ "line": 47
16979
16979
  },
16980
16980
  "name": "authorAddress",
16981
16981
  "type": {
@@ -16992,7 +16992,7 @@
16992
16992
  "immutable": true,
16993
16993
  "locationInModule": {
16994
16994
  "filename": "src/cdk/jsii-project.ts",
16995
- "line": 34
16995
+ "line": 35
16996
16996
  },
16997
16997
  "name": "repositoryUrl",
16998
16998
  "type": {
@@ -17010,7 +17010,7 @@
17010
17010
  "immutable": true,
17011
17011
  "locationInModule": {
17012
17012
  "filename": "src/cdk/jsii-project.ts",
17013
- "line": 90
17013
+ "line": 91
17014
17014
  },
17015
17015
  "name": "compat",
17016
17016
  "optional": true,
@@ -17028,7 +17028,7 @@
17028
17028
  "immutable": true,
17029
17029
  "locationInModule": {
17030
17030
  "filename": "src/cdk/jsii-project.ts",
17031
- "line": 97
17031
+ "line": 98
17032
17032
  },
17033
17033
  "name": "compatIgnore",
17034
17034
  "optional": true,
@@ -17046,7 +17046,7 @@
17046
17046
  "immutable": true,
17047
17047
  "locationInModule": {
17048
17048
  "filename": "src/cdk/jsii-project.ts",
17049
- "line": 118
17049
+ "line": 119
17050
17050
  },
17051
17051
  "name": "compressAssembly",
17052
17052
  "optional": true,
@@ -17064,7 +17064,7 @@
17064
17064
  "immutable": true,
17065
17065
  "locationInModule": {
17066
17066
  "filename": "src/cdk/jsii-project.ts",
17067
- "line": 112
17067
+ "line": 113
17068
17068
  },
17069
17069
  "name": "docgenFilePath",
17070
17070
  "optional": true,
@@ -17081,7 +17081,7 @@
17081
17081
  "immutable": true,
17082
17082
  "locationInModule": {
17083
17083
  "filename": "src/cdk/jsii-project.ts",
17084
- "line": 80
17084
+ "line": 81
17085
17085
  },
17086
17086
  "name": "dotnet",
17087
17087
  "optional": true,
@@ -17099,7 +17099,7 @@
17099
17099
  "immutable": true,
17100
17100
  "locationInModule": {
17101
17101
  "filename": "src/cdk/jsii-project.ts",
17102
- "line": 106
17102
+ "line": 107
17103
17103
  },
17104
17104
  "name": "excludeTypescript",
17105
17105
  "optional": true,
@@ -17126,7 +17126,7 @@
17126
17126
  "immutable": true,
17127
17127
  "locationInModule": {
17128
17128
  "filename": "src/cdk/jsii-project.ts",
17129
- "line": 133
17129
+ "line": 134
17130
17130
  },
17131
17131
  "name": "jsiiVersion",
17132
17132
  "optional": true,
@@ -17144,7 +17144,7 @@
17144
17144
  "immutable": true,
17145
17145
  "locationInModule": {
17146
17146
  "filename": "src/cdk/jsii-project.ts",
17147
- "line": 64
17147
+ "line": 65
17148
17148
  },
17149
17149
  "name": "publishToGo",
17150
17150
  "optional": true,
@@ -17162,7 +17162,7 @@
17162
17162
  "immutable": true,
17163
17163
  "locationInModule": {
17164
17164
  "filename": "src/cdk/jsii-project.ts",
17165
- "line": 52
17165
+ "line": 53
17166
17166
  },
17167
17167
  "name": "publishToMaven",
17168
17168
  "optional": true,
@@ -17180,7 +17180,7 @@
17180
17180
  "immutable": true,
17181
17181
  "locationInModule": {
17182
17182
  "filename": "src/cdk/jsii-project.ts",
17183
- "line": 75
17183
+ "line": 76
17184
17184
  },
17185
17185
  "name": "publishToNuget",
17186
17186
  "optional": true,
@@ -17198,7 +17198,7 @@
17198
17198
  "immutable": true,
17199
17199
  "locationInModule": {
17200
17200
  "filename": "src/cdk/jsii-project.ts",
17201
- "line": 58
17201
+ "line": 59
17202
17202
  },
17203
17203
  "name": "publishToPypi",
17204
17204
  "optional": true,
@@ -17215,7 +17215,7 @@
17215
17215
  "immutable": true,
17216
17216
  "locationInModule": {
17217
17217
  "filename": "src/cdk/jsii-project.ts",
17218
- "line": 69
17218
+ "line": 70
17219
17219
  },
17220
17220
  "name": "python",
17221
17221
  "optional": true,
@@ -17232,7 +17232,7 @@
17232
17232
  "immutable": true,
17233
17233
  "locationInModule": {
17234
17234
  "filename": "src/cdk/jsii-project.ts",
17235
- "line": 28
17235
+ "line": 29
17236
17236
  },
17237
17237
  "name": "rootdir",
17238
17238
  "optional": true,
@@ -17256,7 +17256,7 @@
17256
17256
  "kind": "interface",
17257
17257
  "locationInModule": {
17258
17258
  "filename": "src/cdk/jsii-project.ts",
17259
- "line": 148
17259
+ "line": 149
17260
17260
  },
17261
17261
  "name": "JsiiPythonTarget",
17262
17262
  "namespace": "cdk",
@@ -17269,7 +17269,7 @@
17269
17269
  "immutable": true,
17270
17270
  "locationInModule": {
17271
17271
  "filename": "src/cdk/jsii-project.ts",
17272
- "line": 149
17272
+ "line": 150
17273
17273
  },
17274
17274
  "name": "distName",
17275
17275
  "type": {
@@ -17284,7 +17284,7 @@
17284
17284
  "immutable": true,
17285
17285
  "locationInModule": {
17286
17286
  "filename": "src/cdk/jsii-project.ts",
17287
- "line": 150
17287
+ "line": 151
17288
17288
  },
17289
17289
  "name": "module",
17290
17290
  "type": {
@@ -17303,7 +17303,7 @@
17303
17303
  "kind": "enum",
17304
17304
  "locationInModule": {
17305
17305
  "filename": "src/cdk/jsii-project.ts",
17306
- "line": 136
17306
+ "line": 137
17307
17307
  },
17308
17308
  "members": [
17309
17309
  {
@@ -20810,7 +20810,7 @@
20810
20810
  "kind": "interface",
20811
20811
  "locationInModule": {
20812
20812
  "filename": "src/github/workflow-steps.ts",
20813
- "line": 86
20813
+ "line": 131
20814
20814
  },
20815
20815
  "name": "CheckoutOptions",
20816
20816
  "namespace": "github",
@@ -20824,7 +20824,7 @@
20824
20824
  "immutable": true,
20825
20825
  "locationInModule": {
20826
20826
  "filename": "src/github/workflow-steps.ts",
20827
- "line": 90
20827
+ "line": 135
20828
20828
  },
20829
20829
  "name": "with",
20830
20830
  "optional": true,
@@ -20846,7 +20846,7 @@
20846
20846
  "kind": "interface",
20847
20847
  "locationInModule": {
20848
20848
  "filename": "src/github/workflow-steps.ts",
20849
- "line": 96
20849
+ "line": 141
20850
20850
  },
20851
20851
  "name": "CheckoutWith",
20852
20852
  "namespace": "github",
@@ -20862,7 +20862,7 @@
20862
20862
  "immutable": true,
20863
20863
  "locationInModule": {
20864
20864
  "filename": "src/github/workflow-steps.ts",
20865
- "line": 102
20865
+ "line": 147
20866
20866
  },
20867
20867
  "name": "fetchDepth",
20868
20868
  "optional": true,
@@ -20880,7 +20880,7 @@
20880
20880
  "immutable": true,
20881
20881
  "locationInModule": {
20882
20882
  "filename": "src/github/workflow-steps.ts",
20883
- "line": 108
20883
+ "line": 153
20884
20884
  },
20885
20885
  "name": "lfs",
20886
20886
  "optional": true,
@@ -20898,7 +20898,7 @@
20898
20898
  "immutable": true,
20899
20899
  "locationInModule": {
20900
20900
  "filename": "src/github/workflow-steps.ts",
20901
- "line": 114
20901
+ "line": 159
20902
20902
  },
20903
20903
  "name": "ref",
20904
20904
  "optional": true,
@@ -20916,7 +20916,7 @@
20916
20916
  "immutable": true,
20917
20917
  "locationInModule": {
20918
20918
  "filename": "src/github/workflow-steps.ts",
20919
- "line": 120
20919
+ "line": 165
20920
20920
  },
20921
20921
  "name": "repository",
20922
20922
  "optional": true,
@@ -20935,7 +20935,7 @@
20935
20935
  "immutable": true,
20936
20936
  "locationInModule": {
20937
20937
  "filename": "src/github/workflow-steps.ts",
20938
- "line": 129
20938
+ "line": 174
20939
20939
  },
20940
20940
  "name": "token",
20941
20941
  "optional": true,
@@ -24835,7 +24835,7 @@
24835
24835
  "kind": "interface",
24836
24836
  "locationInModule": {
24837
24837
  "filename": "src/github/workflow-steps.ts",
24838
- "line": 132
24838
+ "line": 177
24839
24839
  },
24840
24840
  "name": "SetupGitIdentityOptions",
24841
24841
  "namespace": "github",
@@ -24849,7 +24849,7 @@
24849
24849
  "immutable": true,
24850
24850
  "locationInModule": {
24851
24851
  "filename": "src/github/workflow-steps.ts",
24852
- "line": 136
24852
+ "line": 181
24853
24853
  },
24854
24854
  "name": "gitIdentity",
24855
24855
  "type": {
@@ -26014,7 +26014,7 @@
26014
26014
  "kind": "interface",
26015
26015
  "locationInModule": {
26016
26016
  "filename": "src/github/workflow-steps.ts",
26017
- "line": 184
26017
+ "line": 229
26018
26018
  },
26019
26019
  "name": "UploadArtifactOptions",
26020
26020
  "namespace": "github",
@@ -26028,7 +26028,7 @@
26028
26028
  "immutable": true,
26029
26029
  "locationInModule": {
26030
26030
  "filename": "src/github/workflow-steps.ts",
26031
- "line": 188
26031
+ "line": 233
26032
26032
  },
26033
26033
  "name": "with",
26034
26034
  "type": {
@@ -26048,7 +26048,7 @@
26048
26048
  "kind": "interface",
26049
26049
  "locationInModule": {
26050
26050
  "filename": "src/github/workflow-steps.ts",
26051
- "line": 139
26051
+ "line": 184
26052
26052
  },
26053
26053
  "name": "UploadArtifactWith",
26054
26054
  "namespace": "github",
@@ -26062,7 +26062,7 @@
26062
26062
  "immutable": true,
26063
26063
  "locationInModule": {
26064
26064
  "filename": "src/github/workflow-steps.ts",
26065
- "line": 150
26065
+ "line": 195
26066
26066
  },
26067
26067
  "name": "path",
26068
26068
  "type": {
@@ -26080,7 +26080,7 @@
26080
26080
  "immutable": true,
26081
26081
  "locationInModule": {
26082
26082
  "filename": "src/github/workflow-steps.ts",
26083
- "line": 181
26083
+ "line": 226
26084
26084
  },
26085
26085
  "name": "compressionLevel",
26086
26086
  "optional": true,
@@ -26099,7 +26099,7 @@
26099
26099
  "immutable": true,
26100
26100
  "locationInModule": {
26101
26101
  "filename": "src/github/workflow-steps.ts",
26102
- "line": 161
26102
+ "line": 206
26103
26103
  },
26104
26104
  "name": "ifNoFilesFound",
26105
26105
  "optional": true,
@@ -26117,7 +26117,7 @@
26117
26117
  "immutable": true,
26118
26118
  "locationInModule": {
26119
26119
  "filename": "src/github/workflow-steps.ts",
26120
- "line": 145
26120
+ "line": 190
26121
26121
  },
26122
26122
  "name": "name",
26123
26123
  "optional": true,
@@ -26136,7 +26136,7 @@
26136
26136
  "immutable": true,
26137
26137
  "locationInModule": {
26138
26138
  "filename": "src/github/workflow-steps.ts",
26139
- "line": 171
26139
+ "line": 216
26140
26140
  },
26141
26141
  "name": "retentionDays",
26142
26142
  "optional": true,
@@ -26539,7 +26539,7 @@
26539
26539
  "methods": [
26540
26540
  {
26541
26541
  "docs": {
26542
- "returns": "Job steps",
26542
+ "returns": "A JobStep that checks out a repository",
26543
26543
  "stability": "experimental",
26544
26544
  "summary": "Checks out a repository."
26545
26545
  },
@@ -26551,7 +26551,7 @@
26551
26551
  "parameters": [
26552
26552
  {
26553
26553
  "docs": {
26554
- "summary": "Options."
26554
+ "summary": "Options to configure the `checkout` JobStep."
26555
26555
  },
26556
26556
  "name": "options",
26557
26557
  "optional": true,
@@ -26569,13 +26569,13 @@
26569
26569
  },
26570
26570
  {
26571
26571
  "docs": {
26572
- "returns": "Job steps",
26572
+ "returns": "Job step that configures the provided git identity",
26573
26573
  "stability": "experimental",
26574
26574
  "summary": "Configures the git identity (user name and email)."
26575
26575
  },
26576
26576
  "locationInModule": {
26577
26577
  "filename": "src/github/workflow-steps.ts",
26578
- "line": 39
26578
+ "line": 40
26579
26579
  },
26580
26580
  "name": "setupGitIdentity",
26581
26581
  "parameters": [
@@ -26598,15 +26598,60 @@
26598
26598
  },
26599
26599
  {
26600
26600
  "docs": {
26601
- "stability": "experimental"
26601
+ "remarks": "Requires a checkout step to have been run before this step with \"fetch-depth\" set to \"0\".\n\nOutputs:\n- `exists`: A string value of 'true' or 'false' indicating if the tag exists.",
26602
+ "returns": "Job step that checks if the provided tag exists",
26603
+ "stability": "experimental",
26604
+ "summary": "Checks if a tag exists."
26602
26605
  },
26603
26606
  "locationInModule": {
26604
26607
  "filename": "src/github/workflow-steps.ts",
26605
- "line": 52
26608
+ "line": 65
26609
+ },
26610
+ "name": "tagExists",
26611
+ "parameters": [
26612
+ {
26613
+ "docs": {
26614
+ "remarks": "You may use valid bash code instead of a literal string in this field.",
26615
+ "summary": "The tag to check."
26616
+ },
26617
+ "name": "tag",
26618
+ "type": {
26619
+ "primitive": "string"
26620
+ }
26621
+ },
26622
+ {
26623
+ "docs": {
26624
+ "summary": "Options to configure the `tag-exists` JobStep."
26625
+ },
26626
+ "name": "options",
26627
+ "type": {
26628
+ "fqn": "projen.github.workflows.JobStepConfiguration"
26629
+ }
26630
+ }
26631
+ ],
26632
+ "returns": {
26633
+ "type": {
26634
+ "fqn": "projen.github.workflows.JobStep"
26635
+ }
26636
+ },
26637
+ "static": true
26638
+ },
26639
+ {
26640
+ "docs": {
26641
+ "returns": "A JobStep that uploads an artifact",
26642
+ "stability": "experimental",
26643
+ "summary": "Uploads an artifact."
26644
+ },
26645
+ "locationInModule": {
26646
+ "filename": "src/github/workflow-steps.ts",
26647
+ "line": 94
26606
26648
  },
26607
26649
  "name": "uploadArtifact",
26608
26650
  "parameters": [
26609
26651
  {
26652
+ "docs": {
26653
+ "summary": "Options to configure the `upload-artifact` JobStep."
26654
+ },
26610
26655
  "name": "options",
26611
26656
  "type": {
26612
26657
  "fqn": "projen.github.UploadArtifactOptions"
@@ -41706,7 +41751,7 @@
41706
41751
  },
41707
41752
  "locationInModule": {
41708
41753
  "filename": "src/javascript/node-package.ts",
41709
- "line": 515
41754
+ "line": 526
41710
41755
  },
41711
41756
  "parameters": [
41712
41757
  {
@@ -41730,13 +41775,43 @@
41730
41775
  "line": 401
41731
41776
  },
41732
41777
  "methods": [
41778
+ {
41779
+ "docs": {
41780
+ "returns": "A NodePackage, or undefined",
41781
+ "stability": "experimental",
41782
+ "summary": "Returns the `NodePackage` instance associated with a project or `undefined` if there is no NodePackage."
41783
+ },
41784
+ "locationInModule": {
41785
+ "filename": "src/javascript/node-package.ts",
41786
+ "line": 408
41787
+ },
41788
+ "name": "of",
41789
+ "parameters": [
41790
+ {
41791
+ "docs": {
41792
+ "summary": "The project."
41793
+ },
41794
+ "name": "project",
41795
+ "type": {
41796
+ "fqn": "projen.Project"
41797
+ }
41798
+ }
41799
+ ],
41800
+ "returns": {
41801
+ "optional": true,
41802
+ "type": {
41803
+ "fqn": "projen.javascript.NodePackage"
41804
+ }
41805
+ },
41806
+ "static": true
41807
+ },
41733
41808
  {
41734
41809
  "docs": {
41735
41810
  "stability": "experimental"
41736
41811
  },
41737
41812
  "locationInModule": {
41738
41813
  "filename": "src/javascript/node-package.ts",
41739
- "line": 743
41814
+ "line": 754
41740
41815
  },
41741
41816
  "name": "addBin",
41742
41817
  "parameters": [
@@ -41761,7 +41836,7 @@
41761
41836
  },
41762
41837
  "locationInModule": {
41763
41838
  "filename": "src/javascript/node-package.ts",
41764
- "line": 712
41839
+ "line": 723
41765
41840
  },
41766
41841
  "name": "addBundledDeps",
41767
41842
  "parameters": [
@@ -41786,7 +41861,7 @@
41786
41861
  },
41787
41862
  "locationInModule": {
41788
41863
  "filename": "src/javascript/node-package.ts",
41789
- "line": 652
41864
+ "line": 663
41790
41865
  },
41791
41866
  "name": "addDeps",
41792
41867
  "parameters": [
@@ -41811,7 +41886,7 @@
41811
41886
  },
41812
41887
  "locationInModule": {
41813
41888
  "filename": "src/javascript/node-package.ts",
41814
- "line": 667
41889
+ "line": 678
41815
41890
  },
41816
41891
  "name": "addDevDeps",
41817
41892
  "parameters": [
@@ -41836,7 +41911,7 @@
41836
41911
  },
41837
41912
  "locationInModule": {
41838
41913
  "filename": "src/javascript/node-package.ts",
41839
- "line": 729
41914
+ "line": 740
41840
41915
  },
41841
41916
  "name": "addEngine",
41842
41917
  "parameters": [
@@ -41870,7 +41945,7 @@
41870
41945
  },
41871
41946
  "locationInModule": {
41872
41947
  "filename": "src/javascript/node-package.ts",
41873
- "line": 785
41948
+ "line": 796
41874
41949
  },
41875
41950
  "name": "addField",
41876
41951
  "parameters": [
@@ -41901,7 +41976,7 @@
41901
41976
  },
41902
41977
  "locationInModule": {
41903
41978
  "filename": "src/javascript/node-package.ts",
41904
- "line": 737
41979
+ "line": 748
41905
41980
  },
41906
41981
  "name": "addKeywords",
41907
41982
  "parameters": [
@@ -41925,7 +42000,7 @@
41925
42000
  },
41926
42001
  "locationInModule": {
41927
42002
  "filename": "src/javascript/node-package.ts",
41928
- "line": 805
42003
+ "line": 816
41929
42004
  },
41930
42005
  "name": "addPackageResolutions",
41931
42006
  "parameters": [
@@ -41951,7 +42026,7 @@
41951
42026
  },
41952
42027
  "locationInModule": {
41953
42028
  "filename": "src/javascript/node-package.ts",
41954
- "line": 686
42029
+ "line": 697
41955
42030
  },
41956
42031
  "name": "addPeerDeps",
41957
42032
  "parameters": [
@@ -41976,7 +42051,7 @@
41976
42051
  },
41977
42052
  "locationInModule": {
41978
42053
  "filename": "src/javascript/node-package.ts",
41979
- "line": 793
42054
+ "line": 804
41980
42055
  },
41981
42056
  "name": "addVersion",
41982
42057
  "parameters": [
@@ -41999,7 +42074,7 @@
41999
42074
  },
42000
42075
  "locationInModule": {
42001
42076
  "filename": "src/javascript/node-package.ts",
42002
- "line": 775
42077
+ "line": 786
42003
42078
  },
42004
42079
  "name": "hasScript",
42005
42080
  "parameters": [
@@ -42027,7 +42102,7 @@
42027
42102
  },
42028
42103
  "locationInModule": {
42029
42104
  "filename": "src/javascript/node-package.ts",
42030
- "line": 857
42105
+ "line": 868
42031
42106
  },
42032
42107
  "name": "postSynthesize",
42033
42108
  "overrides": "projen.Component"
@@ -42039,7 +42114,7 @@
42039
42114
  },
42040
42115
  "locationInModule": {
42041
42116
  "filename": "src/javascript/node-package.ts",
42042
- "line": 764
42117
+ "line": 775
42043
42118
  },
42044
42119
  "name": "removeScript",
42045
42120
  "parameters": [
@@ -42061,7 +42136,7 @@
42061
42136
  },
42062
42137
  "locationInModule": {
42063
42138
  "filename": "src/javascript/node-package.ts",
42064
- "line": 755
42139
+ "line": 766
42065
42140
  },
42066
42141
  "name": "setScript",
42067
42142
  "parameters": [
@@ -42092,7 +42167,7 @@
42092
42167
  },
42093
42168
  "locationInModule": {
42094
42169
  "filename": "src/javascript/node-package.ts",
42095
- "line": 852
42170
+ "line": 863
42096
42171
  },
42097
42172
  "name": "synthesize",
42098
42173
  "overrides": "projen.Component"
@@ -42107,7 +42182,7 @@
42107
42182
  },
42108
42183
  "locationInModule": {
42109
42184
  "filename": "src/javascript/node-package.ts",
42110
- "line": 836
42185
+ "line": 847
42111
42186
  },
42112
42187
  "name": "tryResolveDependencyVersion",
42113
42188
  "parameters": [
@@ -42140,7 +42215,7 @@
42140
42215
  "immutable": true,
42141
42216
  "locationInModule": {
42142
42217
  "filename": "src/javascript/node-package.ts",
42143
- "line": 415
42218
+ "line": 426
42144
42219
  },
42145
42220
  "name": "allowLibraryDependencies",
42146
42221
  "type": {
@@ -42155,7 +42230,7 @@
42155
42230
  "immutable": true,
42156
42231
  "locationInModule": {
42157
42232
  "filename": "src/javascript/node-package.ts",
42158
- "line": 410
42233
+ "line": 421
42159
42234
  },
42160
42235
  "name": "entrypoint",
42161
42236
  "type": {
@@ -42170,7 +42245,7 @@
42170
42245
  "immutable": true,
42171
42246
  "locationInModule": {
42172
42247
  "filename": "src/javascript/node-package.ts",
42173
- "line": 504
42248
+ "line": 515
42174
42249
  },
42175
42250
  "name": "file",
42176
42251
  "type": {
@@ -42185,7 +42260,7 @@
42185
42260
  "immutable": true,
42186
42261
  "locationInModule": {
42187
42262
  "filename": "src/javascript/node-package.ts",
42188
- "line": 821
42263
+ "line": 832
42189
42264
  },
42190
42265
  "name": "installAndUpdateLockfileCommand",
42191
42266
  "type": {
@@ -42200,7 +42275,7 @@
42200
42275
  "immutable": true,
42201
42276
  "locationInModule": {
42202
42277
  "filename": "src/javascript/node-package.ts",
42203
- "line": 499
42278
+ "line": 510
42204
42279
  },
42205
42280
  "name": "installCiTask",
42206
42281
  "type": {
@@ -42215,7 +42290,7 @@
42215
42290
  "immutable": true,
42216
42291
  "locationInModule": {
42217
42292
  "filename": "src/javascript/node-package.ts",
42218
- "line": 814
42293
+ "line": 825
42219
42294
  },
42220
42295
  "name": "installCommand",
42221
42296
  "type": {
@@ -42230,7 +42305,7 @@
42230
42305
  "immutable": true,
42231
42306
  "locationInModule": {
42232
42307
  "filename": "src/javascript/node-package.ts",
42233
- "line": 494
42308
+ "line": 505
42234
42309
  },
42235
42310
  "name": "installTask",
42236
42311
  "type": {
@@ -42245,7 +42320,7 @@
42245
42320
  "immutable": true,
42246
42321
  "locationInModule": {
42247
42322
  "filename": "src/javascript/node-package.ts",
42248
- "line": 489
42323
+ "line": 500
42249
42324
  },
42250
42325
  "name": "lockFile",
42251
42326
  "type": {
@@ -42260,7 +42335,7 @@
42260
42335
  "immutable": true,
42261
42336
  "locationInModule": {
42262
42337
  "filename": "src/javascript/node-package.ts",
42263
- "line": 425
42338
+ "line": 436
42264
42339
  },
42265
42340
  "name": "manifest",
42266
42341
  "type": {
@@ -42275,7 +42350,7 @@
42275
42350
  "immutable": true,
42276
42351
  "locationInModule": {
42277
42352
  "filename": "src/javascript/node-package.ts",
42278
- "line": 484
42353
+ "line": 495
42279
42354
  },
42280
42355
  "name": "npmAccess",
42281
42356
  "type": {
@@ -42290,7 +42365,7 @@
42290
42365
  "immutable": true,
42291
42366
  "locationInModule": {
42292
42367
  "filename": "src/javascript/node-package.ts",
42293
- "line": 459
42368
+ "line": 470
42294
42369
  },
42295
42370
  "name": "npmRegistry",
42296
42371
  "type": {
@@ -42305,7 +42380,7 @@
42305
42380
  "immutable": true,
42306
42381
  "locationInModule": {
42307
42382
  "filename": "src/javascript/node-package.ts",
42308
- "line": 454
42383
+ "line": 465
42309
42384
  },
42310
42385
  "name": "npmRegistryUrl",
42311
42386
  "type": {
@@ -42320,7 +42395,7 @@
42320
42395
  "immutable": true,
42321
42396
  "locationInModule": {
42322
42397
  "filename": "src/javascript/node-package.ts",
42323
- "line": 420
42398
+ "line": 431
42324
42399
  },
42325
42400
  "name": "packageManager",
42326
42401
  "type": {
@@ -42335,7 +42410,7 @@
42335
42410
  "immutable": true,
42336
42411
  "locationInModule": {
42337
42412
  "filename": "src/javascript/node-package.ts",
42338
- "line": 405
42413
+ "line": 416
42339
42414
  },
42340
42415
  "name": "packageName",
42341
42416
  "type": {
@@ -42350,7 +42425,7 @@
42350
42425
  "immutable": true,
42351
42426
  "locationInModule": {
42352
42427
  "filename": "src/javascript/node-package.ts",
42353
- "line": 879
42428
+ "line": 890
42354
42429
  },
42355
42430
  "name": "projenCommand",
42356
42431
  "type": {
@@ -42367,7 +42442,7 @@
42367
42442
  "immutable": true,
42368
42443
  "locationInModule": {
42369
42444
  "filename": "src/javascript/node-package.ts",
42370
- "line": 472
42445
+ "line": 483
42371
42446
  },
42372
42447
  "name": "codeArtifactOptions",
42373
42448
  "optional": true,
@@ -42384,7 +42459,7 @@
42384
42459
  "immutable": true,
42385
42460
  "locationInModule": {
42386
42461
  "filename": "src/javascript/node-package.ts",
42387
- "line": 449
42462
+ "line": 460
42388
42463
  },
42389
42464
  "name": "license",
42390
42465
  "optional": true,
@@ -42401,7 +42476,7 @@
42401
42476
  "immutable": true,
42402
42477
  "locationInModule": {
42403
42478
  "filename": "src/javascript/node-package.ts",
42404
- "line": 437
42479
+ "line": 448
42405
42480
  },
42406
42481
  "name": "maxNodeVersion",
42407
42482
  "optional": true,
@@ -42418,7 +42493,7 @@
42418
42493
  "immutable": true,
42419
42494
  "locationInModule": {
42420
42495
  "filename": "src/javascript/node-package.ts",
42421
- "line": 431
42496
+ "line": 442
42422
42497
  },
42423
42498
  "name": "minNodeVersion",
42424
42499
  "optional": true,
@@ -42434,7 +42509,7 @@
42434
42509
  "immutable": true,
42435
42510
  "locationInModule": {
42436
42511
  "filename": "src/javascript/node-package.ts",
42437
- "line": 464
42512
+ "line": 475
42438
42513
  },
42439
42514
  "name": "npmTokenSecret",
42440
42515
  "optional": true,
@@ -42451,7 +42526,7 @@
42451
42526
  "immutable": true,
42452
42527
  "locationInModule": {
42453
42528
  "filename": "src/javascript/node-package.ts",
42454
- "line": 444
42529
+ "line": 455
42455
42530
  },
42456
42531
  "name": "pnpmVersion",
42457
42532
  "optional": true,
@@ -42468,7 +42543,7 @@
42468
42543
  "immutable": true,
42469
42544
  "locationInModule": {
42470
42545
  "filename": "src/javascript/node-package.ts",
42471
- "line": 479
42546
+ "line": 490
42472
42547
  },
42473
42548
  "name": "scopedPackagesOptions",
42474
42549
  "optional": true,
@@ -42494,7 +42569,7 @@
42494
42569
  "kind": "enum",
42495
42570
  "locationInModule": {
42496
42571
  "filename": "src/javascript/node-package.ts",
42497
- "line": 1576
42572
+ "line": 1587
42498
42573
  },
42499
42574
  "members": [
42500
42575
  {
@@ -44850,7 +44925,7 @@
44850
44925
  "kind": "enum",
44851
44926
  "locationInModule": {
44852
44927
  "filename": "src/javascript/node-package.ts",
44853
- "line": 1620
44928
+ "line": 1631
44854
44929
  },
44855
44930
  "members": [
44856
44931
  {
@@ -45045,7 +45120,7 @@
45045
45120
  "kind": "interface",
45046
45121
  "locationInModule": {
45047
45122
  "filename": "src/javascript/node-package.ts",
45048
- "line": 1565
45123
+ "line": 1576
45049
45124
  },
45050
45125
  "name": "PeerDependencyOptions",
45051
45126
  "namespace": "javascript",
@@ -45060,7 +45135,7 @@
45060
45135
  "immutable": true,
45061
45136
  "locationInModule": {
45062
45137
  "filename": "src/javascript/node-package.ts",
45063
- "line": 1570
45138
+ "line": 1581
45064
45139
  },
45065
45140
  "name": "pinnedDevDependency",
45066
45141
  "optional": true,
@@ -48790,7 +48865,7 @@
48790
48865
  "kind": "interface",
48791
48866
  "locationInModule": {
48792
48867
  "filename": "src/javascript/node-package.ts",
48793
- "line": 1635
48868
+ "line": 1646
48794
48869
  },
48795
48870
  "name": "YarnBerryOptions",
48796
48871
  "namespace": "javascript",
@@ -48805,7 +48880,7 @@
48805
48880
  "immutable": true,
48806
48881
  "locationInModule": {
48807
48882
  "filename": "src/javascript/node-package.ts",
48808
- "line": 1641
48883
+ "line": 1652
48809
48884
  },
48810
48885
  "name": "version",
48811
48886
  "optional": true,
@@ -48823,7 +48898,7 @@
48823
48898
  "immutable": true,
48824
48899
  "locationInModule": {
48825
48900
  "filename": "src/javascript/node-package.ts",
48826
- "line": 1648
48901
+ "line": 1659
48827
48902
  },
48828
48903
  "name": "yarnRcOptions",
48829
48904
  "optional": true,
@@ -48842,7 +48917,7 @@
48842
48917
  "immutable": true,
48843
48918
  "locationInModule": {
48844
48919
  "filename": "src/javascript/node-package.ts",
48845
- "line": 1656
48920
+ "line": 1667
48846
48921
  },
48847
48922
  "name": "zeroInstalls",
48848
48923
  "optional": true,
@@ -54501,7 +54576,7 @@
54501
54576
  "kind": "interface",
54502
54577
  "locationInModule": {
54503
54578
  "filename": "src/release/release.ts",
54504
- "line": 745
54579
+ "line": 780
54505
54580
  },
54506
54581
  "name": "BranchOptions",
54507
54582
  "namespace": "release",
@@ -54515,7 +54590,7 @@
54515
54590
  "immutable": true,
54516
54591
  "locationInModule": {
54517
54592
  "filename": "src/release/release.ts",
54518
- "line": 755
54593
+ "line": 790
54519
54594
  },
54520
54595
  "name": "majorVersion",
54521
54596
  "type": {
@@ -54531,7 +54606,7 @@
54531
54606
  "immutable": true,
54532
54607
  "locationInModule": {
54533
54608
  "filename": "src/release/release.ts",
54534
- "line": 760
54609
+ "line": 795
54535
54610
  },
54536
54611
  "name": "minMajorVersion",
54537
54612
  "optional": true,
@@ -54548,7 +54623,7 @@
54548
54623
  "immutable": true,
54549
54624
  "locationInModule": {
54550
54625
  "filename": "src/release/release.ts",
54551
- "line": 765
54626
+ "line": 800
54552
54627
  },
54553
54628
  "name": "minorVersion",
54554
54629
  "optional": true,
@@ -54566,7 +54641,7 @@
54566
54641
  "immutable": true,
54567
54642
  "locationInModule": {
54568
54643
  "filename": "src/release/release.ts",
54569
- "line": 793
54644
+ "line": 828
54570
54645
  },
54571
54646
  "name": "npmDistTag",
54572
54647
  "optional": true,
@@ -54584,7 +54659,7 @@
54584
54659
  "immutable": true,
54585
54660
  "locationInModule": {
54586
54661
  "filename": "src/release/release.ts",
54587
- "line": 772
54662
+ "line": 807
54588
54663
  },
54589
54664
  "name": "prerelease",
54590
54665
  "optional": true,
@@ -54603,7 +54678,7 @@
54603
54678
  "immutable": true,
54604
54679
  "locationInModule": {
54605
54680
  "filename": "src/release/release.ts",
54606
- "line": 786
54681
+ "line": 821
54607
54682
  },
54608
54683
  "name": "tagPrefix",
54609
54684
  "optional": true,
@@ -54621,7 +54696,7 @@
54621
54696
  "immutable": true,
54622
54697
  "locationInModule": {
54623
54698
  "filename": "src/release/release.ts",
54624
- "line": 750
54699
+ "line": 785
54625
54700
  },
54626
54701
  "name": "workflowName",
54627
54702
  "optional": true,
@@ -56412,7 +56487,7 @@
56412
56487
  },
56413
56488
  "locationInModule": {
56414
56489
  "filename": "src/release/release.ts",
56415
- "line": 337
56490
+ "line": 346
56416
56491
  },
56417
56492
  "parameters": [
56418
56493
  {
@@ -56438,7 +56513,7 @@
56438
56513
  "kind": "class",
56439
56514
  "locationInModule": {
56440
56515
  "filename": "src/release/release.ts",
56441
- "line": 294
56516
+ "line": 302
56442
56517
  },
56443
56518
  "methods": [
56444
56519
  {
@@ -56448,7 +56523,7 @@
56448
56523
  },
56449
56524
  "locationInModule": {
56450
56525
  "filename": "src/release/release.ts",
56451
- "line": 301
56526
+ "line": 310
56452
56527
  },
56453
56528
  "name": "of",
56454
56529
  "parameters": [
@@ -56475,7 +56550,7 @@
56475
56550
  },
56476
56551
  "locationInModule": {
56477
56552
  "filename": "src/release/release.ts",
56478
- "line": 466
56553
+ "line": 485
56479
56554
  },
56480
56555
  "name": "addBranch",
56481
56556
  "parameters": [
@@ -56506,7 +56581,7 @@
56506
56581
  },
56507
56582
  "locationInModule": {
56508
56583
  "filename": "src/release/release.ts",
56509
- "line": 533
56584
+ "line": 552
56510
56585
  },
56511
56586
  "name": "addJobs",
56512
56587
  "parameters": [
@@ -56533,7 +56608,7 @@
56533
56608
  },
56534
56609
  "locationInModule": {
56535
56610
  "filename": "src/release/release.ts",
56536
- "line": 516
56611
+ "line": 535
56537
56612
  },
56538
56613
  "name": "preSynthesize",
56539
56614
  "overrides": "projen.Component"
@@ -56550,7 +56625,7 @@
56550
56625
  "immutable": true,
56551
56626
  "locationInModule": {
56552
56627
  "filename": "src/release/release.ts",
56553
- "line": 295
56628
+ "line": 303
56554
56629
  },
56555
56630
  "name": "ANTI_TAMPER_CMD",
56556
56631
  "static": true,
@@ -56566,7 +56641,7 @@
56566
56641
  "immutable": true,
56567
56642
  "locationInModule": {
56568
56643
  "filename": "src/release/release.ts",
56569
- "line": 331
56644
+ "line": 323
56570
56645
  },
56571
56646
  "name": "artifactsDirectory",
56572
56647
  "type": {
@@ -56581,7 +56656,7 @@
56581
56656
  "immutable": true,
56582
56657
  "locationInModule": {
56583
56658
  "filename": "src/release/release.ts",
56584
- "line": 542
56659
+ "line": 561
56585
56660
  },
56586
56661
  "name": "branches",
56587
56662
  "type": {
@@ -56601,7 +56676,7 @@
56601
56676
  "immutable": true,
56602
56677
  "locationInModule": {
56603
56678
  "filename": "src/release/release.ts",
56604
- "line": 309
56679
+ "line": 318
56605
56680
  },
56606
56681
  "name": "publisher",
56607
56682
  "type": {
@@ -56625,7 +56700,7 @@
56625
56700
  "kind": "interface",
56626
56701
  "locationInModule": {
56627
56702
  "filename": "src/release/release.ts",
56628
- "line": 234
56703
+ "line": 242
56629
56704
  },
56630
56705
  "name": "ReleaseOptions",
56631
56706
  "namespace": "release",
@@ -56640,7 +56715,7 @@
56640
56715
  "immutable": true,
56641
56716
  "locationInModule": {
56642
56717
  "filename": "src/release/release.ts",
56643
- "line": 271
56718
+ "line": 279
56644
56719
  },
56645
56720
  "name": "artifactsDirectory",
56646
56721
  "type": {
@@ -56657,7 +56732,7 @@
56657
56732
  "immutable": true,
56658
56733
  "locationInModule": {
56659
56734
  "filename": "src/release/release.ts",
56660
- "line": 257
56735
+ "line": 265
56661
56736
  },
56662
56737
  "name": "branch",
56663
56738
  "type": {
@@ -56674,7 +56749,7 @@
56674
56749
  "immutable": true,
56675
56750
  "locationInModule": {
56676
56751
  "filename": "src/release/release.ts",
56677
- "line": 240
56752
+ "line": 248
56678
56753
  },
56679
56754
  "name": "task",
56680
56755
  "type": {
@@ -56691,7 +56766,7 @@
56691
56766
  "immutable": true,
56692
56767
  "locationInModule": {
56693
56768
  "filename": "src/release/release.ts",
56694
- "line": 247
56769
+ "line": 255
56695
56770
  },
56696
56771
  "name": "versionFile",
56697
56772
  "type": {
@@ -56708,7 +56783,7 @@
56708
56783
  "immutable": true,
56709
56784
  "locationInModule": {
56710
56785
  "filename": "src/release/release.ts",
56711
- "line": 264
56786
+ "line": 272
56712
56787
  },
56713
56788
  "name": "githubRelease",
56714
56789
  "optional": true,
@@ -56727,7 +56802,7 @@
56727
56802
  "immutable": true,
56728
56803
  "locationInModule": {
56729
56804
  "filename": "src/release/release.ts",
56730
- "line": 280
56805
+ "line": 288
56731
56806
  },
56732
56807
  "name": "workflowNodeVersion",
56733
56808
  "optional": true,
@@ -56745,7 +56820,7 @@
56745
56820
  "immutable": true,
56746
56821
  "locationInModule": {
56747
56822
  "filename": "src/release/release.ts",
56748
- "line": 286
56823
+ "line": 294
56749
56824
  },
56750
56825
  "name": "workflowPermissions",
56751
56826
  "optional": true,
@@ -56767,7 +56842,7 @@
56767
56842
  "kind": "interface",
56768
56843
  "locationInModule": {
56769
56844
  "filename": "src/release/release.ts",
56770
- "line": 41
56845
+ "line": 49
56771
56846
  },
56772
56847
  "name": "ReleaseProjectOptions",
56773
56848
  "namespace": "release",
@@ -56782,7 +56857,7 @@
56782
56857
  "immutable": true,
56783
56858
  "locationInModule": {
56784
56859
  "filename": "src/release/release.ts",
56785
- "line": 84
56860
+ "line": 92
56786
56861
  },
56787
56862
  "name": "jsiiReleaseVersion",
56788
56863
  "optional": true,
@@ -56801,7 +56876,7 @@
56801
56876
  "immutable": true,
56802
56877
  "locationInModule": {
56803
56878
  "filename": "src/release/release.ts",
56804
- "line": 100
56879
+ "line": 108
56805
56880
  },
56806
56881
  "name": "majorVersion",
56807
56882
  "optional": true,
@@ -56820,7 +56895,7 @@
56820
56895
  "immutable": true,
56821
56896
  "locationInModule": {
56822
56897
  "filename": "src/release/release.ts",
56823
- "line": 113
56898
+ "line": 121
56824
56899
  },
56825
56900
  "name": "minMajorVersion",
56826
56901
  "optional": true,
@@ -56839,7 +56914,7 @@
56839
56914
  "immutable": true,
56840
56915
  "locationInModule": {
56841
56916
  "filename": "src/release/release.ts",
56842
- "line": 131
56917
+ "line": 139
56843
56918
  },
56844
56919
  "name": "npmDistTag",
56845
56920
  "optional": true,
@@ -56857,7 +56932,7 @@
56857
56932
  "immutable": true,
56858
56933
  "locationInModule": {
56859
56934
  "filename": "src/release/release.ts",
56860
- "line": 90
56935
+ "line": 98
56861
56936
  },
56862
56937
  "name": "postBuildSteps",
56863
56938
  "optional": true,
@@ -56880,7 +56955,7 @@
56880
56955
  "immutable": true,
56881
56956
  "locationInModule": {
56882
56957
  "filename": "src/release/release.ts",
56883
- "line": 121
56958
+ "line": 129
56884
56959
  },
56885
56960
  "name": "prerelease",
56886
56961
  "optional": true,
@@ -56898,7 +56973,7 @@
56898
56973
  "immutable": true,
56899
56974
  "locationInModule": {
56900
56975
  "filename": "src/release/release.ts",
56901
- "line": 220
56976
+ "line": 228
56902
56977
  },
56903
56978
  "name": "publishDryRun",
56904
56979
  "optional": true,
@@ -56917,7 +56992,7 @@
56917
56992
  "immutable": true,
56918
56993
  "locationInModule": {
56919
56994
  "filename": "src/release/release.ts",
56920
- "line": 213
56995
+ "line": 221
56921
56996
  },
56922
56997
  "name": "publishTasks",
56923
56998
  "optional": true,
@@ -56935,7 +57010,7 @@
56935
57010
  "immutable": true,
56936
57011
  "locationInModule": {
56937
57012
  "filename": "src/release/release.ts",
56938
- "line": 228
57013
+ "line": 236
56939
57014
  },
56940
57015
  "name": "releasableCommits",
56941
57016
  "optional": true,
@@ -56954,7 +57029,7 @@
56954
57029
  "immutable": true,
56955
57030
  "locationInModule": {
56956
57031
  "filename": "src/release/release.ts",
56957
- "line": 151
57032
+ "line": 159
56958
57033
  },
56959
57034
  "name": "releaseBranches",
56960
57035
  "optional": true,
@@ -56978,7 +57053,7 @@
56978
57053
  "immutable": true,
56979
57054
  "locationInModule": {
56980
57055
  "filename": "src/release/release.ts",
56981
- "line": 49
57056
+ "line": 57
56982
57057
  },
56983
57058
  "name": "releaseEveryCommit",
56984
57059
  "optional": true,
@@ -56996,7 +57071,7 @@
56996
57071
  "immutable": true,
56997
57072
  "locationInModule": {
56998
57073
  "filename": "src/release/release.ts",
56999
- "line": 158
57074
+ "line": 166
57000
57075
  },
57001
57076
  "name": "releaseFailureIssue",
57002
57077
  "optional": true,
@@ -57015,7 +57090,7 @@
57015
57090
  "immutable": true,
57016
57091
  "locationInModule": {
57017
57092
  "filename": "src/release/release.ts",
57018
- "line": 166
57093
+ "line": 174
57019
57094
  },
57020
57095
  "name": "releaseFailureIssueLabel",
57021
57096
  "optional": true,
@@ -57034,7 +57109,7 @@
57034
57109
  "immutable": true,
57035
57110
  "locationInModule": {
57036
57111
  "filename": "src/release/release.ts",
57037
- "line": 58
57112
+ "line": 66
57038
57113
  },
57039
57114
  "name": "releaseSchedule",
57040
57115
  "optional": true,
@@ -57053,7 +57128,7 @@
57053
57128
  "immutable": true,
57054
57129
  "locationInModule": {
57055
57130
  "filename": "src/release/release.ts",
57056
- "line": 180
57131
+ "line": 188
57057
57132
  },
57058
57133
  "name": "releaseTagPrefix",
57059
57134
  "optional": true,
@@ -57071,7 +57146,7 @@
57071
57146
  "immutable": true,
57072
57147
  "locationInModule": {
57073
57148
  "filename": "src/release/release.ts",
57074
- "line": 65
57149
+ "line": 73
57075
57150
  },
57076
57151
  "name": "releaseTrigger",
57077
57152
  "optional": true,
@@ -57089,7 +57164,7 @@
57089
57164
  "immutable": true,
57090
57165
  "locationInModule": {
57091
57166
  "filename": "src/release/release.ts",
57092
- "line": 138
57167
+ "line": 146
57093
57168
  },
57094
57169
  "name": "releaseWorkflowName",
57095
57170
  "optional": true,
@@ -57106,7 +57181,7 @@
57106
57181
  "immutable": true,
57107
57182
  "locationInModule": {
57108
57183
  "filename": "src/release/release.ts",
57109
- "line": 71
57184
+ "line": 79
57110
57185
  },
57111
57186
  "name": "releaseWorkflowSetupSteps",
57112
57187
  "optional": true,
@@ -57130,7 +57205,7 @@
57130
57205
  "immutable": true,
57131
57206
  "locationInModule": {
57132
57207
  "filename": "src/release/release.ts",
57133
- "line": 188
57208
+ "line": 196
57134
57209
  },
57135
57210
  "name": "versionrcOptions",
57136
57211
  "optional": true,
@@ -57153,7 +57228,7 @@
57153
57228
  "immutable": true,
57154
57229
  "locationInModule": {
57155
57230
  "filename": "src/release/release.ts",
57156
- "line": 78
57231
+ "line": 86
57157
57232
  },
57158
57233
  "name": "workflowContainerImage",
57159
57234
  "optional": true,
@@ -57175,7 +57250,7 @@
57175
57250
  "immutable": true,
57176
57251
  "locationInModule": {
57177
57252
  "filename": "src/release/release.ts",
57178
- "line": 196
57253
+ "line": 204
57179
57254
  },
57180
57255
  "name": "workflowRunsOn",
57181
57256
  "optional": true,
@@ -57201,7 +57276,7 @@
57201
57276
  "immutable": true,
57202
57277
  "locationInModule": {
57203
57278
  "filename": "src/release/release.ts",
57204
- "line": 203
57279
+ "line": 211
57205
57280
  },
57206
57281
  "name": "workflowRunsOnGroup",
57207
57282
  "optional": true,
@@ -57743,7 +57818,7 @@
57743
57818
  "kind": "class",
57744
57819
  "locationInModule": {
57745
57820
  "filename": "src/typescript/typescript.ts",
57746
- "line": 30
57821
+ "line": 31
57747
57822
  },
57748
57823
  "methods": [
57749
57824
  {
@@ -57754,7 +57829,7 @@
57754
57829
  },
57755
57830
  "locationInModule": {
57756
57831
  "filename": "src/typescript/typescript.ts",
57757
- "line": 43
57832
+ "line": 44
57758
57833
  },
57759
57834
  "name": "autoDetectConfig",
57760
57835
  "returns": {
@@ -57772,7 +57847,7 @@
57772
57847
  },
57773
57848
  "locationInModule": {
57774
57849
  "filename": "src/typescript/typescript.ts",
57775
- "line": 60
57850
+ "line": 61
57776
57851
  },
57777
57852
  "name": "custom",
57778
57853
  "parameters": [
@@ -57802,7 +57877,7 @@
57802
57877
  },
57803
57878
  "locationInModule": {
57804
57879
  "filename": "src/typescript/typescript.ts",
57805
- "line": 34
57880
+ "line": 35
57806
57881
  },
57807
57882
  "name": "disabled",
57808
57883
  "returns": {
@@ -57820,7 +57895,7 @@
57820
57895
  },
57821
57896
  "locationInModule": {
57822
57897
  "filename": "src/typescript/typescript.ts",
57823
- "line": 52
57898
+ "line": 53
57824
57899
  },
57825
57900
  "name": "fromFile",
57826
57901
  "parameters": [
@@ -57853,7 +57928,7 @@
57853
57928
  "kind": "class",
57854
57929
  "locationInModule": {
57855
57930
  "filename": "src/typescript/typescript.ts",
57856
- "line": 80
57931
+ "line": 81
57857
57932
  },
57858
57933
  "methods": [
57859
57934
  {
@@ -57863,7 +57938,7 @@
57863
57938
  },
57864
57939
  "locationInModule": {
57865
57940
  "filename": "src/typescript/typescript.ts",
57866
- "line": 84
57941
+ "line": 85
57867
57942
  },
57868
57943
  "name": "all",
57869
57944
  "returns": {
@@ -57881,7 +57956,7 @@
57881
57956
  },
57882
57957
  "locationInModule": {
57883
57958
  "filename": "src/typescript/typescript.ts",
57884
- "line": 100
57959
+ "line": 101
57885
57960
  },
57886
57961
  "name": "custom",
57887
57962
  "parameters": [
@@ -57911,7 +57986,7 @@
57911
57986
  },
57912
57987
  "locationInModule": {
57913
57988
  "filename": "src/typescript/typescript.ts",
57914
- "line": 91
57989
+ "line": 92
57915
57990
  },
57916
57991
  "name": "none",
57917
57992
  "returns": {
@@ -57936,7 +58011,7 @@
57936
58011
  "kind": "interface",
57937
58012
  "locationInModule": {
57938
58013
  "filename": "src/typescript/typescript.ts",
57939
- "line": 221
58014
+ "line": 222
57940
58015
  },
57941
58016
  "name": "TsJestOptions",
57942
58017
  "namespace": "typescript",
@@ -57950,7 +58025,7 @@
57950
58025
  "immutable": true,
57951
58026
  "locationInModule": {
57952
58027
  "filename": "src/typescript/typescript.ts",
57953
- "line": 233
58028
+ "line": 234
57954
58029
  },
57955
58030
  "name": "transformOptions",
57956
58031
  "optional": true,
@@ -57969,7 +58044,7 @@
57969
58044
  "immutable": true,
57970
58045
  "locationInModule": {
57971
58046
  "filename": "src/typescript/typescript.ts",
57972
- "line": 229
58047
+ "line": 230
57973
58048
  },
57974
58049
  "name": "transformPattern",
57975
58050
  "optional": true,
@@ -57991,7 +58066,7 @@
57991
58066
  "kind": "interface",
57992
58067
  "locationInModule": {
57993
58068
  "filename": "src/typescript/typescript.ts",
57994
- "line": 167
58069
+ "line": 168
57995
58070
  },
57996
58071
  "name": "TsJestTransformOptions",
57997
58072
  "namespace": "typescript",
@@ -58006,7 +58081,7 @@
58006
58081
  "immutable": true,
58007
58082
  "locationInModule": {
58008
58083
  "filename": "src/typescript/typescript.ts",
58009
- "line": 173
58084
+ "line": 174
58010
58085
  },
58011
58086
  "name": "astTransformers",
58012
58087
  "optional": true,
@@ -58029,7 +58104,7 @@
58029
58104
  "immutable": true,
58030
58105
  "locationInModule": {
58031
58106
  "filename": "src/typescript/typescript.ts",
58032
- "line": 179
58107
+ "line": 180
58033
58108
  },
58034
58109
  "name": "babelConfig",
58035
58110
  "optional": true,
@@ -58047,7 +58122,7 @@
58047
58122
  "immutable": true,
58048
58123
  "locationInModule": {
58049
58124
  "filename": "src/typescript/typescript.ts",
58050
- "line": 185
58125
+ "line": 186
58051
58126
  },
58052
58127
  "name": "compiler",
58053
58128
  "optional": true,
@@ -58065,7 +58140,7 @@
58065
58140
  "immutable": true,
58066
58141
  "locationInModule": {
58067
58142
  "filename": "src/typescript/typescript.ts",
58068
- "line": 191
58143
+ "line": 192
58069
58144
  },
58070
58145
  "name": "diagnostics",
58071
58146
  "optional": true,
@@ -58085,7 +58160,7 @@
58085
58160
  "immutable": true,
58086
58161
  "locationInModule": {
58087
58162
  "filename": "src/typescript/typescript.ts",
58088
- "line": 200
58163
+ "line": 201
58089
58164
  },
58090
58165
  "name": "isolatedModules",
58091
58166
  "optional": true,
@@ -58103,7 +58178,7 @@
58103
58178
  "immutable": true,
58104
58179
  "locationInModule": {
58105
58180
  "filename": "src/typescript/typescript.ts",
58106
- "line": 206
58181
+ "line": 207
58107
58182
  },
58108
58183
  "name": "stringifyContentPathRegex",
58109
58184
  "optional": true,
@@ -58121,7 +58196,7 @@
58121
58196
  "immutable": true,
58122
58197
  "locationInModule": {
58123
58198
  "filename": "src/typescript/typescript.ts",
58124
- "line": 212
58199
+ "line": 213
58125
58200
  },
58126
58201
  "name": "tsconfig",
58127
58202
  "optional": true,
@@ -58139,7 +58214,7 @@
58139
58214
  "immutable": true,
58140
58215
  "locationInModule": {
58141
58216
  "filename": "src/typescript/typescript.ts",
58142
- "line": 218
58217
+ "line": 219
58143
58218
  },
58144
58219
  "name": "useESM",
58145
58220
  "optional": true,
@@ -58160,7 +58235,7 @@
58160
58235
  "kind": "class",
58161
58236
  "locationInModule": {
58162
58237
  "filename": "src/typescript/typescript.ts",
58163
- "line": 118
58238
+ "line": 119
58164
58239
  },
58165
58240
  "methods": [
58166
58241
  {
@@ -58170,7 +58245,7 @@
58170
58245
  },
58171
58246
  "locationInModule": {
58172
58247
  "filename": "src/typescript/typescript.ts",
58173
- "line": 122
58248
+ "line": 123
58174
58249
  },
58175
58250
  "name": "auto",
58176
58251
  "returns": {
@@ -58187,7 +58262,7 @@
58187
58262
  },
58188
58263
  "locationInModule": {
58189
58264
  "filename": "src/typescript/typescript.ts",
58190
- "line": 129
58265
+ "line": 130
58191
58266
  },
58192
58267
  "name": "builtInDefaults",
58193
58268
  "returns": {
@@ -58205,7 +58280,7 @@
58205
58280
  },
58206
58281
  "locationInModule": {
58207
58282
  "filename": "src/typescript/typescript.ts",
58208
- "line": 147
58283
+ "line": 148
58209
58284
  },
58210
58285
  "name": "custom",
58211
58286
  "parameters": [
@@ -58231,7 +58306,7 @@
58231
58306
  },
58232
58307
  "locationInModule": {
58233
58308
  "filename": "src/typescript/typescript.ts",
58234
- "line": 138
58309
+ "line": 139
58235
58310
  },
58236
58311
  "name": "fromFile",
58237
58312
  "parameters": [
@@ -58271,7 +58346,7 @@
58271
58346
  },
58272
58347
  "locationInModule": {
58273
58348
  "filename": "src/typescript/typescript.ts",
58274
- "line": 772
58349
+ "line": 792
58275
58350
  },
58276
58351
  "parameters": [
58277
58352
  {
@@ -58285,7 +58360,7 @@
58285
58360
  "kind": "class",
58286
58361
  "locationInModule": {
58287
58362
  "filename": "src/typescript/typescript.ts",
58288
- "line": 771
58363
+ "line": 791
58289
58364
  },
58290
58365
  "name": "TypeScriptAppProject",
58291
58366
  "namespace": "typescript",
@@ -58305,7 +58380,7 @@
58305
58380
  },
58306
58381
  "locationInModule": {
58307
58382
  "filename": "src/typescript/typescript.ts",
58308
- "line": 402
58383
+ "line": 403
58309
58384
  },
58310
58385
  "parameters": [
58311
58386
  {
@@ -58319,7 +58394,7 @@
58319
58394
  "kind": "class",
58320
58395
  "locationInModule": {
58321
58396
  "filename": "src/typescript/typescript.ts",
58322
- "line": 786
58397
+ "line": 806
58323
58398
  },
58324
58399
  "name": "TypeScriptLibraryProject",
58325
58400
  "namespace": "typescript",
@@ -58339,7 +58414,7 @@
58339
58414
  "kind": "interface",
58340
58415
  "locationInModule": {
58341
58416
  "filename": "src/typescript/typescript.ts",
58342
- "line": 791
58417
+ "line": 811
58343
58418
  },
58344
58419
  "name": "TypeScriptLibraryProjectOptions",
58345
58420
  "namespace": "typescript",
@@ -58362,7 +58437,7 @@
58362
58437
  },
58363
58438
  "locationInModule": {
58364
58439
  "filename": "src/typescript/typescript.ts",
58365
- "line": 402
58440
+ "line": 403
58366
58441
  },
58367
58442
  "parameters": [
58368
58443
  {
@@ -58376,7 +58451,7 @@
58376
58451
  "kind": "class",
58377
58452
  "locationInModule": {
58378
58453
  "filename": "src/typescript/typescript.ts",
58379
- "line": 368
58454
+ "line": 369
58380
58455
  },
58381
58456
  "name": "TypeScriptProject",
58382
58457
  "namespace": "typescript",
@@ -58389,7 +58464,7 @@
58389
58464
  "immutable": true,
58390
58465
  "locationInModule": {
58391
58466
  "filename": "src/typescript/typescript.ts",
58392
- "line": 369
58467
+ "line": 370
58393
58468
  },
58394
58469
  "name": "DEFAULT_TS_JEST_TRANFORM_PATTERN",
58395
58470
  "static": true,
@@ -58404,7 +58479,7 @@
58404
58479
  "immutable": true,
58405
58480
  "locationInModule": {
58406
58481
  "filename": "src/typescript/typescript.ts",
58407
- "line": 372
58482
+ "line": 373
58408
58483
  },
58409
58484
  "name": "docsDirectory",
58410
58485
  "type": {
@@ -58419,7 +58494,7 @@
58419
58494
  "immutable": true,
58420
58495
  "locationInModule": {
58421
58496
  "filename": "src/typescript/typescript.ts",
58422
- "line": 390
58497
+ "line": 391
58423
58498
  },
58424
58499
  "name": "libdir",
58425
58500
  "type": {
@@ -58434,7 +58509,7 @@
58434
58509
  "immutable": true,
58435
58510
  "locationInModule": {
58436
58511
  "filename": "src/typescript/typescript.ts",
58437
- "line": 385
58512
+ "line": 386
58438
58513
  },
58439
58514
  "name": "srcdir",
58440
58515
  "type": {
@@ -58449,7 +58524,7 @@
58449
58524
  "immutable": true,
58450
58525
  "locationInModule": {
58451
58526
  "filename": "src/typescript/typescript.ts",
58452
- "line": 395
58527
+ "line": 396
58453
58528
  },
58454
58529
  "name": "testdir",
58455
58530
  "type": {
@@ -58464,7 +58539,7 @@
58464
58539
  "immutable": true,
58465
58540
  "locationInModule": {
58466
58541
  "filename": "src/typescript/typescript.ts",
58467
- "line": 380
58542
+ "line": 381
58468
58543
  },
58469
58544
  "name": "tsconfigDev",
58470
58545
  "type": {
@@ -58479,7 +58554,7 @@
58479
58554
  "immutable": true,
58480
58555
  "locationInModule": {
58481
58556
  "filename": "src/typescript/typescript.ts",
58482
- "line": 400
58557
+ "line": 401
58483
58558
  },
58484
58559
  "name": "watchTask",
58485
58560
  "type": {
@@ -58493,7 +58568,7 @@
58493
58568
  "immutable": true,
58494
58569
  "locationInModule": {
58495
58570
  "filename": "src/typescript/typescript.ts",
58496
- "line": 371
58571
+ "line": 372
58497
58572
  },
58498
58573
  "name": "docgen",
58499
58574
  "optional": true,
@@ -58508,7 +58583,7 @@
58508
58583
  "immutable": true,
58509
58584
  "locationInModule": {
58510
58585
  "filename": "src/typescript/typescript.ts",
58511
- "line": 373
58586
+ "line": 374
58512
58587
  },
58513
58588
  "name": "eslint",
58514
58589
  "optional": true,
@@ -58523,7 +58598,7 @@
58523
58598
  "immutable": true,
58524
58599
  "locationInModule": {
58525
58600
  "filename": "src/typescript/typescript.ts",
58526
- "line": 375
58601
+ "line": 376
58527
58602
  },
58528
58603
  "name": "tsconfig",
58529
58604
  "optional": true,
@@ -58538,7 +58613,7 @@
58538
58613
  "immutable": true,
58539
58614
  "locationInModule": {
58540
58615
  "filename": "src/typescript/typescript.ts",
58541
- "line": 374
58616
+ "line": 375
58542
58617
  },
58543
58618
  "name": "tsconfigEslint",
58544
58619
  "optional": true,
@@ -58562,7 +58637,7 @@
58562
58637
  "kind": "interface",
58563
58638
  "locationInModule": {
58564
58639
  "filename": "src/typescript/typescript.ts",
58565
- "line": 236
58640
+ "line": 237
58566
58641
  },
58567
58642
  "name": "TypeScriptProjectOptions",
58568
58643
  "namespace": "typescript",
@@ -58577,7 +58652,7 @@
58577
58652
  "immutable": true,
58578
58653
  "locationInModule": {
58579
58654
  "filename": "src/typescript/typescript.ts",
58580
- "line": 325
58655
+ "line": 326
58581
58656
  },
58582
58657
  "name": "disableTsconfig",
58583
58658
  "optional": true,
@@ -58595,7 +58670,7 @@
58595
58670
  "immutable": true,
58596
58671
  "locationInModule": {
58597
58672
  "filename": "src/typescript/typescript.ts",
58598
- "line": 331
58673
+ "line": 332
58599
58674
  },
58600
58675
  "name": "disableTsconfigDev",
58601
58676
  "optional": true,
@@ -58613,7 +58688,7 @@
58613
58688
  "immutable": true,
58614
58689
  "locationInModule": {
58615
58690
  "filename": "src/typescript/typescript.ts",
58616
- "line": 291
58691
+ "line": 292
58617
58692
  },
58618
58693
  "name": "docgen",
58619
58694
  "optional": true,
@@ -58631,7 +58706,7 @@
58631
58706
  "immutable": true,
58632
58707
  "locationInModule": {
58633
58708
  "filename": "src/typescript/typescript.ts",
58634
- "line": 298
58709
+ "line": 299
58635
58710
  },
58636
58711
  "name": "docsDirectory",
58637
58712
  "optional": true,
@@ -58649,7 +58724,7 @@
58649
58724
  "immutable": true,
58650
58725
  "locationInModule": {
58651
58726
  "filename": "src/typescript/typescript.ts",
58652
- "line": 343
58727
+ "line": 344
58653
58728
  },
58654
58729
  "name": "entrypointTypes",
58655
58730
  "optional": true,
@@ -58667,7 +58742,7 @@
58667
58742
  "immutable": true,
58668
58743
  "locationInModule": {
58669
58744
  "filename": "src/typescript/typescript.ts",
58670
- "line": 268
58745
+ "line": 269
58671
58746
  },
58672
58747
  "name": "eslint",
58673
58748
  "optional": true,
@@ -58685,7 +58760,7 @@
58685
58760
  "immutable": true,
58686
58761
  "locationInModule": {
58687
58762
  "filename": "src/typescript/typescript.ts",
58688
- "line": 274
58763
+ "line": 275
58689
58764
  },
58690
58765
  "name": "eslintOptions",
58691
58766
  "optional": true,
@@ -58703,7 +58778,7 @@
58703
58778
  "immutable": true,
58704
58779
  "locationInModule": {
58705
58780
  "filename": "src/typescript/typescript.ts",
58706
- "line": 242
58781
+ "line": 243
58707
58782
  },
58708
58783
  "name": "libdir",
58709
58784
  "optional": true,
@@ -58724,7 +58799,7 @@
58724
58799
  "immutable": true,
58725
58800
  "locationInModule": {
58726
58801
  "filename": "src/typescript/typescript.ts",
58727
- "line": 351
58802
+ "line": 352
58728
58803
  },
58729
58804
  "name": "projenrcTs",
58730
58805
  "optional": true,
@@ -58741,7 +58816,7 @@
58741
58816
  "immutable": true,
58742
58817
  "locationInModule": {
58743
58818
  "filename": "src/typescript/typescript.ts",
58744
- "line": 356
58819
+ "line": 357
58745
58820
  },
58746
58821
  "name": "projenrcTsOptions",
58747
58822
  "optional": true,
@@ -58759,7 +58834,7 @@
58759
58834
  "immutable": true,
58760
58835
  "locationInModule": {
58761
58836
  "filename": "src/typescript/typescript.ts",
58762
- "line": 337
58837
+ "line": 338
58763
58838
  },
58764
58839
  "name": "sampleCode",
58765
58840
  "optional": true,
@@ -58777,7 +58852,7 @@
58777
58852
  "immutable": true,
58778
58853
  "locationInModule": {
58779
58854
  "filename": "src/typescript/typescript.ts",
58780
- "line": 249
58855
+ "line": 250
58781
58856
  },
58782
58857
  "name": "srcdir",
58783
58858
  "optional": true,
@@ -58796,7 +58871,7 @@
58796
58871
  "immutable": true,
58797
58872
  "locationInModule": {
58798
58873
  "filename": "src/typescript/typescript.ts",
58799
- "line": 261
58874
+ "line": 262
58800
58875
  },
58801
58876
  "name": "testdir",
58802
58877
  "optional": true,
@@ -58814,7 +58889,7 @@
58814
58889
  "immutable": true,
58815
58890
  "locationInModule": {
58816
58891
  "filename": "src/typescript/typescript.ts",
58817
- "line": 304
58892
+ "line": 305
58818
58893
  },
58819
58894
  "name": "tsconfig",
58820
58895
  "optional": true,
@@ -58832,7 +58907,7 @@
58832
58907
  "immutable": true,
58833
58908
  "locationInModule": {
58834
58909
  "filename": "src/typescript/typescript.ts",
58835
- "line": 310
58910
+ "line": 311
58836
58911
  },
58837
58912
  "name": "tsconfigDev",
58838
58913
  "optional": true,
@@ -58850,7 +58925,7 @@
58850
58925
  "immutable": true,
58851
58926
  "locationInModule": {
58852
58927
  "filename": "src/typescript/typescript.ts",
58853
- "line": 317
58928
+ "line": 318
58854
58929
  },
58855
58930
  "name": "tsconfigDevFile",
58856
58931
  "optional": true,
@@ -58867,7 +58942,7 @@
58867
58942
  "immutable": true,
58868
58943
  "locationInModule": {
58869
58944
  "filename": "src/typescript/typescript.ts",
58870
- "line": 361
58945
+ "line": 362
58871
58946
  },
58872
58947
  "name": "tsJestOptions",
58873
58948
  "optional": true,
@@ -58886,7 +58961,7 @@
58886
58961
  "immutable": true,
58887
58962
  "locationInModule": {
58888
58963
  "filename": "src/typescript/typescript.ts",
58889
- "line": 284
58964
+ "line": 285
58890
58965
  },
58891
58966
  "name": "typescriptVersion",
58892
58967
  "optional": true,
@@ -60732,7 +60807,7 @@
60732
60807
  "pjid": "nextjs"
60733
60808
  },
60734
60809
  "stability": "experimental",
60735
- "summary": "Next.js project without TypeScript."
60810
+ "summary": "Next.js project using JavaScript."
60736
60811
  },
60737
60812
  "fqn": "projen.web.NextJsProject",
60738
60813
  "initializer": {
@@ -60875,7 +60950,7 @@
60875
60950
  "pjid": "nextjs-ts"
60876
60951
  },
60877
60952
  "stability": "experimental",
60878
- "summary": "Next.js project with TypeScript."
60953
+ "summary": "Next.js project using TypeScript."
60879
60954
  },
60880
60955
  "fqn": "projen.web.NextJsTypeScriptProject",
60881
60956
  "initializer": {
@@ -61214,7 +61289,7 @@
61214
61289
  "pjid": "react"
61215
61290
  },
61216
61291
  "stability": "experimental",
61217
- "summary": "React project without TypeScript."
61292
+ "summary": "React project using JavaScript."
61218
61293
  },
61219
61294
  "fqn": "projen.web.ReactProject",
61220
61295
  "initializer": {
@@ -61466,7 +61541,7 @@
61466
61541
  "pjid": "react-ts"
61467
61542
  },
61468
61543
  "stability": "experimental",
61469
- "summary": "React project with TypeScript."
61544
+ "summary": "React project using TypeScript."
61470
61545
  },
61471
61546
  "fqn": "projen.web.ReactTypeScriptProject",
61472
61547
  "initializer": {
@@ -61641,6 +61716,6 @@
61641
61716
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
61642
61717
  }
61643
61718
  },
61644
- "version": "0.79.0",
61645
- "fingerprint": "cz9ObBrUwKUIEFXByUUKWOlEZ4LHup3k1H4JOYhsV54="
61719
+ "version": "0.79.2",
61720
+ "fingerprint": "YMaguzdwEWIggI9AGOwTsz/RfUS6cm7F6+lEnDcRs2A="
61646
61721
  }