projen 0.78.13 → 0.79.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +162 -132
- package/README.md +71 -53
- package/lib/awscdk/auto-discover.js +5 -5
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/inventory.js +8 -2
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/license-checker.js +1 -1
- package/lib/javascript/node-package.d.ts +7 -0
- package/lib/javascript/node-package.js +12 -2
- package/lib/javascript/node-project.d.ts +1 -1
- package/lib/javascript/node-project.js +3 -3
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +2 -2
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/javascript/util.d.ts +41 -0
- package/lib/javascript/util.js +104 -2
- package/lib/javascript/yarnrc.js +1 -1
- package/lib/json-patch.js +1 -1
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project-tree.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +32 -13
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.d.ts +2 -2
- package/lib/web/next.js +27 -13
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.d.ts +2 -2
- package/lib/web/react.js +7 -7
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +4 -4
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[](#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[](#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",
|
|
@@ -41706,7 +41706,7 @@
|
|
|
41706
41706
|
},
|
|
41707
41707
|
"locationInModule": {
|
|
41708
41708
|
"filename": "src/javascript/node-package.ts",
|
|
41709
|
-
"line":
|
|
41709
|
+
"line": 526
|
|
41710
41710
|
},
|
|
41711
41711
|
"parameters": [
|
|
41712
41712
|
{
|
|
@@ -41730,13 +41730,43 @@
|
|
|
41730
41730
|
"line": 401
|
|
41731
41731
|
},
|
|
41732
41732
|
"methods": [
|
|
41733
|
+
{
|
|
41734
|
+
"docs": {
|
|
41735
|
+
"returns": "A NodePackage, or undefined",
|
|
41736
|
+
"stability": "experimental",
|
|
41737
|
+
"summary": "Returns the `NodePackage` instance associated with a project or `undefined` if there is no NodePackage."
|
|
41738
|
+
},
|
|
41739
|
+
"locationInModule": {
|
|
41740
|
+
"filename": "src/javascript/node-package.ts",
|
|
41741
|
+
"line": 408
|
|
41742
|
+
},
|
|
41743
|
+
"name": "of",
|
|
41744
|
+
"parameters": [
|
|
41745
|
+
{
|
|
41746
|
+
"docs": {
|
|
41747
|
+
"summary": "The project."
|
|
41748
|
+
},
|
|
41749
|
+
"name": "project",
|
|
41750
|
+
"type": {
|
|
41751
|
+
"fqn": "projen.Project"
|
|
41752
|
+
}
|
|
41753
|
+
}
|
|
41754
|
+
],
|
|
41755
|
+
"returns": {
|
|
41756
|
+
"optional": true,
|
|
41757
|
+
"type": {
|
|
41758
|
+
"fqn": "projen.javascript.NodePackage"
|
|
41759
|
+
}
|
|
41760
|
+
},
|
|
41761
|
+
"static": true
|
|
41762
|
+
},
|
|
41733
41763
|
{
|
|
41734
41764
|
"docs": {
|
|
41735
41765
|
"stability": "experimental"
|
|
41736
41766
|
},
|
|
41737
41767
|
"locationInModule": {
|
|
41738
41768
|
"filename": "src/javascript/node-package.ts",
|
|
41739
|
-
"line":
|
|
41769
|
+
"line": 754
|
|
41740
41770
|
},
|
|
41741
41771
|
"name": "addBin",
|
|
41742
41772
|
"parameters": [
|
|
@@ -41761,7 +41791,7 @@
|
|
|
41761
41791
|
},
|
|
41762
41792
|
"locationInModule": {
|
|
41763
41793
|
"filename": "src/javascript/node-package.ts",
|
|
41764
|
-
"line":
|
|
41794
|
+
"line": 723
|
|
41765
41795
|
},
|
|
41766
41796
|
"name": "addBundledDeps",
|
|
41767
41797
|
"parameters": [
|
|
@@ -41786,7 +41816,7 @@
|
|
|
41786
41816
|
},
|
|
41787
41817
|
"locationInModule": {
|
|
41788
41818
|
"filename": "src/javascript/node-package.ts",
|
|
41789
|
-
"line":
|
|
41819
|
+
"line": 663
|
|
41790
41820
|
},
|
|
41791
41821
|
"name": "addDeps",
|
|
41792
41822
|
"parameters": [
|
|
@@ -41811,7 +41841,7 @@
|
|
|
41811
41841
|
},
|
|
41812
41842
|
"locationInModule": {
|
|
41813
41843
|
"filename": "src/javascript/node-package.ts",
|
|
41814
|
-
"line":
|
|
41844
|
+
"line": 678
|
|
41815
41845
|
},
|
|
41816
41846
|
"name": "addDevDeps",
|
|
41817
41847
|
"parameters": [
|
|
@@ -41836,7 +41866,7 @@
|
|
|
41836
41866
|
},
|
|
41837
41867
|
"locationInModule": {
|
|
41838
41868
|
"filename": "src/javascript/node-package.ts",
|
|
41839
|
-
"line":
|
|
41869
|
+
"line": 740
|
|
41840
41870
|
},
|
|
41841
41871
|
"name": "addEngine",
|
|
41842
41872
|
"parameters": [
|
|
@@ -41870,7 +41900,7 @@
|
|
|
41870
41900
|
},
|
|
41871
41901
|
"locationInModule": {
|
|
41872
41902
|
"filename": "src/javascript/node-package.ts",
|
|
41873
|
-
"line":
|
|
41903
|
+
"line": 796
|
|
41874
41904
|
},
|
|
41875
41905
|
"name": "addField",
|
|
41876
41906
|
"parameters": [
|
|
@@ -41901,7 +41931,7 @@
|
|
|
41901
41931
|
},
|
|
41902
41932
|
"locationInModule": {
|
|
41903
41933
|
"filename": "src/javascript/node-package.ts",
|
|
41904
|
-
"line":
|
|
41934
|
+
"line": 748
|
|
41905
41935
|
},
|
|
41906
41936
|
"name": "addKeywords",
|
|
41907
41937
|
"parameters": [
|
|
@@ -41925,7 +41955,7 @@
|
|
|
41925
41955
|
},
|
|
41926
41956
|
"locationInModule": {
|
|
41927
41957
|
"filename": "src/javascript/node-package.ts",
|
|
41928
|
-
"line":
|
|
41958
|
+
"line": 816
|
|
41929
41959
|
},
|
|
41930
41960
|
"name": "addPackageResolutions",
|
|
41931
41961
|
"parameters": [
|
|
@@ -41951,7 +41981,7 @@
|
|
|
41951
41981
|
},
|
|
41952
41982
|
"locationInModule": {
|
|
41953
41983
|
"filename": "src/javascript/node-package.ts",
|
|
41954
|
-
"line":
|
|
41984
|
+
"line": 697
|
|
41955
41985
|
},
|
|
41956
41986
|
"name": "addPeerDeps",
|
|
41957
41987
|
"parameters": [
|
|
@@ -41976,7 +42006,7 @@
|
|
|
41976
42006
|
},
|
|
41977
42007
|
"locationInModule": {
|
|
41978
42008
|
"filename": "src/javascript/node-package.ts",
|
|
41979
|
-
"line":
|
|
42009
|
+
"line": 804
|
|
41980
42010
|
},
|
|
41981
42011
|
"name": "addVersion",
|
|
41982
42012
|
"parameters": [
|
|
@@ -41999,7 +42029,7 @@
|
|
|
41999
42029
|
},
|
|
42000
42030
|
"locationInModule": {
|
|
42001
42031
|
"filename": "src/javascript/node-package.ts",
|
|
42002
|
-
"line":
|
|
42032
|
+
"line": 786
|
|
42003
42033
|
},
|
|
42004
42034
|
"name": "hasScript",
|
|
42005
42035
|
"parameters": [
|
|
@@ -42027,7 +42057,7 @@
|
|
|
42027
42057
|
},
|
|
42028
42058
|
"locationInModule": {
|
|
42029
42059
|
"filename": "src/javascript/node-package.ts",
|
|
42030
|
-
"line":
|
|
42060
|
+
"line": 868
|
|
42031
42061
|
},
|
|
42032
42062
|
"name": "postSynthesize",
|
|
42033
42063
|
"overrides": "projen.Component"
|
|
@@ -42039,7 +42069,7 @@
|
|
|
42039
42069
|
},
|
|
42040
42070
|
"locationInModule": {
|
|
42041
42071
|
"filename": "src/javascript/node-package.ts",
|
|
42042
|
-
"line":
|
|
42072
|
+
"line": 775
|
|
42043
42073
|
},
|
|
42044
42074
|
"name": "removeScript",
|
|
42045
42075
|
"parameters": [
|
|
@@ -42061,7 +42091,7 @@
|
|
|
42061
42091
|
},
|
|
42062
42092
|
"locationInModule": {
|
|
42063
42093
|
"filename": "src/javascript/node-package.ts",
|
|
42064
|
-
"line":
|
|
42094
|
+
"line": 766
|
|
42065
42095
|
},
|
|
42066
42096
|
"name": "setScript",
|
|
42067
42097
|
"parameters": [
|
|
@@ -42092,7 +42122,7 @@
|
|
|
42092
42122
|
},
|
|
42093
42123
|
"locationInModule": {
|
|
42094
42124
|
"filename": "src/javascript/node-package.ts",
|
|
42095
|
-
"line":
|
|
42125
|
+
"line": 863
|
|
42096
42126
|
},
|
|
42097
42127
|
"name": "synthesize",
|
|
42098
42128
|
"overrides": "projen.Component"
|
|
@@ -42107,7 +42137,7 @@
|
|
|
42107
42137
|
},
|
|
42108
42138
|
"locationInModule": {
|
|
42109
42139
|
"filename": "src/javascript/node-package.ts",
|
|
42110
|
-
"line":
|
|
42140
|
+
"line": 847
|
|
42111
42141
|
},
|
|
42112
42142
|
"name": "tryResolveDependencyVersion",
|
|
42113
42143
|
"parameters": [
|
|
@@ -42140,7 +42170,7 @@
|
|
|
42140
42170
|
"immutable": true,
|
|
42141
42171
|
"locationInModule": {
|
|
42142
42172
|
"filename": "src/javascript/node-package.ts",
|
|
42143
|
-
"line":
|
|
42173
|
+
"line": 426
|
|
42144
42174
|
},
|
|
42145
42175
|
"name": "allowLibraryDependencies",
|
|
42146
42176
|
"type": {
|
|
@@ -42155,7 +42185,7 @@
|
|
|
42155
42185
|
"immutable": true,
|
|
42156
42186
|
"locationInModule": {
|
|
42157
42187
|
"filename": "src/javascript/node-package.ts",
|
|
42158
|
-
"line":
|
|
42188
|
+
"line": 421
|
|
42159
42189
|
},
|
|
42160
42190
|
"name": "entrypoint",
|
|
42161
42191
|
"type": {
|
|
@@ -42170,7 +42200,7 @@
|
|
|
42170
42200
|
"immutable": true,
|
|
42171
42201
|
"locationInModule": {
|
|
42172
42202
|
"filename": "src/javascript/node-package.ts",
|
|
42173
|
-
"line":
|
|
42203
|
+
"line": 515
|
|
42174
42204
|
},
|
|
42175
42205
|
"name": "file",
|
|
42176
42206
|
"type": {
|
|
@@ -42185,7 +42215,7 @@
|
|
|
42185
42215
|
"immutable": true,
|
|
42186
42216
|
"locationInModule": {
|
|
42187
42217
|
"filename": "src/javascript/node-package.ts",
|
|
42188
|
-
"line":
|
|
42218
|
+
"line": 832
|
|
42189
42219
|
},
|
|
42190
42220
|
"name": "installAndUpdateLockfileCommand",
|
|
42191
42221
|
"type": {
|
|
@@ -42200,7 +42230,7 @@
|
|
|
42200
42230
|
"immutable": true,
|
|
42201
42231
|
"locationInModule": {
|
|
42202
42232
|
"filename": "src/javascript/node-package.ts",
|
|
42203
|
-
"line":
|
|
42233
|
+
"line": 510
|
|
42204
42234
|
},
|
|
42205
42235
|
"name": "installCiTask",
|
|
42206
42236
|
"type": {
|
|
@@ -42215,7 +42245,7 @@
|
|
|
42215
42245
|
"immutable": true,
|
|
42216
42246
|
"locationInModule": {
|
|
42217
42247
|
"filename": "src/javascript/node-package.ts",
|
|
42218
|
-
"line":
|
|
42248
|
+
"line": 825
|
|
42219
42249
|
},
|
|
42220
42250
|
"name": "installCommand",
|
|
42221
42251
|
"type": {
|
|
@@ -42230,7 +42260,7 @@
|
|
|
42230
42260
|
"immutable": true,
|
|
42231
42261
|
"locationInModule": {
|
|
42232
42262
|
"filename": "src/javascript/node-package.ts",
|
|
42233
|
-
"line":
|
|
42263
|
+
"line": 505
|
|
42234
42264
|
},
|
|
42235
42265
|
"name": "installTask",
|
|
42236
42266
|
"type": {
|
|
@@ -42245,7 +42275,7 @@
|
|
|
42245
42275
|
"immutable": true,
|
|
42246
42276
|
"locationInModule": {
|
|
42247
42277
|
"filename": "src/javascript/node-package.ts",
|
|
42248
|
-
"line":
|
|
42278
|
+
"line": 500
|
|
42249
42279
|
},
|
|
42250
42280
|
"name": "lockFile",
|
|
42251
42281
|
"type": {
|
|
@@ -42260,7 +42290,7 @@
|
|
|
42260
42290
|
"immutable": true,
|
|
42261
42291
|
"locationInModule": {
|
|
42262
42292
|
"filename": "src/javascript/node-package.ts",
|
|
42263
|
-
"line":
|
|
42293
|
+
"line": 436
|
|
42264
42294
|
},
|
|
42265
42295
|
"name": "manifest",
|
|
42266
42296
|
"type": {
|
|
@@ -42275,7 +42305,7 @@
|
|
|
42275
42305
|
"immutable": true,
|
|
42276
42306
|
"locationInModule": {
|
|
42277
42307
|
"filename": "src/javascript/node-package.ts",
|
|
42278
|
-
"line":
|
|
42308
|
+
"line": 495
|
|
42279
42309
|
},
|
|
42280
42310
|
"name": "npmAccess",
|
|
42281
42311
|
"type": {
|
|
@@ -42290,7 +42320,7 @@
|
|
|
42290
42320
|
"immutable": true,
|
|
42291
42321
|
"locationInModule": {
|
|
42292
42322
|
"filename": "src/javascript/node-package.ts",
|
|
42293
|
-
"line":
|
|
42323
|
+
"line": 470
|
|
42294
42324
|
},
|
|
42295
42325
|
"name": "npmRegistry",
|
|
42296
42326
|
"type": {
|
|
@@ -42305,7 +42335,7 @@
|
|
|
42305
42335
|
"immutable": true,
|
|
42306
42336
|
"locationInModule": {
|
|
42307
42337
|
"filename": "src/javascript/node-package.ts",
|
|
42308
|
-
"line":
|
|
42338
|
+
"line": 465
|
|
42309
42339
|
},
|
|
42310
42340
|
"name": "npmRegistryUrl",
|
|
42311
42341
|
"type": {
|
|
@@ -42320,7 +42350,7 @@
|
|
|
42320
42350
|
"immutable": true,
|
|
42321
42351
|
"locationInModule": {
|
|
42322
42352
|
"filename": "src/javascript/node-package.ts",
|
|
42323
|
-
"line":
|
|
42353
|
+
"line": 431
|
|
42324
42354
|
},
|
|
42325
42355
|
"name": "packageManager",
|
|
42326
42356
|
"type": {
|
|
@@ -42335,7 +42365,7 @@
|
|
|
42335
42365
|
"immutable": true,
|
|
42336
42366
|
"locationInModule": {
|
|
42337
42367
|
"filename": "src/javascript/node-package.ts",
|
|
42338
|
-
"line":
|
|
42368
|
+
"line": 416
|
|
42339
42369
|
},
|
|
42340
42370
|
"name": "packageName",
|
|
42341
42371
|
"type": {
|
|
@@ -42350,7 +42380,7 @@
|
|
|
42350
42380
|
"immutable": true,
|
|
42351
42381
|
"locationInModule": {
|
|
42352
42382
|
"filename": "src/javascript/node-package.ts",
|
|
42353
|
-
"line":
|
|
42383
|
+
"line": 890
|
|
42354
42384
|
},
|
|
42355
42385
|
"name": "projenCommand",
|
|
42356
42386
|
"type": {
|
|
@@ -42367,7 +42397,7 @@
|
|
|
42367
42397
|
"immutable": true,
|
|
42368
42398
|
"locationInModule": {
|
|
42369
42399
|
"filename": "src/javascript/node-package.ts",
|
|
42370
|
-
"line":
|
|
42400
|
+
"line": 483
|
|
42371
42401
|
},
|
|
42372
42402
|
"name": "codeArtifactOptions",
|
|
42373
42403
|
"optional": true,
|
|
@@ -42384,7 +42414,7 @@
|
|
|
42384
42414
|
"immutable": true,
|
|
42385
42415
|
"locationInModule": {
|
|
42386
42416
|
"filename": "src/javascript/node-package.ts",
|
|
42387
|
-
"line":
|
|
42417
|
+
"line": 460
|
|
42388
42418
|
},
|
|
42389
42419
|
"name": "license",
|
|
42390
42420
|
"optional": true,
|
|
@@ -42401,7 +42431,7 @@
|
|
|
42401
42431
|
"immutable": true,
|
|
42402
42432
|
"locationInModule": {
|
|
42403
42433
|
"filename": "src/javascript/node-package.ts",
|
|
42404
|
-
"line":
|
|
42434
|
+
"line": 448
|
|
42405
42435
|
},
|
|
42406
42436
|
"name": "maxNodeVersion",
|
|
42407
42437
|
"optional": true,
|
|
@@ -42418,7 +42448,7 @@
|
|
|
42418
42448
|
"immutable": true,
|
|
42419
42449
|
"locationInModule": {
|
|
42420
42450
|
"filename": "src/javascript/node-package.ts",
|
|
42421
|
-
"line":
|
|
42451
|
+
"line": 442
|
|
42422
42452
|
},
|
|
42423
42453
|
"name": "minNodeVersion",
|
|
42424
42454
|
"optional": true,
|
|
@@ -42434,7 +42464,7 @@
|
|
|
42434
42464
|
"immutable": true,
|
|
42435
42465
|
"locationInModule": {
|
|
42436
42466
|
"filename": "src/javascript/node-package.ts",
|
|
42437
|
-
"line":
|
|
42467
|
+
"line": 475
|
|
42438
42468
|
},
|
|
42439
42469
|
"name": "npmTokenSecret",
|
|
42440
42470
|
"optional": true,
|
|
@@ -42451,7 +42481,7 @@
|
|
|
42451
42481
|
"immutable": true,
|
|
42452
42482
|
"locationInModule": {
|
|
42453
42483
|
"filename": "src/javascript/node-package.ts",
|
|
42454
|
-
"line":
|
|
42484
|
+
"line": 455
|
|
42455
42485
|
},
|
|
42456
42486
|
"name": "pnpmVersion",
|
|
42457
42487
|
"optional": true,
|
|
@@ -42468,7 +42498,7 @@
|
|
|
42468
42498
|
"immutable": true,
|
|
42469
42499
|
"locationInModule": {
|
|
42470
42500
|
"filename": "src/javascript/node-package.ts",
|
|
42471
|
-
"line":
|
|
42501
|
+
"line": 490
|
|
42472
42502
|
},
|
|
42473
42503
|
"name": "scopedPackagesOptions",
|
|
42474
42504
|
"optional": true,
|
|
@@ -42494,7 +42524,7 @@
|
|
|
42494
42524
|
"kind": "enum",
|
|
42495
42525
|
"locationInModule": {
|
|
42496
42526
|
"filename": "src/javascript/node-package.ts",
|
|
42497
|
-
"line":
|
|
42527
|
+
"line": 1587
|
|
42498
42528
|
},
|
|
42499
42529
|
"members": [
|
|
42500
42530
|
{
|
|
@@ -44850,7 +44880,7 @@
|
|
|
44850
44880
|
"kind": "enum",
|
|
44851
44881
|
"locationInModule": {
|
|
44852
44882
|
"filename": "src/javascript/node-package.ts",
|
|
44853
|
-
"line":
|
|
44883
|
+
"line": 1631
|
|
44854
44884
|
},
|
|
44855
44885
|
"members": [
|
|
44856
44886
|
{
|
|
@@ -45045,7 +45075,7 @@
|
|
|
45045
45075
|
"kind": "interface",
|
|
45046
45076
|
"locationInModule": {
|
|
45047
45077
|
"filename": "src/javascript/node-package.ts",
|
|
45048
|
-
"line":
|
|
45078
|
+
"line": 1576
|
|
45049
45079
|
},
|
|
45050
45080
|
"name": "PeerDependencyOptions",
|
|
45051
45081
|
"namespace": "javascript",
|
|
@@ -45060,7 +45090,7 @@
|
|
|
45060
45090
|
"immutable": true,
|
|
45061
45091
|
"locationInModule": {
|
|
45062
45092
|
"filename": "src/javascript/node-package.ts",
|
|
45063
|
-
"line":
|
|
45093
|
+
"line": 1581
|
|
45064
45094
|
},
|
|
45065
45095
|
"name": "pinnedDevDependency",
|
|
45066
45096
|
"optional": true,
|
|
@@ -48790,7 +48820,7 @@
|
|
|
48790
48820
|
"kind": "interface",
|
|
48791
48821
|
"locationInModule": {
|
|
48792
48822
|
"filename": "src/javascript/node-package.ts",
|
|
48793
|
-
"line":
|
|
48823
|
+
"line": 1646
|
|
48794
48824
|
},
|
|
48795
48825
|
"name": "YarnBerryOptions",
|
|
48796
48826
|
"namespace": "javascript",
|
|
@@ -48805,7 +48835,7 @@
|
|
|
48805
48835
|
"immutable": true,
|
|
48806
48836
|
"locationInModule": {
|
|
48807
48837
|
"filename": "src/javascript/node-package.ts",
|
|
48808
|
-
"line":
|
|
48838
|
+
"line": 1652
|
|
48809
48839
|
},
|
|
48810
48840
|
"name": "version",
|
|
48811
48841
|
"optional": true,
|
|
@@ -48823,7 +48853,7 @@
|
|
|
48823
48853
|
"immutable": true,
|
|
48824
48854
|
"locationInModule": {
|
|
48825
48855
|
"filename": "src/javascript/node-package.ts",
|
|
48826
|
-
"line":
|
|
48856
|
+
"line": 1659
|
|
48827
48857
|
},
|
|
48828
48858
|
"name": "yarnRcOptions",
|
|
48829
48859
|
"optional": true,
|
|
@@ -48842,7 +48872,7 @@
|
|
|
48842
48872
|
"immutable": true,
|
|
48843
48873
|
"locationInModule": {
|
|
48844
48874
|
"filename": "src/javascript/node-package.ts",
|
|
48845
|
-
"line":
|
|
48875
|
+
"line": 1667
|
|
48846
48876
|
},
|
|
48847
48877
|
"name": "zeroInstalls",
|
|
48848
48878
|
"optional": true,
|
|
@@ -57743,7 +57773,7 @@
|
|
|
57743
57773
|
"kind": "class",
|
|
57744
57774
|
"locationInModule": {
|
|
57745
57775
|
"filename": "src/typescript/typescript.ts",
|
|
57746
|
-
"line":
|
|
57776
|
+
"line": 31
|
|
57747
57777
|
},
|
|
57748
57778
|
"methods": [
|
|
57749
57779
|
{
|
|
@@ -57754,7 +57784,7 @@
|
|
|
57754
57784
|
},
|
|
57755
57785
|
"locationInModule": {
|
|
57756
57786
|
"filename": "src/typescript/typescript.ts",
|
|
57757
|
-
"line":
|
|
57787
|
+
"line": 44
|
|
57758
57788
|
},
|
|
57759
57789
|
"name": "autoDetectConfig",
|
|
57760
57790
|
"returns": {
|
|
@@ -57772,7 +57802,7 @@
|
|
|
57772
57802
|
},
|
|
57773
57803
|
"locationInModule": {
|
|
57774
57804
|
"filename": "src/typescript/typescript.ts",
|
|
57775
|
-
"line":
|
|
57805
|
+
"line": 61
|
|
57776
57806
|
},
|
|
57777
57807
|
"name": "custom",
|
|
57778
57808
|
"parameters": [
|
|
@@ -57802,7 +57832,7 @@
|
|
|
57802
57832
|
},
|
|
57803
57833
|
"locationInModule": {
|
|
57804
57834
|
"filename": "src/typescript/typescript.ts",
|
|
57805
|
-
"line":
|
|
57835
|
+
"line": 35
|
|
57806
57836
|
},
|
|
57807
57837
|
"name": "disabled",
|
|
57808
57838
|
"returns": {
|
|
@@ -57820,7 +57850,7 @@
|
|
|
57820
57850
|
},
|
|
57821
57851
|
"locationInModule": {
|
|
57822
57852
|
"filename": "src/typescript/typescript.ts",
|
|
57823
|
-
"line":
|
|
57853
|
+
"line": 53
|
|
57824
57854
|
},
|
|
57825
57855
|
"name": "fromFile",
|
|
57826
57856
|
"parameters": [
|
|
@@ -57853,7 +57883,7 @@
|
|
|
57853
57883
|
"kind": "class",
|
|
57854
57884
|
"locationInModule": {
|
|
57855
57885
|
"filename": "src/typescript/typescript.ts",
|
|
57856
|
-
"line":
|
|
57886
|
+
"line": 81
|
|
57857
57887
|
},
|
|
57858
57888
|
"methods": [
|
|
57859
57889
|
{
|
|
@@ -57863,7 +57893,7 @@
|
|
|
57863
57893
|
},
|
|
57864
57894
|
"locationInModule": {
|
|
57865
57895
|
"filename": "src/typescript/typescript.ts",
|
|
57866
|
-
"line":
|
|
57896
|
+
"line": 85
|
|
57867
57897
|
},
|
|
57868
57898
|
"name": "all",
|
|
57869
57899
|
"returns": {
|
|
@@ -57881,7 +57911,7 @@
|
|
|
57881
57911
|
},
|
|
57882
57912
|
"locationInModule": {
|
|
57883
57913
|
"filename": "src/typescript/typescript.ts",
|
|
57884
|
-
"line":
|
|
57914
|
+
"line": 101
|
|
57885
57915
|
},
|
|
57886
57916
|
"name": "custom",
|
|
57887
57917
|
"parameters": [
|
|
@@ -57911,7 +57941,7 @@
|
|
|
57911
57941
|
},
|
|
57912
57942
|
"locationInModule": {
|
|
57913
57943
|
"filename": "src/typescript/typescript.ts",
|
|
57914
|
-
"line":
|
|
57944
|
+
"line": 92
|
|
57915
57945
|
},
|
|
57916
57946
|
"name": "none",
|
|
57917
57947
|
"returns": {
|
|
@@ -57936,7 +57966,7 @@
|
|
|
57936
57966
|
"kind": "interface",
|
|
57937
57967
|
"locationInModule": {
|
|
57938
57968
|
"filename": "src/typescript/typescript.ts",
|
|
57939
|
-
"line":
|
|
57969
|
+
"line": 222
|
|
57940
57970
|
},
|
|
57941
57971
|
"name": "TsJestOptions",
|
|
57942
57972
|
"namespace": "typescript",
|
|
@@ -57950,7 +57980,7 @@
|
|
|
57950
57980
|
"immutable": true,
|
|
57951
57981
|
"locationInModule": {
|
|
57952
57982
|
"filename": "src/typescript/typescript.ts",
|
|
57953
|
-
"line":
|
|
57983
|
+
"line": 234
|
|
57954
57984
|
},
|
|
57955
57985
|
"name": "transformOptions",
|
|
57956
57986
|
"optional": true,
|
|
@@ -57969,7 +57999,7 @@
|
|
|
57969
57999
|
"immutable": true,
|
|
57970
58000
|
"locationInModule": {
|
|
57971
58001
|
"filename": "src/typescript/typescript.ts",
|
|
57972
|
-
"line":
|
|
58002
|
+
"line": 230
|
|
57973
58003
|
},
|
|
57974
58004
|
"name": "transformPattern",
|
|
57975
58005
|
"optional": true,
|
|
@@ -57991,7 +58021,7 @@
|
|
|
57991
58021
|
"kind": "interface",
|
|
57992
58022
|
"locationInModule": {
|
|
57993
58023
|
"filename": "src/typescript/typescript.ts",
|
|
57994
|
-
"line":
|
|
58024
|
+
"line": 168
|
|
57995
58025
|
},
|
|
57996
58026
|
"name": "TsJestTransformOptions",
|
|
57997
58027
|
"namespace": "typescript",
|
|
@@ -58006,7 +58036,7 @@
|
|
|
58006
58036
|
"immutable": true,
|
|
58007
58037
|
"locationInModule": {
|
|
58008
58038
|
"filename": "src/typescript/typescript.ts",
|
|
58009
|
-
"line":
|
|
58039
|
+
"line": 174
|
|
58010
58040
|
},
|
|
58011
58041
|
"name": "astTransformers",
|
|
58012
58042
|
"optional": true,
|
|
@@ -58029,7 +58059,7 @@
|
|
|
58029
58059
|
"immutable": true,
|
|
58030
58060
|
"locationInModule": {
|
|
58031
58061
|
"filename": "src/typescript/typescript.ts",
|
|
58032
|
-
"line":
|
|
58062
|
+
"line": 180
|
|
58033
58063
|
},
|
|
58034
58064
|
"name": "babelConfig",
|
|
58035
58065
|
"optional": true,
|
|
@@ -58047,7 +58077,7 @@
|
|
|
58047
58077
|
"immutable": true,
|
|
58048
58078
|
"locationInModule": {
|
|
58049
58079
|
"filename": "src/typescript/typescript.ts",
|
|
58050
|
-
"line":
|
|
58080
|
+
"line": 186
|
|
58051
58081
|
},
|
|
58052
58082
|
"name": "compiler",
|
|
58053
58083
|
"optional": true,
|
|
@@ -58065,7 +58095,7 @@
|
|
|
58065
58095
|
"immutable": true,
|
|
58066
58096
|
"locationInModule": {
|
|
58067
58097
|
"filename": "src/typescript/typescript.ts",
|
|
58068
|
-
"line":
|
|
58098
|
+
"line": 192
|
|
58069
58099
|
},
|
|
58070
58100
|
"name": "diagnostics",
|
|
58071
58101
|
"optional": true,
|
|
@@ -58085,7 +58115,7 @@
|
|
|
58085
58115
|
"immutable": true,
|
|
58086
58116
|
"locationInModule": {
|
|
58087
58117
|
"filename": "src/typescript/typescript.ts",
|
|
58088
|
-
"line":
|
|
58118
|
+
"line": 201
|
|
58089
58119
|
},
|
|
58090
58120
|
"name": "isolatedModules",
|
|
58091
58121
|
"optional": true,
|
|
@@ -58103,7 +58133,7 @@
|
|
|
58103
58133
|
"immutable": true,
|
|
58104
58134
|
"locationInModule": {
|
|
58105
58135
|
"filename": "src/typescript/typescript.ts",
|
|
58106
|
-
"line":
|
|
58136
|
+
"line": 207
|
|
58107
58137
|
},
|
|
58108
58138
|
"name": "stringifyContentPathRegex",
|
|
58109
58139
|
"optional": true,
|
|
@@ -58121,7 +58151,7 @@
|
|
|
58121
58151
|
"immutable": true,
|
|
58122
58152
|
"locationInModule": {
|
|
58123
58153
|
"filename": "src/typescript/typescript.ts",
|
|
58124
|
-
"line":
|
|
58154
|
+
"line": 213
|
|
58125
58155
|
},
|
|
58126
58156
|
"name": "tsconfig",
|
|
58127
58157
|
"optional": true,
|
|
@@ -58139,7 +58169,7 @@
|
|
|
58139
58169
|
"immutable": true,
|
|
58140
58170
|
"locationInModule": {
|
|
58141
58171
|
"filename": "src/typescript/typescript.ts",
|
|
58142
|
-
"line":
|
|
58172
|
+
"line": 219
|
|
58143
58173
|
},
|
|
58144
58174
|
"name": "useESM",
|
|
58145
58175
|
"optional": true,
|
|
@@ -58160,7 +58190,7 @@
|
|
|
58160
58190
|
"kind": "class",
|
|
58161
58191
|
"locationInModule": {
|
|
58162
58192
|
"filename": "src/typescript/typescript.ts",
|
|
58163
|
-
"line":
|
|
58193
|
+
"line": 119
|
|
58164
58194
|
},
|
|
58165
58195
|
"methods": [
|
|
58166
58196
|
{
|
|
@@ -58170,7 +58200,7 @@
|
|
|
58170
58200
|
},
|
|
58171
58201
|
"locationInModule": {
|
|
58172
58202
|
"filename": "src/typescript/typescript.ts",
|
|
58173
|
-
"line":
|
|
58203
|
+
"line": 123
|
|
58174
58204
|
},
|
|
58175
58205
|
"name": "auto",
|
|
58176
58206
|
"returns": {
|
|
@@ -58187,7 +58217,7 @@
|
|
|
58187
58217
|
},
|
|
58188
58218
|
"locationInModule": {
|
|
58189
58219
|
"filename": "src/typescript/typescript.ts",
|
|
58190
|
-
"line":
|
|
58220
|
+
"line": 130
|
|
58191
58221
|
},
|
|
58192
58222
|
"name": "builtInDefaults",
|
|
58193
58223
|
"returns": {
|
|
@@ -58205,7 +58235,7 @@
|
|
|
58205
58235
|
},
|
|
58206
58236
|
"locationInModule": {
|
|
58207
58237
|
"filename": "src/typescript/typescript.ts",
|
|
58208
|
-
"line":
|
|
58238
|
+
"line": 148
|
|
58209
58239
|
},
|
|
58210
58240
|
"name": "custom",
|
|
58211
58241
|
"parameters": [
|
|
@@ -58231,7 +58261,7 @@
|
|
|
58231
58261
|
},
|
|
58232
58262
|
"locationInModule": {
|
|
58233
58263
|
"filename": "src/typescript/typescript.ts",
|
|
58234
|
-
"line":
|
|
58264
|
+
"line": 139
|
|
58235
58265
|
},
|
|
58236
58266
|
"name": "fromFile",
|
|
58237
58267
|
"parameters": [
|
|
@@ -58271,7 +58301,7 @@
|
|
|
58271
58301
|
},
|
|
58272
58302
|
"locationInModule": {
|
|
58273
58303
|
"filename": "src/typescript/typescript.ts",
|
|
58274
|
-
"line":
|
|
58304
|
+
"line": 792
|
|
58275
58305
|
},
|
|
58276
58306
|
"parameters": [
|
|
58277
58307
|
{
|
|
@@ -58285,7 +58315,7 @@
|
|
|
58285
58315
|
"kind": "class",
|
|
58286
58316
|
"locationInModule": {
|
|
58287
58317
|
"filename": "src/typescript/typescript.ts",
|
|
58288
|
-
"line":
|
|
58318
|
+
"line": 791
|
|
58289
58319
|
},
|
|
58290
58320
|
"name": "TypeScriptAppProject",
|
|
58291
58321
|
"namespace": "typescript",
|
|
@@ -58305,7 +58335,7 @@
|
|
|
58305
58335
|
},
|
|
58306
58336
|
"locationInModule": {
|
|
58307
58337
|
"filename": "src/typescript/typescript.ts",
|
|
58308
|
-
"line":
|
|
58338
|
+
"line": 403
|
|
58309
58339
|
},
|
|
58310
58340
|
"parameters": [
|
|
58311
58341
|
{
|
|
@@ -58319,7 +58349,7 @@
|
|
|
58319
58349
|
"kind": "class",
|
|
58320
58350
|
"locationInModule": {
|
|
58321
58351
|
"filename": "src/typescript/typescript.ts",
|
|
58322
|
-
"line":
|
|
58352
|
+
"line": 806
|
|
58323
58353
|
},
|
|
58324
58354
|
"name": "TypeScriptLibraryProject",
|
|
58325
58355
|
"namespace": "typescript",
|
|
@@ -58339,7 +58369,7 @@
|
|
|
58339
58369
|
"kind": "interface",
|
|
58340
58370
|
"locationInModule": {
|
|
58341
58371
|
"filename": "src/typescript/typescript.ts",
|
|
58342
|
-
"line":
|
|
58372
|
+
"line": 811
|
|
58343
58373
|
},
|
|
58344
58374
|
"name": "TypeScriptLibraryProjectOptions",
|
|
58345
58375
|
"namespace": "typescript",
|
|
@@ -58362,7 +58392,7 @@
|
|
|
58362
58392
|
},
|
|
58363
58393
|
"locationInModule": {
|
|
58364
58394
|
"filename": "src/typescript/typescript.ts",
|
|
58365
|
-
"line":
|
|
58395
|
+
"line": 403
|
|
58366
58396
|
},
|
|
58367
58397
|
"parameters": [
|
|
58368
58398
|
{
|
|
@@ -58376,7 +58406,7 @@
|
|
|
58376
58406
|
"kind": "class",
|
|
58377
58407
|
"locationInModule": {
|
|
58378
58408
|
"filename": "src/typescript/typescript.ts",
|
|
58379
|
-
"line":
|
|
58409
|
+
"line": 369
|
|
58380
58410
|
},
|
|
58381
58411
|
"name": "TypeScriptProject",
|
|
58382
58412
|
"namespace": "typescript",
|
|
@@ -58389,7 +58419,7 @@
|
|
|
58389
58419
|
"immutable": true,
|
|
58390
58420
|
"locationInModule": {
|
|
58391
58421
|
"filename": "src/typescript/typescript.ts",
|
|
58392
|
-
"line":
|
|
58422
|
+
"line": 370
|
|
58393
58423
|
},
|
|
58394
58424
|
"name": "DEFAULT_TS_JEST_TRANFORM_PATTERN",
|
|
58395
58425
|
"static": true,
|
|
@@ -58404,7 +58434,7 @@
|
|
|
58404
58434
|
"immutable": true,
|
|
58405
58435
|
"locationInModule": {
|
|
58406
58436
|
"filename": "src/typescript/typescript.ts",
|
|
58407
|
-
"line":
|
|
58437
|
+
"line": 373
|
|
58408
58438
|
},
|
|
58409
58439
|
"name": "docsDirectory",
|
|
58410
58440
|
"type": {
|
|
@@ -58419,7 +58449,7 @@
|
|
|
58419
58449
|
"immutable": true,
|
|
58420
58450
|
"locationInModule": {
|
|
58421
58451
|
"filename": "src/typescript/typescript.ts",
|
|
58422
|
-
"line":
|
|
58452
|
+
"line": 391
|
|
58423
58453
|
},
|
|
58424
58454
|
"name": "libdir",
|
|
58425
58455
|
"type": {
|
|
@@ -58434,7 +58464,7 @@
|
|
|
58434
58464
|
"immutable": true,
|
|
58435
58465
|
"locationInModule": {
|
|
58436
58466
|
"filename": "src/typescript/typescript.ts",
|
|
58437
|
-
"line":
|
|
58467
|
+
"line": 386
|
|
58438
58468
|
},
|
|
58439
58469
|
"name": "srcdir",
|
|
58440
58470
|
"type": {
|
|
@@ -58449,7 +58479,7 @@
|
|
|
58449
58479
|
"immutable": true,
|
|
58450
58480
|
"locationInModule": {
|
|
58451
58481
|
"filename": "src/typescript/typescript.ts",
|
|
58452
|
-
"line":
|
|
58482
|
+
"line": 396
|
|
58453
58483
|
},
|
|
58454
58484
|
"name": "testdir",
|
|
58455
58485
|
"type": {
|
|
@@ -58464,7 +58494,7 @@
|
|
|
58464
58494
|
"immutable": true,
|
|
58465
58495
|
"locationInModule": {
|
|
58466
58496
|
"filename": "src/typescript/typescript.ts",
|
|
58467
|
-
"line":
|
|
58497
|
+
"line": 381
|
|
58468
58498
|
},
|
|
58469
58499
|
"name": "tsconfigDev",
|
|
58470
58500
|
"type": {
|
|
@@ -58479,7 +58509,7 @@
|
|
|
58479
58509
|
"immutable": true,
|
|
58480
58510
|
"locationInModule": {
|
|
58481
58511
|
"filename": "src/typescript/typescript.ts",
|
|
58482
|
-
"line":
|
|
58512
|
+
"line": 401
|
|
58483
58513
|
},
|
|
58484
58514
|
"name": "watchTask",
|
|
58485
58515
|
"type": {
|
|
@@ -58493,7 +58523,7 @@
|
|
|
58493
58523
|
"immutable": true,
|
|
58494
58524
|
"locationInModule": {
|
|
58495
58525
|
"filename": "src/typescript/typescript.ts",
|
|
58496
|
-
"line":
|
|
58526
|
+
"line": 372
|
|
58497
58527
|
},
|
|
58498
58528
|
"name": "docgen",
|
|
58499
58529
|
"optional": true,
|
|
@@ -58508,7 +58538,7 @@
|
|
|
58508
58538
|
"immutable": true,
|
|
58509
58539
|
"locationInModule": {
|
|
58510
58540
|
"filename": "src/typescript/typescript.ts",
|
|
58511
|
-
"line":
|
|
58541
|
+
"line": 374
|
|
58512
58542
|
},
|
|
58513
58543
|
"name": "eslint",
|
|
58514
58544
|
"optional": true,
|
|
@@ -58523,7 +58553,7 @@
|
|
|
58523
58553
|
"immutable": true,
|
|
58524
58554
|
"locationInModule": {
|
|
58525
58555
|
"filename": "src/typescript/typescript.ts",
|
|
58526
|
-
"line":
|
|
58556
|
+
"line": 376
|
|
58527
58557
|
},
|
|
58528
58558
|
"name": "tsconfig",
|
|
58529
58559
|
"optional": true,
|
|
@@ -58538,7 +58568,7 @@
|
|
|
58538
58568
|
"immutable": true,
|
|
58539
58569
|
"locationInModule": {
|
|
58540
58570
|
"filename": "src/typescript/typescript.ts",
|
|
58541
|
-
"line":
|
|
58571
|
+
"line": 375
|
|
58542
58572
|
},
|
|
58543
58573
|
"name": "tsconfigEslint",
|
|
58544
58574
|
"optional": true,
|
|
@@ -58562,7 +58592,7 @@
|
|
|
58562
58592
|
"kind": "interface",
|
|
58563
58593
|
"locationInModule": {
|
|
58564
58594
|
"filename": "src/typescript/typescript.ts",
|
|
58565
|
-
"line":
|
|
58595
|
+
"line": 237
|
|
58566
58596
|
},
|
|
58567
58597
|
"name": "TypeScriptProjectOptions",
|
|
58568
58598
|
"namespace": "typescript",
|
|
@@ -58577,7 +58607,7 @@
|
|
|
58577
58607
|
"immutable": true,
|
|
58578
58608
|
"locationInModule": {
|
|
58579
58609
|
"filename": "src/typescript/typescript.ts",
|
|
58580
|
-
"line":
|
|
58610
|
+
"line": 326
|
|
58581
58611
|
},
|
|
58582
58612
|
"name": "disableTsconfig",
|
|
58583
58613
|
"optional": true,
|
|
@@ -58595,7 +58625,7 @@
|
|
|
58595
58625
|
"immutable": true,
|
|
58596
58626
|
"locationInModule": {
|
|
58597
58627
|
"filename": "src/typescript/typescript.ts",
|
|
58598
|
-
"line":
|
|
58628
|
+
"line": 332
|
|
58599
58629
|
},
|
|
58600
58630
|
"name": "disableTsconfigDev",
|
|
58601
58631
|
"optional": true,
|
|
@@ -58613,7 +58643,7 @@
|
|
|
58613
58643
|
"immutable": true,
|
|
58614
58644
|
"locationInModule": {
|
|
58615
58645
|
"filename": "src/typescript/typescript.ts",
|
|
58616
|
-
"line":
|
|
58646
|
+
"line": 292
|
|
58617
58647
|
},
|
|
58618
58648
|
"name": "docgen",
|
|
58619
58649
|
"optional": true,
|
|
@@ -58631,7 +58661,7 @@
|
|
|
58631
58661
|
"immutable": true,
|
|
58632
58662
|
"locationInModule": {
|
|
58633
58663
|
"filename": "src/typescript/typescript.ts",
|
|
58634
|
-
"line":
|
|
58664
|
+
"line": 299
|
|
58635
58665
|
},
|
|
58636
58666
|
"name": "docsDirectory",
|
|
58637
58667
|
"optional": true,
|
|
@@ -58649,7 +58679,7 @@
|
|
|
58649
58679
|
"immutable": true,
|
|
58650
58680
|
"locationInModule": {
|
|
58651
58681
|
"filename": "src/typescript/typescript.ts",
|
|
58652
|
-
"line":
|
|
58682
|
+
"line": 344
|
|
58653
58683
|
},
|
|
58654
58684
|
"name": "entrypointTypes",
|
|
58655
58685
|
"optional": true,
|
|
@@ -58667,7 +58697,7 @@
|
|
|
58667
58697
|
"immutable": true,
|
|
58668
58698
|
"locationInModule": {
|
|
58669
58699
|
"filename": "src/typescript/typescript.ts",
|
|
58670
|
-
"line":
|
|
58700
|
+
"line": 269
|
|
58671
58701
|
},
|
|
58672
58702
|
"name": "eslint",
|
|
58673
58703
|
"optional": true,
|
|
@@ -58685,7 +58715,7 @@
|
|
|
58685
58715
|
"immutable": true,
|
|
58686
58716
|
"locationInModule": {
|
|
58687
58717
|
"filename": "src/typescript/typescript.ts",
|
|
58688
|
-
"line":
|
|
58718
|
+
"line": 275
|
|
58689
58719
|
},
|
|
58690
58720
|
"name": "eslintOptions",
|
|
58691
58721
|
"optional": true,
|
|
@@ -58703,7 +58733,7 @@
|
|
|
58703
58733
|
"immutable": true,
|
|
58704
58734
|
"locationInModule": {
|
|
58705
58735
|
"filename": "src/typescript/typescript.ts",
|
|
58706
|
-
"line":
|
|
58736
|
+
"line": 243
|
|
58707
58737
|
},
|
|
58708
58738
|
"name": "libdir",
|
|
58709
58739
|
"optional": true,
|
|
@@ -58724,7 +58754,7 @@
|
|
|
58724
58754
|
"immutable": true,
|
|
58725
58755
|
"locationInModule": {
|
|
58726
58756
|
"filename": "src/typescript/typescript.ts",
|
|
58727
|
-
"line":
|
|
58757
|
+
"line": 352
|
|
58728
58758
|
},
|
|
58729
58759
|
"name": "projenrcTs",
|
|
58730
58760
|
"optional": true,
|
|
@@ -58741,7 +58771,7 @@
|
|
|
58741
58771
|
"immutable": true,
|
|
58742
58772
|
"locationInModule": {
|
|
58743
58773
|
"filename": "src/typescript/typescript.ts",
|
|
58744
|
-
"line":
|
|
58774
|
+
"line": 357
|
|
58745
58775
|
},
|
|
58746
58776
|
"name": "projenrcTsOptions",
|
|
58747
58777
|
"optional": true,
|
|
@@ -58759,7 +58789,7 @@
|
|
|
58759
58789
|
"immutable": true,
|
|
58760
58790
|
"locationInModule": {
|
|
58761
58791
|
"filename": "src/typescript/typescript.ts",
|
|
58762
|
-
"line":
|
|
58792
|
+
"line": 338
|
|
58763
58793
|
},
|
|
58764
58794
|
"name": "sampleCode",
|
|
58765
58795
|
"optional": true,
|
|
@@ -58777,7 +58807,7 @@
|
|
|
58777
58807
|
"immutable": true,
|
|
58778
58808
|
"locationInModule": {
|
|
58779
58809
|
"filename": "src/typescript/typescript.ts",
|
|
58780
|
-
"line":
|
|
58810
|
+
"line": 250
|
|
58781
58811
|
},
|
|
58782
58812
|
"name": "srcdir",
|
|
58783
58813
|
"optional": true,
|
|
@@ -58796,7 +58826,7 @@
|
|
|
58796
58826
|
"immutable": true,
|
|
58797
58827
|
"locationInModule": {
|
|
58798
58828
|
"filename": "src/typescript/typescript.ts",
|
|
58799
|
-
"line":
|
|
58829
|
+
"line": 262
|
|
58800
58830
|
},
|
|
58801
58831
|
"name": "testdir",
|
|
58802
58832
|
"optional": true,
|
|
@@ -58814,7 +58844,7 @@
|
|
|
58814
58844
|
"immutable": true,
|
|
58815
58845
|
"locationInModule": {
|
|
58816
58846
|
"filename": "src/typescript/typescript.ts",
|
|
58817
|
-
"line":
|
|
58847
|
+
"line": 305
|
|
58818
58848
|
},
|
|
58819
58849
|
"name": "tsconfig",
|
|
58820
58850
|
"optional": true,
|
|
@@ -58832,7 +58862,7 @@
|
|
|
58832
58862
|
"immutable": true,
|
|
58833
58863
|
"locationInModule": {
|
|
58834
58864
|
"filename": "src/typescript/typescript.ts",
|
|
58835
|
-
"line":
|
|
58865
|
+
"line": 311
|
|
58836
58866
|
},
|
|
58837
58867
|
"name": "tsconfigDev",
|
|
58838
58868
|
"optional": true,
|
|
@@ -58850,7 +58880,7 @@
|
|
|
58850
58880
|
"immutable": true,
|
|
58851
58881
|
"locationInModule": {
|
|
58852
58882
|
"filename": "src/typescript/typescript.ts",
|
|
58853
|
-
"line":
|
|
58883
|
+
"line": 318
|
|
58854
58884
|
},
|
|
58855
58885
|
"name": "tsconfigDevFile",
|
|
58856
58886
|
"optional": true,
|
|
@@ -58867,7 +58897,7 @@
|
|
|
58867
58897
|
"immutable": true,
|
|
58868
58898
|
"locationInModule": {
|
|
58869
58899
|
"filename": "src/typescript/typescript.ts",
|
|
58870
|
-
"line":
|
|
58900
|
+
"line": 362
|
|
58871
58901
|
},
|
|
58872
58902
|
"name": "tsJestOptions",
|
|
58873
58903
|
"optional": true,
|
|
@@ -58886,7 +58916,7 @@
|
|
|
58886
58916
|
"immutable": true,
|
|
58887
58917
|
"locationInModule": {
|
|
58888
58918
|
"filename": "src/typescript/typescript.ts",
|
|
58889
|
-
"line":
|
|
58919
|
+
"line": 285
|
|
58890
58920
|
},
|
|
58891
58921
|
"name": "typescriptVersion",
|
|
58892
58922
|
"optional": true,
|
|
@@ -60585,7 +60615,7 @@
|
|
|
60585
60615
|
},
|
|
60586
60616
|
"locationInModule": {
|
|
60587
60617
|
"filename": "src/web/next.ts",
|
|
60588
|
-
"line":
|
|
60618
|
+
"line": 225
|
|
60589
60619
|
},
|
|
60590
60620
|
"parameters": [
|
|
60591
60621
|
{
|
|
@@ -60605,7 +60635,7 @@
|
|
|
60605
60635
|
"kind": "class",
|
|
60606
60636
|
"locationInModule": {
|
|
60607
60637
|
"filename": "src/web/next.ts",
|
|
60608
|
-
"line":
|
|
60638
|
+
"line": 221
|
|
60609
60639
|
},
|
|
60610
60640
|
"name": "NextComponent",
|
|
60611
60641
|
"namespace": "web",
|
|
@@ -60621,7 +60651,7 @@
|
|
|
60621
60651
|
"kind": "interface",
|
|
60622
60652
|
"locationInModule": {
|
|
60623
60653
|
"filename": "src/web/next.ts",
|
|
60624
|
-
"line":
|
|
60654
|
+
"line": 203
|
|
60625
60655
|
},
|
|
60626
60656
|
"name": "NextComponentOptions",
|
|
60627
60657
|
"namespace": "web",
|
|
@@ -60637,7 +60667,7 @@
|
|
|
60637
60667
|
"immutable": true,
|
|
60638
60668
|
"locationInModule": {
|
|
60639
60669
|
"filename": "src/web/next.ts",
|
|
60640
|
-
"line":
|
|
60670
|
+
"line": 218
|
|
60641
60671
|
},
|
|
60642
60672
|
"name": "tailwind",
|
|
60643
60673
|
"optional": true,
|
|
@@ -60655,7 +60685,7 @@
|
|
|
60655
60685
|
"immutable": true,
|
|
60656
60686
|
"locationInModule": {
|
|
60657
60687
|
"filename": "src/web/next.ts",
|
|
60658
|
-
"line":
|
|
60688
|
+
"line": 209
|
|
60659
60689
|
},
|
|
60660
60690
|
"name": "typescript",
|
|
60661
60691
|
"optional": true,
|
|
@@ -60732,7 +60762,7 @@
|
|
|
60732
60762
|
"pjid": "nextjs"
|
|
60733
60763
|
},
|
|
60734
60764
|
"stability": "experimental",
|
|
60735
|
-
"summary": "Next.js project
|
|
60765
|
+
"summary": "Next.js project using JavaScript."
|
|
60736
60766
|
},
|
|
60737
60767
|
"fqn": "projen.web.NextJsProject",
|
|
60738
60768
|
"initializer": {
|
|
@@ -60741,7 +60771,7 @@
|
|
|
60741
60771
|
},
|
|
60742
60772
|
"locationInModule": {
|
|
60743
60773
|
"filename": "src/web/next.ts",
|
|
60744
|
-
"line":
|
|
60774
|
+
"line": 78
|
|
60745
60775
|
},
|
|
60746
60776
|
"parameters": [
|
|
60747
60777
|
{
|
|
@@ -60755,7 +60785,7 @@
|
|
|
60755
60785
|
"kind": "class",
|
|
60756
60786
|
"locationInModule": {
|
|
60757
60787
|
"filename": "src/web/next.ts",
|
|
60758
|
-
"line":
|
|
60788
|
+
"line": 60
|
|
60759
60789
|
},
|
|
60760
60790
|
"name": "NextJsProject",
|
|
60761
60791
|
"namespace": "web",
|
|
@@ -60768,7 +60798,7 @@
|
|
|
60768
60798
|
"immutable": true,
|
|
60769
60799
|
"locationInModule": {
|
|
60770
60800
|
"filename": "src/web/next.ts",
|
|
60771
|
-
"line":
|
|
60801
|
+
"line": 69
|
|
60772
60802
|
},
|
|
60773
60803
|
"name": "assetsdir",
|
|
60774
60804
|
"type": {
|
|
@@ -60783,7 +60813,7 @@
|
|
|
60783
60813
|
"immutable": true,
|
|
60784
60814
|
"locationInModule": {
|
|
60785
60815
|
"filename": "src/web/next.ts",
|
|
60786
|
-
"line":
|
|
60816
|
+
"line": 64
|
|
60787
60817
|
},
|
|
60788
60818
|
"name": "srcdir",
|
|
60789
60819
|
"type": {
|
|
@@ -60799,7 +60829,7 @@
|
|
|
60799
60829
|
"immutable": true,
|
|
60800
60830
|
"locationInModule": {
|
|
60801
60831
|
"filename": "src/web/next.ts",
|
|
60802
|
-
"line":
|
|
60832
|
+
"line": 76
|
|
60803
60833
|
},
|
|
60804
60834
|
"name": "tailwind",
|
|
60805
60835
|
"type": {
|
|
@@ -60875,7 +60905,7 @@
|
|
|
60875
60905
|
"pjid": "nextjs-ts"
|
|
60876
60906
|
},
|
|
60877
60907
|
"stability": "experimental",
|
|
60878
|
-
"summary": "Next.js project
|
|
60908
|
+
"summary": "Next.js project using TypeScript."
|
|
60879
60909
|
},
|
|
60880
60910
|
"fqn": "projen.web.NextJsTypeScriptProject",
|
|
60881
60911
|
"initializer": {
|
|
@@ -60884,7 +60914,7 @@
|
|
|
60884
60914
|
},
|
|
60885
60915
|
"locationInModule": {
|
|
60886
60916
|
"filename": "src/web/next.ts",
|
|
60887
|
-
"line":
|
|
60917
|
+
"line": 127
|
|
60888
60918
|
},
|
|
60889
60919
|
"parameters": [
|
|
60890
60920
|
{
|
|
@@ -60898,7 +60928,7 @@
|
|
|
60898
60928
|
"kind": "class",
|
|
60899
60929
|
"locationInModule": {
|
|
60900
60930
|
"filename": "src/web/next.ts",
|
|
60901
|
-
"line":
|
|
60931
|
+
"line": 109
|
|
60902
60932
|
},
|
|
60903
60933
|
"name": "NextJsTypeScriptProject",
|
|
60904
60934
|
"namespace": "web",
|
|
@@ -60911,7 +60941,7 @@
|
|
|
60911
60941
|
"immutable": true,
|
|
60912
60942
|
"locationInModule": {
|
|
60913
60943
|
"filename": "src/web/next.ts",
|
|
60914
|
-
"line":
|
|
60944
|
+
"line": 118
|
|
60915
60945
|
},
|
|
60916
60946
|
"name": "assetsdir",
|
|
60917
60947
|
"type": {
|
|
@@ -60926,7 +60956,7 @@
|
|
|
60926
60956
|
"immutable": true,
|
|
60927
60957
|
"locationInModule": {
|
|
60928
60958
|
"filename": "src/web/next.ts",
|
|
60929
|
-
"line":
|
|
60959
|
+
"line": 113
|
|
60930
60960
|
},
|
|
60931
60961
|
"name": "srcdir",
|
|
60932
60962
|
"overrides": "projen.typescript.TypeScriptProject",
|
|
@@ -60943,7 +60973,7 @@
|
|
|
60943
60973
|
"immutable": true,
|
|
60944
60974
|
"locationInModule": {
|
|
60945
60975
|
"filename": "src/web/next.ts",
|
|
60946
|
-
"line":
|
|
60976
|
+
"line": 125
|
|
60947
60977
|
},
|
|
60948
60978
|
"name": "tailwind",
|
|
60949
60979
|
"type": {
|
|
@@ -61214,7 +61244,7 @@
|
|
|
61214
61244
|
"pjid": "react"
|
|
61215
61245
|
},
|
|
61216
61246
|
"stability": "experimental",
|
|
61217
|
-
"summary": "React project
|
|
61247
|
+
"summary": "React project using JavaScript."
|
|
61218
61248
|
},
|
|
61219
61249
|
"fqn": "projen.web.ReactProject",
|
|
61220
61250
|
"initializer": {
|
|
@@ -61466,7 +61496,7 @@
|
|
|
61466
61496
|
"pjid": "react-ts"
|
|
61467
61497
|
},
|
|
61468
61498
|
"stability": "experimental",
|
|
61469
|
-
"summary": "React project
|
|
61499
|
+
"summary": "React project using TypeScript."
|
|
61470
61500
|
},
|
|
61471
61501
|
"fqn": "projen.web.ReactTypeScriptProject",
|
|
61472
61502
|
"initializer": {
|
|
@@ -61641,6 +61671,6 @@
|
|
|
61641
61671
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
61642
61672
|
}
|
|
61643
61673
|
},
|
|
61644
|
-
"version": "0.
|
|
61645
|
-
"fingerprint": "
|
|
61674
|
+
"version": "0.79.1",
|
|
61675
|
+
"fingerprint": "NG8qEfaWFHryHNVi0sVGvo+ilDIk0vId+X0/LJ+wEr0="
|
|
61646
61676
|
}
|