projen 0.52.39 → 0.52.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/.jsii +193 -145
  2. package/README.md +2 -2
  3. package/changelog.md +1 -1
  4. package/lib/awscdk/auto-discover.js +3 -3
  5. package/lib/awscdk/awscdk-app-java.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-function.js +2 -2
  15. package/lib/build/build-workflow.js +1 -1
  16. package/lib/cdk/auto-discover-base.js +2 -2
  17. package/lib/cdk/construct-lib.js +1 -1
  18. package/lib/cdk/integration-test-base.js +1 -1
  19. package/lib/cdk/jsii-docgen.js +1 -1
  20. package/lib/cdk/jsii-project.js +1 -1
  21. package/lib/cdk8s/auto-discover.js +2 -2
  22. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  23. package/lib/cdk8s/cdk8s-construct.js +1 -1
  24. package/lib/cdk8s/integration-test.js +1 -1
  25. package/lib/cdktf/cdktf-construct.js +1 -1
  26. package/lib/component.js +1 -1
  27. package/lib/dependencies.js +1 -1
  28. package/lib/dev-env.js +1 -1
  29. package/lib/docker-compose.js +2 -2
  30. package/lib/file.js +1 -1
  31. package/lib/gitattributes.js +1 -1
  32. package/lib/github/auto-approve.js +1 -1
  33. package/lib/github/auto-merge.js +1 -1
  34. package/lib/github/dependabot.js +1 -1
  35. package/lib/github/github-project.js +1 -1
  36. package/lib/github/github.js +1 -1
  37. package/lib/github/mergify.js +1 -1
  38. package/lib/github/pr-template.js +1 -1
  39. package/lib/github/pull-request-lint.js +1 -1
  40. package/lib/github/stale.js +1 -1
  41. package/lib/github/task-workflow.js +1 -1
  42. package/lib/github/workflows-model.d.ts +3 -0
  43. package/lib/github/workflows-model.js +1 -1
  44. package/lib/github/workflows.js +1 -1
  45. package/lib/gitlab/configuration.js +1 -1
  46. package/lib/gitlab/gitlab-configuration.js +1 -1
  47. package/lib/gitlab/nested-configuration.js +1 -1
  48. package/lib/gitpod.js +1 -1
  49. package/lib/ignore-file.js +1 -1
  50. package/lib/ini.js +1 -1
  51. package/lib/java/java-project.js +1 -1
  52. package/lib/java/junit.js +1 -1
  53. package/lib/java/maven-compile.js +1 -1
  54. package/lib/java/maven-packaging.js +1 -1
  55. package/lib/java/maven-sample.js +1 -1
  56. package/lib/java/pom.js +1 -1
  57. package/lib/java/projenrc.js +1 -1
  58. package/lib/javascript/bundler.js +1 -1
  59. package/lib/javascript/eslint.js +1 -1
  60. package/lib/javascript/jest.js +1 -1
  61. package/lib/javascript/node-package.js +1 -1
  62. package/lib/javascript/node-project.js +1 -1
  63. package/lib/javascript/npm-config.js +1 -1
  64. package/lib/javascript/prettier.js +1 -1
  65. package/lib/javascript/projenrc.js +1 -1
  66. package/lib/javascript/typescript-config.js +1 -1
  67. package/lib/javascript/upgrade-dependencies.js +2 -2
  68. package/lib/json.js +1 -1
  69. package/lib/license.js +1 -1
  70. package/lib/logger.js +1 -1
  71. package/lib/makefile.js +1 -1
  72. package/lib/object-file.js +1 -1
  73. package/lib/project-build.js +1 -1
  74. package/lib/project.js +1 -1
  75. package/lib/projects.js +1 -1
  76. package/lib/projenrc-json.js +1 -1
  77. package/lib/python/pip.js +1 -1
  78. package/lib/python/poetry.js +2 -2
  79. package/lib/python/projenrc.js +1 -1
  80. package/lib/python/pytest.js +1 -1
  81. package/lib/python/python-project.js +1 -1
  82. package/lib/python/python-sample.js +1 -1
  83. package/lib/python/requirements-file.js +1 -1
  84. package/lib/python/setuppy.js +1 -1
  85. package/lib/python/setuptools.js +1 -1
  86. package/lib/python/venv.js +1 -1
  87. package/lib/readme.js +1 -1
  88. package/lib/release/publisher.js +1 -1
  89. package/lib/release/release-trigger.js +1 -1
  90. package/lib/release/release.js +1 -1
  91. package/lib/sample-file.js +2 -2
  92. package/lib/semver.js +1 -1
  93. package/lib/source-code.js +1 -1
  94. package/lib/task-runtime.js +1 -1
  95. package/lib/task.js +1 -1
  96. package/lib/tasks.js +1 -1
  97. package/lib/testing.js +1 -1
  98. package/lib/textfile.js +1 -1
  99. package/lib/toml.js +1 -1
  100. package/lib/typescript/projenrc.js +1 -1
  101. package/lib/typescript/typescript-typedoc.js +1 -1
  102. package/lib/typescript/typescript.js +3 -3
  103. package/lib/version.js +1 -1
  104. package/lib/vscode/devcontainer.js +1 -1
  105. package/lib/vscode/launch-config.js +1 -1
  106. package/lib/vscode/vscode.js +1 -1
  107. package/lib/web/next.js +3 -3
  108. package/lib/web/postcss.js +1 -1
  109. package/lib/web/react.js +16 -13
  110. package/lib/web/tailwind.js +1 -1
  111. package/lib/xmlfile.js +1 -1
  112. package/lib/yaml.js +1 -1
  113. package/node_modules/xmlbuilder2/node_modules/@types/node/README.md +1 -1
  114. package/node_modules/xmlbuilder2/node_modules/@types/node/buffer.d.ts +1 -1
  115. package/node_modules/xmlbuilder2/node_modules/@types/node/package.json +2 -2
  116. package/package.json +1 -1
  117. package/releasetag.txt +1 -1
  118. package/version.txt +1 -1
package/.jsii CHANGED
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "name": "projen",
51
51
  "readme": {
52
- "markdown": "# projen\n\n![projen logo](./logo/projen.svg)\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/projen/projen)\n![Build](https://github.com/projen/projen/workflows/Build/badge.svg)\n![Release](https://github.com/projen/projen/workflows/Release/badge.svg)\n![Commit activity](https://img.shields.io/github/commit-activity/w/projen/projen)\n<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->\n[![All Contributors](https://img.shields.io/badge/all_contributors-63-orange.svg?style=flat-square)](#contributors-)\n<!-- ALL-CONTRIBUTORS-BADGE:END -->\n\nDefine and maintain complex project configuration through code.\n\n> JOIN THE [#TemplatesAreEvil] MOVEMENT!\n\n[#TemplatesAreEvil]: https://twitter.com/search?q=%23TemplatesAreEvil\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\nCheck out [this talk](https://youtu.be/SOWMPzXtTCw) about projen.\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\n## Getting Started\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$ git init\n$ npx projen new PROJECT-TYPE\n🤖 Synthesizing project...\n...\n```\n\nCurrently supported project types (use `npx projen new` without a type for a\nlist):\n\n<!-- <macro exec=\"node ./scripts/readme-projects.js\"> -->\n* [awscdk-app-java](https://projen.io/api/API.html#projen-awscdk-awscdkjavaapp) - AWS CDK app in Java.\n* [awscdk-app-ts](https://projen.io/api/API.html#projen-awscdk-awscdktypescriptapp) - AWS CDK app in TypeScript.\n* [awscdk-construct](https://projen.io/api/API.html#projen-awscdk-awscdkconstructlibrary) - AWS CDK construct library project.\n* [cdk8s-app-ts](https://projen.io/api/API.html#projen-cdk8s-cdk8stypescriptapp) - CDK8s app in TypeScript.\n* [cdk8s-construct](https://projen.io/api/API.html#projen-cdk8s-constructlibrarycdk8s) - CDK8s construct library project.\n* [cdktf-construct](https://projen.io/api/API.html#projen-cdktf-constructlibrarycdktf) - CDKTF construct library project.\n* [java](https://projen.io/api/API.html#projen-java-javaproject) - Java project.\n* [jsii](https://projen.io/api/API.html#projen-cdk-jsiiproject) - Multi-language jsii library project.\n* [nextjs](https://projen.io/api/API.html#projen-web-nextjsproject) - Next.js project without TypeScript.\n* [nextjs-ts](https://projen.io/api/API.html#projen-web-nextjstypescriptproject) - Next.js project with TypeScript.\n* [node](https://projen.io/api/API.html#projen-javascript-nodeproject) - Node.js project.\n* [project](https://projen.io/api/API.html#projen-project) - Base project.\n* [python](https://projen.io/api/API.html#projen-python-pythonproject) - Python project.\n* [react](https://projen.io/api/API.html#projen-web-reactproject) - React project without TypeScript.\n* [react-ts](https://projen.io/api/API.html#projen-web-reacttypescriptproject) - React project with TypeScript.\n* [typescript](https://projen.io/api/API.html#projen-typescript-typescriptproject) - TypeScript project.\n* [typescript-app](https://projen.io/api/API.html#projen-typescript-typescriptappproject) - TypeScript app.\n<!-- </macro> -->\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[`python option`](https://github.com/eladb/projen/blob/master/API.md#projen-jsiipythontarget):\n\n```js\nconst project = new JsiiProject({\n // ...\n python: {\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\nit's `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:compile compiles the test code\n projen test Run tests\n projen build Full release build (test+compile)\n projen upgrade-dependencies upgrade dependencies\n projen upgrade-projen upgrade 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 for 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 (manual releases are currently broken! [#726](https://github.com/projen/projen/issues/726))\n* Automated PR builds\n* Automated releases to npm, maven, NuGet and PyPI\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## API Reference\n\nSee [API Reference](https://projen.io/api/API.html) for API details.\n\nIn addition, several projen components and project types are explained with examples at <https://projen.io/> (currently a work in progress!).\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 it's 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, TypeScript, or even JSON. Python support is also planned. 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-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## 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-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n <tr>\n <td align=\"center\"><a href=\"http://eladb.github.com/\"><img src=\"https://avatars3.githubusercontent.com/u/598796?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://rybicki.io/\"><img src=\"https://avatars2.githubusercontent.com/u/5008987?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"http://p6m7g8.github.io/\"><img src=\"https://avatars0.githubusercontent.com/u/34295?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/hoegertn\"><img src=\"https://avatars2.githubusercontent.com/u/1287829?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/kcwinner\"><img src=\"https://avatars3.githubusercontent.com/u/2728868?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/JordanSinko\"><img src=\"https://avatars2.githubusercontent.com/u/10212966?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/misterjoshua\"><img src=\"https://avatars2.githubusercontent.com/u/644092?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Josh Kellendonk</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=misterjoshua\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/andrestone\"><img src=\"https://avatars1.githubusercontent.com/u/7958086?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://pallares.io/\"><img src=\"https://avatars3.githubusercontent.com/u/1077520?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/jogold\"><img src=\"https://avatars2.githubusercontent.com/u/12623249?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"http://www.matthewbonig.com/\"><img src=\"https://avatars2.githubusercontent.com/u/1559437?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/pahud\"><img src=\"https://avatars3.githubusercontent.com/u/278432?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/adamelmore\"><img src=\"https://avatars2.githubusercontent.com/u/2363879?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/abelmokadem\"><img src=\"https://avatars0.githubusercontent.com/u/9717944?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Ash</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=abelmokadem\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/jmourelos\"><img src=\"https://avatars3.githubusercontent.com/u/3878434?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/bigkraig\"><img src=\"https://avatars1.githubusercontent.com/u/508403?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/mmuller88\"><img src=\"https://avatars0.githubusercontent.com/u/18393842?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://tlakomy.com/\"><img src=\"https://avatars2.githubusercontent.com/u/16646517?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/john-tipper\"><img src=\"https://avatars2.githubusercontent.com/u/9730398?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/henrysachs\"><img src=\"https://avatars0.githubusercontent.com/u/17173951?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/eganjs\"><img src=\"https://avatars3.githubusercontent.com/u/6639482?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Joseph Egan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eganjs\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://skorfmann.com/\"><img src=\"https://avatars1.githubusercontent.com/u/136789?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"http://www.callant.net/\"><img src=\"https://avatars1.githubusercontent.com/u/5915843?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/campionfellin\"><img src=\"https://avatars3.githubusercontent.com/u/11984923?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/gradybarrett\"><img src=\"https://avatars1.githubusercontent.com/u/1140074?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/HassanMahmud\"><img src=\"https://avatars3.githubusercontent.com/u/58504381?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://dk.linkedin.com/in/hassanmahmud93\"><img src=\"https://avatars1.githubusercontent.com/u/7426703?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"http://joapy.com/\"><img src=\"https://avatars3.githubusercontent.com/u/325306?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Jake Pearson</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jakepearson\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/JeremyJonas\"><img src=\"https://avatars1.githubusercontent.com/u/464119?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://dev.to/martzcodes\"><img src=\"https://avatars1.githubusercontent.com/u/978362?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Matt Martz</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=martzcodes\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"https://github.com/fongie\"><img src=\"https://avatars1.githubusercontent.com/u/19932622?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://blog.neilkuan.dev/\"><img src=\"https://avatars2.githubusercontent.com/u/46012524?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Neil Kuan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=guan840912\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"https://dynobase.dev/\"><img src=\"https://avatars3.githubusercontent.com/u/3391616?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://keybase.io/romainmuller\"><img src=\"https://avatars2.githubusercontent.com/u/411689?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/thomasklinger1234\"><img src=\"https://avatars1.githubusercontent.com/u/39558817?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Thomas Klinger</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=thomasklinger1234\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/gwriss\"><img src=\"https://avatars2.githubusercontent.com/u/1842089?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Tobias</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gwriss\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"https://github.com/flyingImer\"><img src=\"https://avatars0.githubusercontent.com/u/1973868?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/Hunter-Thompson\"><img src=\"https://avatars.githubusercontent.com/u/20844961?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/mmcculloh-dms\"><img src=\"https://avatars.githubusercontent.com/u/68597641?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/aisamu\"><img src=\"https://avatars.githubusercontent.com/u/431708?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/iliapolo\"><img src=\"https://avatars.githubusercontent.com/u/1428812?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://unsubstantiated.blog/\"><img src=\"https://avatars.githubusercontent.com/u/1308885?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/kanatti\"><img src=\"https://avatars.githubusercontent.com/u/8623654?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"http://twitter.com/bracki\"><img src=\"https://avatars.githubusercontent.com/u/49786?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://polothy.github.io/\"><img src=\"https://avatars.githubusercontent.com/u/634657?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/MrArnoldPalmer\"><img src=\"https://avatars.githubusercontent.com/u/7221111?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://blog.neilkuan.net/\"><img src=\"https://avatars.githubusercontent.com/u/46012524?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://garbe.io/\"><img src=\"https://avatars.githubusercontent.com/u/721899?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://selfstructured.com/\"><img src=\"https://avatars.githubusercontent.com/u/361689?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Shawn MacIntyre</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=smacintyre\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/tobias-bardino\"><img src=\"https://avatars.githubusercontent.com/u/1842089?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/yglcode\"><img src=\"https://avatars.githubusercontent.com/u/11893614?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/eduardomourar\"><img src=\"https://avatars.githubusercontent.com/u/16357187?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/hassanazharkhan\"><img src=\"https://avatars.githubusercontent.com/u/57677979?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><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=\"\"/><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\"><a href=\"https://github.com/lmarsden\"><img src=\"https://avatars.githubusercontent.com/u/51232932?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/adrianmace\"><img src=\"https://avatars.githubusercontent.com/u/5071859?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Adrian Mace</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=adrianmace\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/mKeRix\"><img src=\"https://avatars.githubusercontent.com/u/770596?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/hyandell\"><img src=\"https://avatars.githubusercontent.com/u/477715?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/mwg-rea\"><img src=\"https://avatars.githubusercontent.com/u/82480228?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://willdady.com/\"><img src=\"https://avatars.githubusercontent.com/u/204259?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/msessa\"><img src=\"https://avatars.githubusercontent.com/u/1912143?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/Hi-Fi\"><img src=\"https://avatars.githubusercontent.com/u/1499780?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/njlynch\"><img src=\"https://avatars.githubusercontent.com/u/1376292?v=4?s=100\" width=\"100px;\" alt=\"\"/><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</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"
52
+ "markdown": "# projen\n\n![projen logo](./logo/projen.svg)\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/projen/projen)\n![Build](https://github.com/projen/projen/workflows/Build/badge.svg)\n![Release](https://github.com/projen/projen/workflows/Release/badge.svg)\n![Commit activity](https://img.shields.io/github/commit-activity/w/projen/projen)\n<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->\n[![All Contributors](https://img.shields.io/badge/all_contributors-63-orange.svg?style=flat-square)](#contributors-)\n<!-- ALL-CONTRIBUTORS-BADGE:END -->\n\nDefine and maintain complex project configuration through code.\n\n> JOIN THE [#TemplatesAreEvil] MOVEMENT!\n\n[#TemplatesAreEvil]: https://twitter.com/search?q=%23TemplatesAreEvil\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\nCheck out [this talk](https://youtu.be/SOWMPzXtTCw) about projen.\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\n## Getting Started\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$ git init\n$ npx projen new PROJECT-TYPE\n🤖 Synthesizing project...\n...\n```\n\nCurrently supported project types (use `npx projen new` without a type for a\nlist):\n\n<!-- <macro exec=\"node ./scripts/readme-projects.js\"> -->\n* [awscdk-app-java](https://projen.io/api/API.html#projen-awscdk-awscdkjavaapp) - AWS CDK app in Java.\n* [awscdk-app-ts](https://projen.io/api/API.html#projen-awscdk-awscdktypescriptapp) - AWS CDK app in TypeScript.\n* [awscdk-construct](https://projen.io/api/API.html#projen-awscdk-awscdkconstructlibrary) - AWS CDK construct library project.\n* [cdk8s-app-ts](https://projen.io/api/API.html#projen-cdk8s-cdk8stypescriptapp) - CDK8s app in TypeScript.\n* [cdk8s-construct](https://projen.io/api/API.html#projen-cdk8s-constructlibrarycdk8s) - CDK8s construct library project.\n* [cdktf-construct](https://projen.io/api/API.html#projen-cdktf-constructlibrarycdktf) - CDKTF construct library project.\n* [java](https://projen.io/api/API.html#projen-java-javaproject) - Java project.\n* [jsii](https://projen.io/api/API.html#projen-cdk-jsiiproject) - Multi-language jsii library project.\n* [nextjs](https://projen.io/api/API.html#projen-web-nextjsproject) - Next.js project without TypeScript.\n* [nextjs-ts](https://projen.io/api/API.html#projen-web-nextjstypescriptproject) - Next.js project with TypeScript.\n* [node](https://projen.io/api/API.html#projen-javascript-nodeproject) - Node.js project.\n* [project](https://projen.io/api/API.html#projen-project) - Base project.\n* [python](https://projen.io/api/API.html#projen-python-pythonproject) - Python project.\n* [react](https://projen.io/api/API.html#projen-web-reactproject) - React project without TypeScript.\n* [react-ts](https://projen.io/api/API.html#projen-web-reacttypescriptproject) - React project with TypeScript.\n* [typescript](https://projen.io/api/API.html#projen-typescript-typescriptproject) - TypeScript project.\n* [typescript-app](https://projen.io/api/API.html#projen-typescript-typescriptappproject) - TypeScript app.\n<!-- </macro> -->\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[`python option`](https://github.com/eladb/projen/blob/master/API.md#projen-jsiipythontarget):\n\n```js\nconst project = new JsiiProject({\n // ...\n python: {\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:compile compiles the test code\n projen test Run tests\n projen build Full release build (test+compile)\n projen upgrade-dependencies upgrade dependencies\n projen upgrade-projen upgrade 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 for 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 (manual releases are currently broken! [#726](https://github.com/projen/projen/issues/726))\n* Automated PR builds\n* Automated releases to npm, maven, NuGet and PyPI\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## API Reference\n\nSee [API Reference](https://projen.io/api/API.html) for API details.\n\nIn addition, several projen components and project types are explained with examples at <https://projen.io/> (currently a work in progress!).\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, TypeScript, or even JSON. Python support is also planned. 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-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## 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-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n <tr>\n <td align=\"center\"><a href=\"http://eladb.github.com/\"><img src=\"https://avatars3.githubusercontent.com/u/598796?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://rybicki.io/\"><img src=\"https://avatars2.githubusercontent.com/u/5008987?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"http://p6m7g8.github.io/\"><img src=\"https://avatars0.githubusercontent.com/u/34295?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/hoegertn\"><img src=\"https://avatars2.githubusercontent.com/u/1287829?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/kcwinner\"><img src=\"https://avatars3.githubusercontent.com/u/2728868?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/JordanSinko\"><img src=\"https://avatars2.githubusercontent.com/u/10212966?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/misterjoshua\"><img src=\"https://avatars2.githubusercontent.com/u/644092?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Josh Kellendonk</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=misterjoshua\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/andrestone\"><img src=\"https://avatars1.githubusercontent.com/u/7958086?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://pallares.io/\"><img src=\"https://avatars3.githubusercontent.com/u/1077520?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/jogold\"><img src=\"https://avatars2.githubusercontent.com/u/12623249?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"http://www.matthewbonig.com/\"><img src=\"https://avatars2.githubusercontent.com/u/1559437?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/pahud\"><img src=\"https://avatars3.githubusercontent.com/u/278432?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/adamelmore\"><img src=\"https://avatars2.githubusercontent.com/u/2363879?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/abelmokadem\"><img src=\"https://avatars0.githubusercontent.com/u/9717944?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Ash</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=abelmokadem\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/jmourelos\"><img src=\"https://avatars3.githubusercontent.com/u/3878434?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/bigkraig\"><img src=\"https://avatars1.githubusercontent.com/u/508403?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/mmuller88\"><img src=\"https://avatars0.githubusercontent.com/u/18393842?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://tlakomy.com/\"><img src=\"https://avatars2.githubusercontent.com/u/16646517?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/john-tipper\"><img src=\"https://avatars2.githubusercontent.com/u/9730398?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/henrysachs\"><img src=\"https://avatars0.githubusercontent.com/u/17173951?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/eganjs\"><img src=\"https://avatars3.githubusercontent.com/u/6639482?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Joseph Egan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eganjs\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://skorfmann.com/\"><img src=\"https://avatars1.githubusercontent.com/u/136789?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"http://www.callant.net/\"><img src=\"https://avatars1.githubusercontent.com/u/5915843?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/campionfellin\"><img src=\"https://avatars3.githubusercontent.com/u/11984923?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/gradybarrett\"><img src=\"https://avatars1.githubusercontent.com/u/1140074?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/HassanMahmud\"><img src=\"https://avatars3.githubusercontent.com/u/58504381?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://dk.linkedin.com/in/hassanmahmud93\"><img src=\"https://avatars1.githubusercontent.com/u/7426703?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"http://joapy.com/\"><img src=\"https://avatars3.githubusercontent.com/u/325306?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Jake Pearson</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jakepearson\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/JeremyJonas\"><img src=\"https://avatars1.githubusercontent.com/u/464119?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://dev.to/martzcodes\"><img src=\"https://avatars1.githubusercontent.com/u/978362?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Matt Martz</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=martzcodes\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"https://github.com/fongie\"><img src=\"https://avatars1.githubusercontent.com/u/19932622?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://blog.neilkuan.dev/\"><img src=\"https://avatars2.githubusercontent.com/u/46012524?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Neil Kuan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=guan840912\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"https://dynobase.dev/\"><img src=\"https://avatars3.githubusercontent.com/u/3391616?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://keybase.io/romainmuller\"><img src=\"https://avatars2.githubusercontent.com/u/411689?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/thomasklinger1234\"><img src=\"https://avatars1.githubusercontent.com/u/39558817?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Thomas Klinger</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=thomasklinger1234\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/gwriss\"><img src=\"https://avatars2.githubusercontent.com/u/1842089?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Tobias</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gwriss\" title=\"Code\">💻</a></td>\n <td align=\"center\"><a href=\"https://github.com/flyingImer\"><img src=\"https://avatars0.githubusercontent.com/u/1973868?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/Hunter-Thompson\"><img src=\"https://avatars.githubusercontent.com/u/20844961?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/mmcculloh-dms\"><img src=\"https://avatars.githubusercontent.com/u/68597641?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/aisamu\"><img src=\"https://avatars.githubusercontent.com/u/431708?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/iliapolo\"><img src=\"https://avatars.githubusercontent.com/u/1428812?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://unsubstantiated.blog/\"><img src=\"https://avatars.githubusercontent.com/u/1308885?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/kanatti\"><img src=\"https://avatars.githubusercontent.com/u/8623654?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"http://twitter.com/bracki\"><img src=\"https://avatars.githubusercontent.com/u/49786?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://polothy.github.io/\"><img src=\"https://avatars.githubusercontent.com/u/634657?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/MrArnoldPalmer\"><img src=\"https://avatars.githubusercontent.com/u/7221111?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://blog.neilkuan.net/\"><img src=\"https://avatars.githubusercontent.com/u/46012524?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://garbe.io/\"><img src=\"https://avatars.githubusercontent.com/u/721899?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://selfstructured.com/\"><img src=\"https://avatars.githubusercontent.com/u/361689?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Shawn MacIntyre</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=smacintyre\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/tobias-bardino\"><img src=\"https://avatars.githubusercontent.com/u/1842089?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/yglcode\"><img src=\"https://avatars.githubusercontent.com/u/11893614?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/eduardomourar\"><img src=\"https://avatars.githubusercontent.com/u/16357187?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/hassanazharkhan\"><img src=\"https://avatars.githubusercontent.com/u/57677979?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><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=\"\"/><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\"><a href=\"https://github.com/lmarsden\"><img src=\"https://avatars.githubusercontent.com/u/51232932?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/adrianmace\"><img src=\"https://avatars.githubusercontent.com/u/5071859?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Adrian Mace</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=adrianmace\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\"><a href=\"https://github.com/mKeRix\"><img src=\"https://avatars.githubusercontent.com/u/770596?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/hyandell\"><img src=\"https://avatars.githubusercontent.com/u/477715?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/mwg-rea\"><img src=\"https://avatars.githubusercontent.com/u/82480228?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://willdady.com/\"><img src=\"https://avatars.githubusercontent.com/u/204259?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/msessa\"><img src=\"https://avatars.githubusercontent.com/u/1912143?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/Hi-Fi\"><img src=\"https://avatars.githubusercontent.com/u/1499780?v=4?s=100\" width=\"100px;\" alt=\"\"/><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\"><a href=\"https://github.com/njlynch\"><img src=\"https://avatars.githubusercontent.com/u/1376292?v=4?s=100\" width=\"100px;\" alt=\"\"/><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</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"
53
53
  },
54
54
  "repository": {
55
55
  "type": "git",
@@ -17870,7 +17870,7 @@
17870
17870
  "kind": "interface",
17871
17871
  "locationInModule": {
17872
17872
  "filename": "src/github/workflows-model.ts",
17873
- "line": 697
17873
+ "line": 700
17874
17874
  },
17875
17875
  "name": "BranchProtectionRuleOptions",
17876
17876
  "namespace": "github.workflows",
@@ -17887,7 +17887,7 @@
17887
17887
  "immutable": true,
17888
17888
  "locationInModule": {
17889
17889
  "filename": "src/github/workflows-model.ts",
17890
- "line": 703
17890
+ "line": 706
17891
17891
  },
17892
17892
  "name": "types",
17893
17893
  "optional": true,
@@ -17914,7 +17914,7 @@
17914
17914
  "kind": "interface",
17915
17915
  "locationInModule": {
17916
17916
  "filename": "src/github/workflows-model.ts",
17917
- "line": 709
17917
+ "line": 712
17918
17918
  },
17919
17919
  "name": "CheckRunOptions",
17920
17920
  "namespace": "github.workflows",
@@ -17931,7 +17931,7 @@
17931
17931
  "immutable": true,
17932
17932
  "locationInModule": {
17933
17933
  "filename": "src/github/workflows-model.ts",
17934
- "line": 715
17934
+ "line": 718
17935
17935
  },
17936
17936
  "name": "types",
17937
17937
  "optional": true,
@@ -17958,7 +17958,7 @@
17958
17958
  "kind": "interface",
17959
17959
  "locationInModule": {
17960
17960
  "filename": "src/github/workflows-model.ts",
17961
- "line": 723
17961
+ "line": 726
17962
17962
  },
17963
17963
  "name": "CheckSuiteOptions",
17964
17964
  "namespace": "github.workflows",
@@ -17975,7 +17975,7 @@
17975
17975
  "immutable": true,
17976
17976
  "locationInModule": {
17977
17977
  "filename": "src/github/workflows-model.ts",
17978
- "line": 729
17978
+ "line": 732
17979
17979
  },
17980
17980
  "name": "types",
17981
17981
  "optional": true,
@@ -18002,7 +18002,7 @@
18002
18002
  "kind": "interface",
18003
18003
  "locationInModule": {
18004
18004
  "filename": "src/github/workflows-model.ts",
18005
- "line": 434
18005
+ "line": 437
18006
18006
  },
18007
18007
  "name": "ContainerCredentials",
18008
18008
  "namespace": "github.workflows",
@@ -18016,7 +18016,7 @@
18016
18016
  "immutable": true,
18017
18017
  "locationInModule": {
18018
18018
  "filename": "src/github/workflows-model.ts",
18019
- "line": 439
18019
+ "line": 442
18020
18020
  },
18021
18021
  "name": "password",
18022
18022
  "type": {
@@ -18032,7 +18032,7 @@
18032
18032
  "immutable": true,
18033
18033
  "locationInModule": {
18034
18034
  "filename": "src/github/workflows-model.ts",
18035
- "line": 436
18035
+ "line": 439
18036
18036
  },
18037
18037
  "name": "username",
18038
18038
  "type": {
@@ -18053,7 +18053,7 @@
18053
18053
  "kind": "interface",
18054
18054
  "locationInModule": {
18055
18055
  "filename": "src/github/workflows-model.ts",
18056
- "line": 387
18056
+ "line": 390
18057
18057
  },
18058
18058
  "name": "ContainerOptions",
18059
18059
  "namespace": "github.workflows",
@@ -18068,7 +18068,7 @@
18068
18068
  "immutable": true,
18069
18069
  "locationInModule": {
18070
18070
  "filename": "src/github/workflows-model.ts",
18071
- "line": 392
18071
+ "line": 395
18072
18072
  },
18073
18073
  "name": "image",
18074
18074
  "type": {
@@ -18085,7 +18085,7 @@
18085
18085
  "immutable": true,
18086
18086
  "locationInModule": {
18087
18087
  "filename": "src/github/workflows-model.ts",
18088
- "line": 400
18088
+ "line": 403
18089
18089
  },
18090
18090
  "name": "credentials",
18091
18091
  "optional": true,
@@ -18102,7 +18102,7 @@
18102
18102
  "immutable": true,
18103
18103
  "locationInModule": {
18104
18104
  "filename": "src/github/workflows-model.ts",
18105
- "line": 405
18105
+ "line": 408
18106
18106
  },
18107
18107
  "name": "env",
18108
18108
  "optional": true,
@@ -18125,7 +18125,7 @@
18125
18125
  "immutable": true,
18126
18126
  "locationInModule": {
18127
18127
  "filename": "src/github/workflows-model.ts",
18128
- "line": 428
18128
+ "line": 431
18129
18129
  },
18130
18130
  "name": "options",
18131
18131
  "optional": true,
@@ -18147,7 +18147,7 @@
18147
18147
  "immutable": true,
18148
18148
  "locationInModule": {
18149
18149
  "filename": "src/github/workflows-model.ts",
18150
- "line": 410
18150
+ "line": 413
18151
18151
  },
18152
18152
  "name": "ports",
18153
18153
  "optional": true,
@@ -18170,7 +18170,7 @@
18170
18170
  "immutable": true,
18171
18171
  "locationInModule": {
18172
18172
  "filename": "src/github/workflows-model.ts",
18173
- "line": 421
18173
+ "line": 424
18174
18174
  },
18175
18175
  "name": "volumes",
18176
18176
  "optional": true,
@@ -18197,7 +18197,7 @@
18197
18197
  "kind": "interface",
18198
18198
  "locationInModule": {
18199
18199
  "filename": "src/github/workflows-model.ts",
18200
- "line": 1073
18200
+ "line": 1076
18201
18201
  },
18202
18202
  "name": "CreateOptions",
18203
18203
  "namespace": "github.workflows",
@@ -18214,7 +18214,7 @@
18214
18214
  "kind": "interface",
18215
18215
  "locationInModule": {
18216
18216
  "filename": "src/github/workflows-model.ts",
18217
- "line": 675
18217
+ "line": 678
18218
18218
  },
18219
18219
  "name": "CronScheduleOptions",
18220
18220
  "namespace": "github.workflows",
@@ -18228,7 +18228,7 @@
18228
18228
  "immutable": true,
18229
18229
  "locationInModule": {
18230
18230
  "filename": "src/github/workflows-model.ts",
18231
- "line": 679
18231
+ "line": 682
18232
18232
  },
18233
18233
  "name": "cron",
18234
18234
  "type": {
@@ -18249,7 +18249,7 @@
18249
18249
  "kind": "interface",
18250
18250
  "locationInModule": {
18251
18251
  "filename": "src/github/workflows-model.ts",
18252
- "line": 1078
18252
+ "line": 1081
18253
18253
  },
18254
18254
  "name": "DeleteOptions",
18255
18255
  "namespace": "github.workflows",
@@ -18266,7 +18266,7 @@
18266
18266
  "kind": "interface",
18267
18267
  "locationInModule": {
18268
18268
  "filename": "src/github/workflows-model.ts",
18269
- "line": 1083
18269
+ "line": 1086
18270
18270
  },
18271
18271
  "name": "DeploymentOptions",
18272
18272
  "namespace": "github.workflows",
@@ -18283,7 +18283,7 @@
18283
18283
  "kind": "interface",
18284
18284
  "locationInModule": {
18285
18285
  "filename": "src/github/workflows-model.ts",
18286
- "line": 1088
18286
+ "line": 1091
18287
18287
  },
18288
18288
  "name": "DeploymentStatusOptions",
18289
18289
  "namespace": "github.workflows",
@@ -18300,7 +18300,7 @@
18300
18300
  "kind": "interface",
18301
18301
  "locationInModule": {
18302
18302
  "filename": "src/github/workflows-model.ts",
18303
- "line": 760
18303
+ "line": 763
18304
18304
  },
18305
18305
  "name": "DiscussionCommentOptions",
18306
18306
  "namespace": "github.workflows",
@@ -18317,7 +18317,7 @@
18317
18317
  "immutable": true,
18318
18318
  "locationInModule": {
18319
18319
  "filename": "src/github/workflows-model.ts",
18320
- "line": 766
18320
+ "line": 769
18321
18321
  },
18322
18322
  "name": "types",
18323
18323
  "optional": true,
@@ -18344,7 +18344,7 @@
18344
18344
  "kind": "interface",
18345
18345
  "locationInModule": {
18346
18346
  "filename": "src/github/workflows-model.ts",
18347
- "line": 735
18347
+ "line": 738
18348
18348
  },
18349
18349
  "name": "DiscussionOptions",
18350
18350
  "namespace": "github.workflows",
@@ -18361,7 +18361,7 @@
18361
18361
  "immutable": true,
18362
18362
  "locationInModule": {
18363
18363
  "filename": "src/github/workflows-model.ts",
18364
- "line": 741
18364
+ "line": 744
18365
18365
  },
18366
18366
  "name": "types",
18367
18367
  "optional": true,
@@ -18388,7 +18388,7 @@
18388
18388
  "kind": "interface",
18389
18389
  "locationInModule": {
18390
18390
  "filename": "src/github/workflows-model.ts",
18391
- "line": 1093
18391
+ "line": 1096
18392
18392
  },
18393
18393
  "name": "ForkOptions",
18394
18394
  "namespace": "github.workflows",
@@ -18405,7 +18405,7 @@
18405
18405
  "kind": "interface",
18406
18406
  "locationInModule": {
18407
18407
  "filename": "src/github/workflows-model.ts",
18408
- "line": 1098
18408
+ "line": 1101
18409
18409
  },
18410
18410
  "name": "GollumOptions",
18411
18411
  "namespace": "github.workflows",
@@ -18422,7 +18422,7 @@
18422
18422
  "kind": "interface",
18423
18423
  "locationInModule": {
18424
18424
  "filename": "src/github/workflows-model.ts",
18425
- "line": 772
18425
+ "line": 775
18426
18426
  },
18427
18427
  "name": "IssueCommentOptions",
18428
18428
  "namespace": "github.workflows",
@@ -18439,7 +18439,7 @@
18439
18439
  "immutable": true,
18440
18440
  "locationInModule": {
18441
18441
  "filename": "src/github/workflows-model.ts",
18442
- "line": 778
18442
+ "line": 781
18443
18443
  },
18444
18444
  "name": "types",
18445
18445
  "optional": true,
@@ -18466,7 +18466,7 @@
18466
18466
  "kind": "interface",
18467
18467
  "locationInModule": {
18468
18468
  "filename": "src/github/workflows-model.ts",
18469
- "line": 784
18469
+ "line": 787
18470
18470
  },
18471
18471
  "name": "IssuesOptions",
18472
18472
  "namespace": "github.workflows",
@@ -18483,7 +18483,7 @@
18483
18483
  "immutable": true,
18484
18484
  "locationInModule": {
18485
18485
  "filename": "src/github/workflows-model.ts",
18486
- "line": 790
18486
+ "line": 793
18487
18487
  },
18488
18488
  "name": "types",
18489
18489
  "optional": true,
@@ -18864,7 +18864,7 @@
18864
18864
  "kind": "interface",
18865
18865
  "locationInModule": {
18866
18866
  "filename": "src/github/workflows-model.ts",
18867
- "line": 235
18867
+ "line": 238
18868
18868
  },
18869
18869
  "name": "JobDefaults",
18870
18870
  "namespace": "github.workflows",
@@ -18878,7 +18878,7 @@
18878
18878
  "immutable": true,
18879
18879
  "locationInModule": {
18880
18880
  "filename": "src/github/workflows-model.ts",
18881
- "line": 237
18881
+ "line": 240
18882
18882
  },
18883
18883
  "name": "run",
18884
18884
  "optional": true,
@@ -18900,7 +18900,7 @@
18900
18900
  "kind": "interface",
18901
18901
  "locationInModule": {
18902
18902
  "filename": "src/github/workflows-model.ts",
18903
- "line": 357
18903
+ "line": 360
18904
18904
  },
18905
18905
  "name": "JobMatrix",
18906
18906
  "namespace": "github.workflows",
@@ -18915,7 +18915,7 @@
18915
18915
  "immutable": true,
18916
18916
  "locationInModule": {
18917
18917
  "filename": "src/github/workflows-model.ts",
18918
- "line": 366
18918
+ "line": 369
18919
18919
  },
18920
18920
  "name": "domain",
18921
18921
  "optional": true,
@@ -18955,7 +18955,7 @@
18955
18955
  "immutable": true,
18956
18956
  "locationInModule": {
18957
18957
  "filename": "src/github/workflows-model.ts",
18958
- "line": 381
18958
+ "line": 384
18959
18959
  },
18960
18960
  "name": "exclude",
18961
18961
  "optional": true,
@@ -18995,7 +18995,7 @@
18995
18995
  "immutable": true,
18996
18996
  "locationInModule": {
18997
18997
  "filename": "src/github/workflows-model.ts",
18998
- "line": 374
18998
+ "line": 377
18999
18999
  },
19000
19000
  "name": "include",
19001
19001
  "optional": true,
@@ -19038,7 +19038,7 @@
19038
19038
  "kind": "enum",
19039
19039
  "locationInModule": {
19040
19040
  "filename": "src/github/workflows-model.ts",
19041
- "line": 206
19041
+ "line": 209
19042
19042
  },
19043
19043
  "members": [
19044
19044
  {
@@ -19148,6 +19148,22 @@
19148
19148
  "fqn": "projen.github.workflows.JobPermission"
19149
19149
  }
19150
19150
  },
19151
+ {
19152
+ "abstract": true,
19153
+ "docs": {
19154
+ "stability": "experimental"
19155
+ },
19156
+ "immutable": true,
19157
+ "locationInModule": {
19158
+ "filename": "src/github/workflows-model.ts",
19159
+ "line": 197
19160
+ },
19161
+ "name": "discussions",
19162
+ "optional": true,
19163
+ "type": {
19164
+ "fqn": "projen.github.workflows.JobPermission"
19165
+ }
19166
+ },
19151
19167
  {
19152
19168
  "abstract": true,
19153
19169
  "docs": {
@@ -19158,7 +19174,7 @@
19158
19174
  "filename": "src/github/workflows-model.ts",
19159
19175
  "line": 195
19160
19176
  },
19161
- "name": "issues",
19177
+ "name": "idToken",
19162
19178
  "optional": true,
19163
19179
  "type": {
19164
19180
  "fqn": "projen.github.workflows.JobPermission"
@@ -19174,6 +19190,22 @@
19174
19190
  "filename": "src/github/workflows-model.ts",
19175
19191
  "line": 196
19176
19192
  },
19193
+ "name": "issues",
19194
+ "optional": true,
19195
+ "type": {
19196
+ "fqn": "projen.github.workflows.JobPermission"
19197
+ }
19198
+ },
19199
+ {
19200
+ "abstract": true,
19201
+ "docs": {
19202
+ "stability": "experimental"
19203
+ },
19204
+ "immutable": true,
19205
+ "locationInModule": {
19206
+ "filename": "src/github/workflows-model.ts",
19207
+ "line": 198
19208
+ },
19177
19209
  "name": "packages",
19178
19210
  "optional": true,
19179
19211
  "type": {
@@ -19188,7 +19220,23 @@
19188
19220
  "immutable": true,
19189
19221
  "locationInModule": {
19190
19222
  "filename": "src/github/workflows-model.ts",
19191
- "line": 197
19223
+ "line": 199
19224
+ },
19225
+ "name": "pages",
19226
+ "optional": true,
19227
+ "type": {
19228
+ "fqn": "projen.github.workflows.JobPermission"
19229
+ }
19230
+ },
19231
+ {
19232
+ "abstract": true,
19233
+ "docs": {
19234
+ "stability": "experimental"
19235
+ },
19236
+ "immutable": true,
19237
+ "locationInModule": {
19238
+ "filename": "src/github/workflows-model.ts",
19239
+ "line": 200
19192
19240
  },
19193
19241
  "name": "pullRequests",
19194
19242
  "optional": true,
@@ -19204,7 +19252,7 @@
19204
19252
  "immutable": true,
19205
19253
  "locationInModule": {
19206
19254
  "filename": "src/github/workflows-model.ts",
19207
- "line": 198
19255
+ "line": 201
19208
19256
  },
19209
19257
  "name": "repositoryProjects",
19210
19258
  "optional": true,
@@ -19220,7 +19268,7 @@
19220
19268
  "immutable": true,
19221
19269
  "locationInModule": {
19222
19270
  "filename": "src/github/workflows-model.ts",
19223
- "line": 199
19271
+ "line": 202
19224
19272
  },
19225
19273
  "name": "securityEvents",
19226
19274
  "optional": true,
@@ -19236,7 +19284,7 @@
19236
19284
  "immutable": true,
19237
19285
  "locationInModule": {
19238
19286
  "filename": "src/github/workflows-model.ts",
19239
- "line": 200
19287
+ "line": 203
19240
19288
  },
19241
19289
  "name": "statuses",
19242
19290
  "optional": true,
@@ -19258,7 +19306,7 @@
19258
19306
  "kind": "interface",
19259
19307
  "locationInModule": {
19260
19308
  "filename": "src/github/workflows-model.ts",
19261
- "line": 260
19309
+ "line": 263
19262
19310
  },
19263
19311
  "name": "JobStep",
19264
19312
  "namespace": "github.workflows",
@@ -19273,7 +19321,7 @@
19273
19321
  "immutable": true,
19274
19322
  "locationInModule": {
19275
19323
  "filename": "src/github/workflows-model.ts",
19276
- "line": 311
19324
+ "line": 314
19277
19325
  },
19278
19326
  "name": "continueOnError",
19279
19327
  "optional": true,
@@ -19291,7 +19339,7 @@
19291
19339
  "immutable": true,
19292
19340
  "locationInModule": {
19293
19341
  "filename": "src/github/workflows-model.ts",
19294
- "line": 305
19342
+ "line": 308
19295
19343
  },
19296
19344
  "name": "env",
19297
19345
  "optional": true,
@@ -19314,7 +19362,7 @@
19314
19362
  "immutable": true,
19315
19363
  "locationInModule": {
19316
19364
  "filename": "src/github/workflows-model.ts",
19317
- "line": 265
19365
+ "line": 268
19318
19366
  },
19319
19367
  "name": "id",
19320
19368
  "optional": true,
@@ -19332,7 +19380,7 @@
19332
19380
  "immutable": true,
19333
19381
  "locationInModule": {
19334
19382
  "filename": "src/github/workflows-model.ts",
19335
- "line": 272
19383
+ "line": 275
19336
19384
  },
19337
19385
  "name": "if",
19338
19386
  "optional": true,
@@ -19349,7 +19397,7 @@
19349
19397
  "immutable": true,
19350
19398
  "locationInModule": {
19351
19399
  "filename": "src/github/workflows-model.ts",
19352
- "line": 277
19400
+ "line": 280
19353
19401
  },
19354
19402
  "name": "name",
19355
19403
  "optional": true,
@@ -19367,7 +19415,7 @@
19367
19415
  "immutable": true,
19368
19416
  "locationInModule": {
19369
19417
  "filename": "src/github/workflows-model.ts",
19370
- "line": 292
19418
+ "line": 295
19371
19419
  },
19372
19420
  "name": "run",
19373
19421
  "optional": true,
@@ -19384,7 +19432,7 @@
19384
19432
  "immutable": true,
19385
19433
  "locationInModule": {
19386
19434
  "filename": "src/github/workflows-model.ts",
19387
- "line": 316
19435
+ "line": 319
19388
19436
  },
19389
19437
  "name": "timeoutMinutes",
19390
19438
  "optional": true,
@@ -19402,7 +19450,7 @@
19402
19450
  "immutable": true,
19403
19451
  "locationInModule": {
19404
19452
  "filename": "src/github/workflows-model.ts",
19405
- "line": 285
19453
+ "line": 288
19406
19454
  },
19407
19455
  "name": "uses",
19408
19456
  "optional": true,
@@ -19420,7 +19468,7 @@
19420
19468
  "immutable": true,
19421
19469
  "locationInModule": {
19422
19470
  "filename": "src/github/workflows-model.ts",
19423
- "line": 299
19471
+ "line": 302
19424
19472
  },
19425
19473
  "name": "with",
19426
19474
  "optional": true,
@@ -19447,7 +19495,7 @@
19447
19495
  "kind": "interface",
19448
19496
  "locationInModule": {
19449
19497
  "filename": "src/github/workflows-model.ts",
19450
- "line": 220
19498
+ "line": 223
19451
19499
  },
19452
19500
  "name": "JobStepOutput",
19453
19501
  "namespace": "github.workflows",
@@ -19461,7 +19509,7 @@
19461
19509
  "immutable": true,
19462
19510
  "locationInModule": {
19463
19511
  "filename": "src/github/workflows-model.ts",
19464
- "line": 229
19512
+ "line": 232
19465
19513
  },
19466
19514
  "name": "outputName",
19467
19515
  "type": {
@@ -19477,7 +19525,7 @@
19477
19525
  "immutable": true,
19478
19526
  "locationInModule": {
19479
19527
  "filename": "src/github/workflows-model.ts",
19480
- "line": 224
19528
+ "line": 227
19481
19529
  },
19482
19530
  "name": "stepId",
19483
19531
  "type": {
@@ -19499,7 +19547,7 @@
19499
19547
  "kind": "interface",
19500
19548
  "locationInModule": {
19501
19549
  "filename": "src/github/workflows-model.ts",
19502
- "line": 323
19550
+ "line": 326
19503
19551
  },
19504
19552
  "name": "JobStrategy",
19505
19553
  "namespace": "github.workflows",
@@ -19514,7 +19562,7 @@
19514
19562
  "immutable": true,
19515
19563
  "locationInModule": {
19516
19564
  "filename": "src/github/workflows-model.ts",
19517
- "line": 341
19565
+ "line": 344
19518
19566
  },
19519
19567
  "name": "failFast",
19520
19568
  "optional": true,
@@ -19532,7 +19580,7 @@
19532
19580
  "immutable": true,
19533
19581
  "locationInModule": {
19534
19582
  "filename": "src/github/workflows-model.ts",
19535
- "line": 335
19583
+ "line": 338
19536
19584
  },
19537
19585
  "name": "matrix",
19538
19586
  "optional": true,
@@ -19550,7 +19598,7 @@
19550
19598
  "immutable": true,
19551
19599
  "locationInModule": {
19552
19600
  "filename": "src/github/workflows-model.ts",
19553
- "line": 349
19601
+ "line": 352
19554
19602
  },
19555
19603
  "name": "maxParallel",
19556
19604
  "optional": true,
@@ -19572,7 +19620,7 @@
19572
19620
  "kind": "interface",
19573
19621
  "locationInModule": {
19574
19622
  "filename": "src/github/workflows-model.ts",
19575
- "line": 813
19623
+ "line": 816
19576
19624
  },
19577
19625
  "name": "LabelOptions",
19578
19626
  "namespace": "github.workflows",
@@ -19589,7 +19637,7 @@
19589
19637
  "immutable": true,
19590
19638
  "locationInModule": {
19591
19639
  "filename": "src/github/workflows-model.ts",
19592
- "line": 819
19640
+ "line": 822
19593
19641
  },
19594
19642
  "name": "types",
19595
19643
  "optional": true,
@@ -19616,7 +19664,7 @@
19616
19664
  "kind": "interface",
19617
19665
  "locationInModule": {
19618
19666
  "filename": "src/github/workflows-model.ts",
19619
- "line": 825
19667
+ "line": 828
19620
19668
  },
19621
19669
  "name": "MilestoneOptions",
19622
19670
  "namespace": "github.workflows",
@@ -19633,7 +19681,7 @@
19633
19681
  "immutable": true,
19634
19682
  "locationInModule": {
19635
19683
  "filename": "src/github/workflows-model.ts",
19636
- "line": 831
19684
+ "line": 834
19637
19685
  },
19638
19686
  "name": "types",
19639
19687
  "optional": true,
@@ -19660,7 +19708,7 @@
19660
19708
  "kind": "interface",
19661
19709
  "locationInModule": {
19662
19710
  "filename": "src/github/workflows-model.ts",
19663
- "line": 1103
19711
+ "line": 1106
19664
19712
  },
19665
19713
  "name": "PageBuildOptions",
19666
19714
  "namespace": "github.workflows",
@@ -19677,7 +19725,7 @@
19677
19725
  "kind": "interface",
19678
19726
  "locationInModule": {
19679
19727
  "filename": "src/github/workflows-model.ts",
19680
- "line": 853
19728
+ "line": 856
19681
19729
  },
19682
19730
  "name": "ProjectCardOptions",
19683
19731
  "namespace": "github.workflows",
@@ -19694,7 +19742,7 @@
19694
19742
  "immutable": true,
19695
19743
  "locationInModule": {
19696
19744
  "filename": "src/github/workflows-model.ts",
19697
- "line": 859
19745
+ "line": 862
19698
19746
  },
19699
19747
  "name": "types",
19700
19748
  "optional": true,
@@ -19721,7 +19769,7 @@
19721
19769
  "kind": "interface",
19722
19770
  "locationInModule": {
19723
19771
  "filename": "src/github/workflows-model.ts",
19724
- "line": 867
19772
+ "line": 870
19725
19773
  },
19726
19774
  "name": "ProjectColumnOptions",
19727
19775
  "namespace": "github.workflows",
@@ -19738,7 +19786,7 @@
19738
19786
  "immutable": true,
19739
19787
  "locationInModule": {
19740
19788
  "filename": "src/github/workflows-model.ts",
19741
- "line": 873
19789
+ "line": 876
19742
19790
  },
19743
19791
  "name": "types",
19744
19792
  "optional": true,
@@ -19765,7 +19813,7 @@
19765
19813
  "kind": "interface",
19766
19814
  "locationInModule": {
19767
19815
  "filename": "src/github/workflows-model.ts",
19768
- "line": 839
19816
+ "line": 842
19769
19817
  },
19770
19818
  "name": "ProjectOptions",
19771
19819
  "namespace": "github.workflows",
@@ -19782,7 +19830,7 @@
19782
19830
  "immutable": true,
19783
19831
  "locationInModule": {
19784
19832
  "filename": "src/github/workflows-model.ts",
19785
- "line": 845
19833
+ "line": 848
19786
19834
  },
19787
19835
  "name": "types",
19788
19836
  "optional": true,
@@ -19809,7 +19857,7 @@
19809
19857
  "kind": "interface",
19810
19858
  "locationInModule": {
19811
19859
  "filename": "src/github/workflows-model.ts",
19812
- "line": 1108
19860
+ "line": 1111
19813
19861
  },
19814
19862
  "name": "PublicOptions",
19815
19863
  "namespace": "github.workflows",
@@ -19826,7 +19874,7 @@
19826
19874
  "kind": "interface",
19827
19875
  "locationInModule": {
19828
19876
  "filename": "src/github/workflows-model.ts",
19829
- "line": 879
19877
+ "line": 882
19830
19878
  },
19831
19879
  "name": "PullRequestOptions",
19832
19880
  "namespace": "github.workflows",
@@ -19843,7 +19891,7 @@
19843
19891
  "immutable": true,
19844
19892
  "locationInModule": {
19845
19893
  "filename": "src/github/workflows-model.ts",
19846
- "line": 885
19894
+ "line": 888
19847
19895
  },
19848
19896
  "name": "types",
19849
19897
  "optional": true,
@@ -19870,7 +19918,7 @@
19870
19918
  "kind": "interface",
19871
19919
  "locationInModule": {
19872
19920
  "filename": "src/github/workflows-model.ts",
19873
- "line": 918
19921
+ "line": 921
19874
19922
  },
19875
19923
  "name": "PullRequestReviewCommentOptions",
19876
19924
  "namespace": "github.workflows",
@@ -19887,7 +19935,7 @@
19887
19935
  "immutable": true,
19888
19936
  "locationInModule": {
19889
19937
  "filename": "src/github/workflows-model.ts",
19890
- "line": 924
19938
+ "line": 927
19891
19939
  },
19892
19940
  "name": "types",
19893
19941
  "optional": true,
@@ -19914,7 +19962,7 @@
19914
19962
  "kind": "interface",
19915
19963
  "locationInModule": {
19916
19964
  "filename": "src/github/workflows-model.ts",
19917
- "line": 906
19965
+ "line": 909
19918
19966
  },
19919
19967
  "name": "PullRequestReviewOptions",
19920
19968
  "namespace": "github.workflows",
@@ -19931,7 +19979,7 @@
19931
19979
  "immutable": true,
19932
19980
  "locationInModule": {
19933
19981
  "filename": "src/github/workflows-model.ts",
19934
- "line": 912
19982
+ "line": 915
19935
19983
  },
19936
19984
  "name": "types",
19937
19985
  "optional": true,
@@ -19961,7 +20009,7 @@
19961
20009
  "kind": "interface",
19962
20010
  "locationInModule": {
19963
20011
  "filename": "src/github/workflows-model.ts",
19964
- "line": 930
20012
+ "line": 933
19965
20013
  },
19966
20014
  "name": "PullRequestTargetOptions",
19967
20015
  "namespace": "github.workflows",
@@ -19978,7 +20026,7 @@
19978
20026
  "immutable": true,
19979
20027
  "locationInModule": {
19980
20028
  "filename": "src/github/workflows-model.ts",
19981
- "line": 936
20029
+ "line": 939
19982
20030
  },
19983
20031
  "name": "types",
19984
20032
  "optional": true,
@@ -20005,7 +20053,7 @@
20005
20053
  "kind": "interface",
20006
20054
  "locationInModule": {
20007
20055
  "filename": "src/github/workflows-model.ts",
20008
- "line": 957
20056
+ "line": 960
20009
20057
  },
20010
20058
  "name": "PushOptions",
20011
20059
  "namespace": "github.workflows",
@@ -20021,7 +20069,7 @@
20021
20069
  "immutable": true,
20022
20070
  "locationInModule": {
20023
20071
  "filename": "src/github/workflows-model.ts",
20024
- "line": 967
20072
+ "line": 970
20025
20073
  },
20026
20074
  "name": "branches",
20027
20075
  "optional": true,
@@ -20045,7 +20093,7 @@
20045
20093
  "immutable": true,
20046
20094
  "locationInModule": {
20047
20095
  "filename": "src/github/workflows-model.ts",
20048
- "line": 988
20096
+ "line": 991
20049
20097
  },
20050
20098
  "name": "paths",
20051
20099
  "optional": true,
@@ -20069,7 +20117,7 @@
20069
20117
  "immutable": true,
20070
20118
  "locationInModule": {
20071
20119
  "filename": "src/github/workflows-model.ts",
20072
- "line": 978
20120
+ "line": 981
20073
20121
  },
20074
20122
  "name": "tags",
20075
20123
  "optional": true,
@@ -20096,7 +20144,7 @@
20096
20144
  "kind": "interface",
20097
20145
  "locationInModule": {
20098
20146
  "filename": "src/github/workflows-model.ts",
20099
- "line": 994
20147
+ "line": 997
20100
20148
  },
20101
20149
  "name": "RegistryPackageOptions",
20102
20150
  "namespace": "github.workflows",
@@ -20113,7 +20161,7 @@
20113
20161
  "immutable": true,
20114
20162
  "locationInModule": {
20115
20163
  "filename": "src/github/workflows-model.ts",
20116
- "line": 1000
20164
+ "line": 1003
20117
20165
  },
20118
20166
  "name": "types",
20119
20167
  "optional": true,
@@ -20140,7 +20188,7 @@
20140
20188
  "kind": "interface",
20141
20189
  "locationInModule": {
20142
20190
  "filename": "src/github/workflows-model.ts",
20143
- "line": 1006
20191
+ "line": 1009
20144
20192
  },
20145
20193
  "name": "ReleaseOptions",
20146
20194
  "namespace": "github.workflows",
@@ -20157,7 +20205,7 @@
20157
20205
  "immutable": true,
20158
20206
  "locationInModule": {
20159
20207
  "filename": "src/github/workflows-model.ts",
20160
- "line": 1012
20208
+ "line": 1015
20161
20209
  },
20162
20210
  "name": "types",
20163
20211
  "optional": true,
@@ -20184,7 +20232,7 @@
20184
20232
  "kind": "interface",
20185
20233
  "locationInModule": {
20186
20234
  "filename": "src/github/workflows-model.ts",
20187
- "line": 685
20235
+ "line": 688
20188
20236
  },
20189
20237
  "name": "RepositoryDispatchOptions",
20190
20238
  "namespace": "github.workflows",
@@ -20201,7 +20249,7 @@
20201
20249
  "immutable": true,
20202
20250
  "locationInModule": {
20203
20251
  "filename": "src/github/workflows-model.ts",
20204
- "line": 691
20252
+ "line": 694
20205
20253
  },
20206
20254
  "name": "types",
20207
20255
  "optional": true,
@@ -20228,7 +20276,7 @@
20228
20276
  "kind": "interface",
20229
20277
  "locationInModule": {
20230
20278
  "filename": "src/github/workflows-model.ts",
20231
- "line": 243
20279
+ "line": 246
20232
20280
  },
20233
20281
  "name": "RunSettings",
20234
20282
  "namespace": "github.workflows",
@@ -20243,7 +20291,7 @@
20243
20291
  "immutable": true,
20244
20292
  "locationInModule": {
20245
20293
  "filename": "src/github/workflows-model.ts",
20246
- "line": 249
20294
+ "line": 252
20247
20295
  },
20248
20296
  "name": "shell",
20249
20297
  "optional": true,
@@ -20260,7 +20308,7 @@
20260
20308
  "immutable": true,
20261
20309
  "locationInModule": {
20262
20310
  "filename": "src/github/workflows-model.ts",
20263
- "line": 254
20311
+ "line": 257
20264
20312
  },
20265
20313
  "name": "workingDirectory",
20266
20314
  "optional": true,
@@ -20282,7 +20330,7 @@
20282
20330
  "kind": "interface",
20283
20331
  "locationInModule": {
20284
20332
  "filename": "src/github/workflows-model.ts",
20285
- "line": 1113
20333
+ "line": 1116
20286
20334
  },
20287
20335
  "name": "StatusOptions",
20288
20336
  "namespace": "github.workflows",
@@ -20443,7 +20491,7 @@
20443
20491
  "kind": "interface",
20444
20492
  "locationInModule": {
20445
20493
  "filename": "src/github/workflows-model.ts",
20446
- "line": 447
20494
+ "line": 450
20447
20495
  },
20448
20496
  "name": "Triggers",
20449
20497
  "namespace": "github.workflows",
@@ -20457,7 +20505,7 @@
20457
20505
  "immutable": true,
20458
20506
  "locationInModule": {
20459
20507
  "filename": "src/github/workflows-model.ts",
20460
- "line": 489
20508
+ "line": 492
20461
20509
  },
20462
20510
  "name": "branchProtectionRule",
20463
20511
  "optional": true,
@@ -20474,7 +20522,7 @@
20474
20522
  "immutable": true,
20475
20523
  "locationInModule": {
20476
20524
  "filename": "src/github/workflows-model.ts",
20477
- "line": 494
20525
+ "line": 497
20478
20526
  },
20479
20527
  "name": "checkRun",
20480
20528
  "optional": true,
@@ -20491,7 +20539,7 @@
20491
20539
  "immutable": true,
20492
20540
  "locationInModule": {
20493
20541
  "filename": "src/github/workflows-model.ts",
20494
- "line": 499
20542
+ "line": 502
20495
20543
  },
20496
20544
  "name": "checkSuite",
20497
20545
  "optional": true,
@@ -20508,7 +20556,7 @@
20508
20556
  "immutable": true,
20509
20557
  "locationInModule": {
20510
20558
  "filename": "src/github/workflows-model.ts",
20511
- "line": 505
20559
+ "line": 508
20512
20560
  },
20513
20561
  "name": "create",
20514
20562
  "optional": true,
@@ -20525,7 +20573,7 @@
20525
20573
  "immutable": true,
20526
20574
  "locationInModule": {
20527
20575
  "filename": "src/github/workflows-model.ts",
20528
- "line": 511
20576
+ "line": 514
20529
20577
  },
20530
20578
  "name": "delete",
20531
20579
  "optional": true,
@@ -20543,7 +20591,7 @@
20543
20591
  "immutable": true,
20544
20592
  "locationInModule": {
20545
20593
  "filename": "src/github/workflows-model.ts",
20546
- "line": 518
20594
+ "line": 521
20547
20595
  },
20548
20596
  "name": "deployment",
20549
20597
  "optional": true,
@@ -20561,7 +20609,7 @@
20561
20609
  "immutable": true,
20562
20610
  "locationInModule": {
20563
20611
  "filename": "src/github/workflows-model.ts",
20564
- "line": 525
20612
+ "line": 528
20565
20613
  },
20566
20614
  "name": "deploymentStatus",
20567
20615
  "optional": true,
@@ -20580,7 +20628,7 @@
20580
20628
  "immutable": true,
20581
20629
  "locationInModule": {
20582
20630
  "filename": "src/github/workflows-model.ts",
20583
- "line": 531
20631
+ "line": 534
20584
20632
  },
20585
20633
  "name": "discussion",
20586
20634
  "optional": true,
@@ -20599,7 +20647,7 @@
20599
20647
  "immutable": true,
20600
20648
  "locationInModule": {
20601
20649
  "filename": "src/github/workflows-model.ts",
20602
- "line": 537
20650
+ "line": 540
20603
20651
  },
20604
20652
  "name": "discussionComment",
20605
20653
  "optional": true,
@@ -20616,7 +20664,7 @@
20616
20664
  "immutable": true,
20617
20665
  "locationInModule": {
20618
20666
  "filename": "src/github/workflows-model.ts",
20619
- "line": 543
20667
+ "line": 546
20620
20668
  },
20621
20669
  "name": "fork",
20622
20670
  "optional": true,
@@ -20633,7 +20681,7 @@
20633
20681
  "immutable": true,
20634
20682
  "locationInModule": {
20635
20683
  "filename": "src/github/workflows-model.ts",
20636
- "line": 549
20684
+ "line": 552
20637
20685
  },
20638
20686
  "name": "gollum",
20639
20687
  "optional": true,
@@ -20650,7 +20698,7 @@
20650
20698
  "immutable": true,
20651
20699
  "locationInModule": {
20652
20700
  "filename": "src/github/workflows-model.ts",
20653
- "line": 554
20701
+ "line": 557
20654
20702
  },
20655
20703
  "name": "issueComment",
20656
20704
  "optional": true,
@@ -20667,7 +20715,7 @@
20667
20715
  "immutable": true,
20668
20716
  "locationInModule": {
20669
20717
  "filename": "src/github/workflows-model.ts",
20670
- "line": 559
20718
+ "line": 562
20671
20719
  },
20672
20720
  "name": "issues",
20673
20721
  "optional": true,
@@ -20684,7 +20732,7 @@
20684
20732
  "immutable": true,
20685
20733
  "locationInModule": {
20686
20734
  "filename": "src/github/workflows-model.ts",
20687
- "line": 564
20735
+ "line": 567
20688
20736
  },
20689
20737
  "name": "label",
20690
20738
  "optional": true,
@@ -20701,7 +20749,7 @@
20701
20749
  "immutable": true,
20702
20750
  "locationInModule": {
20703
20751
  "filename": "src/github/workflows-model.ts",
20704
- "line": 569
20752
+ "line": 572
20705
20753
  },
20706
20754
  "name": "milestone",
20707
20755
  "optional": true,
@@ -20718,7 +20766,7 @@
20718
20766
  "immutable": true,
20719
20767
  "locationInModule": {
20720
20768
  "filename": "src/github/workflows-model.ts",
20721
- "line": 575
20769
+ "line": 578
20722
20770
  },
20723
20771
  "name": "pageBuild",
20724
20772
  "optional": true,
@@ -20735,7 +20783,7 @@
20735
20783
  "immutable": true,
20736
20784
  "locationInModule": {
20737
20785
  "filename": "src/github/workflows-model.ts",
20738
- "line": 580
20786
+ "line": 583
20739
20787
  },
20740
20788
  "name": "project",
20741
20789
  "optional": true,
@@ -20752,7 +20800,7 @@
20752
20800
  "immutable": true,
20753
20801
  "locationInModule": {
20754
20802
  "filename": "src/github/workflows-model.ts",
20755
- "line": 585
20803
+ "line": 588
20756
20804
  },
20757
20805
  "name": "projectCard",
20758
20806
  "optional": true,
@@ -20769,7 +20817,7 @@
20769
20817
  "immutable": true,
20770
20818
  "locationInModule": {
20771
20819
  "filename": "src/github/workflows-model.ts",
20772
- "line": 590
20820
+ "line": 593
20773
20821
  },
20774
20822
  "name": "projectColumn",
20775
20823
  "optional": true,
@@ -20786,7 +20834,7 @@
20786
20834
  "immutable": true,
20787
20835
  "locationInModule": {
20788
20836
  "filename": "src/github/workflows-model.ts",
20789
- "line": 596
20837
+ "line": 599
20790
20838
  },
20791
20839
  "name": "public",
20792
20840
  "optional": true,
@@ -20803,7 +20851,7 @@
20803
20851
  "immutable": true,
20804
20852
  "locationInModule": {
20805
20853
  "filename": "src/github/workflows-model.ts",
20806
- "line": 601
20854
+ "line": 604
20807
20855
  },
20808
20856
  "name": "pullRequest",
20809
20857
  "optional": true,
@@ -20820,7 +20868,7 @@
20820
20868
  "immutable": true,
20821
20869
  "locationInModule": {
20822
20870
  "filename": "src/github/workflows-model.ts",
20823
- "line": 606
20871
+ "line": 609
20824
20872
  },
20825
20873
  "name": "pullRequestReview",
20826
20874
  "optional": true,
@@ -20837,7 +20885,7 @@
20837
20885
  "immutable": true,
20838
20886
  "locationInModule": {
20839
20887
  "filename": "src/github/workflows-model.ts",
20840
- "line": 612
20888
+ "line": 615
20841
20889
  },
20842
20890
  "name": "pullRequestReviewComment",
20843
20891
  "optional": true,
@@ -20856,7 +20904,7 @@
20856
20904
  "immutable": true,
20857
20905
  "locationInModule": {
20858
20906
  "filename": "src/github/workflows-model.ts",
20859
- "line": 633
20907
+ "line": 636
20860
20908
  },
20861
20909
  "name": "pullRequestTarget",
20862
20910
  "optional": true,
@@ -20873,7 +20921,7 @@
20873
20921
  "immutable": true,
20874
20922
  "locationInModule": {
20875
20923
  "filename": "src/github/workflows-model.ts",
20876
- "line": 639
20924
+ "line": 642
20877
20925
  },
20878
20926
  "name": "push",
20879
20927
  "optional": true,
@@ -20890,7 +20938,7 @@
20890
20938
  "immutable": true,
20891
20939
  "locationInModule": {
20892
20940
  "filename": "src/github/workflows-model.ts",
20893
- "line": 644
20941
+ "line": 647
20894
20942
  },
20895
20943
  "name": "registryPackage",
20896
20944
  "optional": true,
@@ -20907,7 +20955,7 @@
20907
20955
  "immutable": true,
20908
20956
  "locationInModule": {
20909
20957
  "filename": "src/github/workflows-model.ts",
20910
- "line": 649
20958
+ "line": 652
20911
20959
  },
20912
20960
  "name": "release",
20913
20961
  "optional": true,
@@ -20924,7 +20972,7 @@
20924
20972
  "immutable": true,
20925
20973
  "locationInModule": {
20926
20974
  "filename": "src/github/workflows-model.ts",
20927
- "line": 474
20975
+ "line": 477
20928
20976
  },
20929
20977
  "name": "repositoryDispatch",
20930
20978
  "optional": true,
@@ -20943,7 +20991,7 @@
20943
20991
  "immutable": true,
20944
20992
  "locationInModule": {
20945
20993
  "filename": "src/github/workflows-model.ts",
20946
- "line": 457
20994
+ "line": 460
20947
20995
  },
20948
20996
  "name": "schedule",
20949
20997
  "optional": true,
@@ -20965,7 +21013,7 @@
20965
21013
  "immutable": true,
20966
21014
  "locationInModule": {
20967
21015
  "filename": "src/github/workflows-model.ts",
20968
- "line": 655
21016
+ "line": 658
20969
21017
  },
20970
21018
  "name": "status",
20971
21019
  "optional": true,
@@ -20982,7 +21030,7 @@
20982
21030
  "immutable": true,
20983
21031
  "locationInModule": {
20984
21032
  "filename": "src/github/workflows-model.ts",
20985
- "line": 660
21033
+ "line": 663
20986
21034
  },
20987
21035
  "name": "watch",
20988
21036
  "optional": true,
@@ -21000,7 +21048,7 @@
21000
21048
  "immutable": true,
21001
21049
  "locationInModule": {
21002
21050
  "filename": "src/github/workflows-model.ts",
21003
- "line": 482
21051
+ "line": 485
21004
21052
  },
21005
21053
  "name": "workflowCall",
21006
21054
  "optional": true,
@@ -21018,7 +21066,7 @@
21018
21066
  "immutable": true,
21019
21067
  "locationInModule": {
21020
21068
  "filename": "src/github/workflows-model.ts",
21021
- "line": 467
21069
+ "line": 470
21022
21070
  },
21023
21071
  "name": "workflowDispatch",
21024
21072
  "optional": true,
@@ -21036,7 +21084,7 @@
21036
21084
  "immutable": true,
21037
21085
  "locationInModule": {
21038
21086
  "filename": "src/github/workflows-model.ts",
21039
- "line": 668
21087
+ "line": 671
21040
21088
  },
21041
21089
  "name": "workflowRun",
21042
21090
  "optional": true,
@@ -21058,7 +21106,7 @@
21058
21106
  "kind": "interface",
21059
21107
  "locationInModule": {
21060
21108
  "filename": "src/github/workflows-model.ts",
21061
- "line": 1026
21109
+ "line": 1029
21062
21110
  },
21063
21111
  "name": "WatchOptions",
21064
21112
  "namespace": "github.workflows",
@@ -21075,7 +21123,7 @@
21075
21123
  "immutable": true,
21076
21124
  "locationInModule": {
21077
21125
  "filename": "src/github/workflows-model.ts",
21078
- "line": 1032
21126
+ "line": 1035
21079
21127
  },
21080
21128
  "name": "types",
21081
21129
  "optional": true,
@@ -21102,7 +21150,7 @@
21102
21150
  "kind": "interface",
21103
21151
  "locationInModule": {
21104
21152
  "filename": "src/github/workflows-model.ts",
21105
- "line": 1068
21153
+ "line": 1071
21106
21154
  },
21107
21155
  "name": "WorkflowCallOptions",
21108
21156
  "namespace": "github.workflows",
@@ -21119,7 +21167,7 @@
21119
21167
  "kind": "interface",
21120
21168
  "locationInModule": {
21121
21169
  "filename": "src/github/workflows-model.ts",
21122
- "line": 1063
21170
+ "line": 1066
21123
21171
  },
21124
21172
  "name": "WorkflowDispatchOptions",
21125
21173
  "namespace": "github.workflows",
@@ -21136,7 +21184,7 @@
21136
21184
  "kind": "interface",
21137
21185
  "locationInModule": {
21138
21186
  "filename": "src/github/workflows-model.ts",
21139
- "line": 1038
21187
+ "line": 1041
21140
21188
  },
21141
21189
  "name": "WorkflowRunOptions",
21142
21190
  "namespace": "github.workflows",
@@ -21153,7 +21201,7 @@
21153
21201
  "immutable": true,
21154
21202
  "locationInModule": {
21155
21203
  "filename": "src/github/workflows-model.ts",
21156
- "line": 1056
21204
+ "line": 1059
21157
21205
  },
21158
21206
  "name": "branches",
21159
21207
  "optional": true,
@@ -21178,7 +21226,7 @@
21178
21226
  "immutable": true,
21179
21227
  "locationInModule": {
21180
21228
  "filename": "src/github/workflows-model.ts",
21181
- "line": 1050
21229
+ "line": 1053
21182
21230
  },
21183
21231
  "name": "types",
21184
21232
  "optional": true,
@@ -21203,7 +21251,7 @@
21203
21251
  "immutable": true,
21204
21252
  "locationInModule": {
21205
21253
  "filename": "src/github/workflows-model.ts",
21206
- "line": 1044
21254
+ "line": 1047
21207
21255
  },
21208
21256
  "name": "workflows",
21209
21257
  "optional": true,
@@ -43812,7 +43860,7 @@
43812
43860
  },
43813
43861
  "locationInModule": {
43814
43862
  "filename": "src/web/react.ts",
43815
- "line": 475
43863
+ "line": 478
43816
43864
  },
43817
43865
  "parameters": [
43818
43866
  {
@@ -43839,7 +43887,7 @@
43839
43887
  "kind": "class",
43840
43888
  "locationInModule": {
43841
43889
  "filename": "src/web/react.ts",
43842
- "line": 474
43890
+ "line": 477
43843
43891
  },
43844
43892
  "methods": [
43845
43893
  {
@@ -43849,7 +43897,7 @@
43849
43897
  },
43850
43898
  "locationInModule": {
43851
43899
  "filename": "src/web/react.ts",
43852
- "line": 483
43900
+ "line": 486
43853
43901
  },
43854
43902
  "name": "synthesizeContent",
43855
43903
  "overrides": "projen.FileBase",
@@ -43887,7 +43935,7 @@
43887
43935
  "kind": "interface",
43888
43936
  "locationInModule": {
43889
43937
  "filename": "src/web/react.ts",
43890
- "line": 472
43938
+ "line": 475
43891
43939
  },
43892
43940
  "name": "ReactTypeDefOptions",
43893
43941
  "namespace": "web",
@@ -44091,6 +44139,6 @@
44091
44139
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
44092
44140
  }
44093
44141
  },
44094
- "version": "0.52.39",
44095
- "fingerprint": "LUHfp6rjIFmSlQW+XAsiYHzGCY4F8Pud6xpCG/4zw+E="
44142
+ "version": "0.52.43",
44143
+ "fingerprint": "ac2KtVQ0JQjhIoQZcJlnuRkqtE5YYdrpIq4J638OSOg="
44096
44144
  }