projen 0.99.34 → 0.99.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +118 -118
- package/README.md +16 -16
- package/lib/ai-instructions.js +2 -2
- package/lib/awscdk/auto-discover.js +6 -6
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +4 -4
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/awscdk/private/feature-flags-v2.const.d.ts +1 -1
- package/lib/awscdk/private/feature-flags-v2.const.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/cli/cmds/new.js +4 -4
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +3 -3
- package/lib/github/auto-merge.js +2 -3
- package/lib/github/auto-queue.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/merge-queue.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-backport.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +2 -2
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/biome/biome.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/license-checker.js +1 -1
- package/lib/javascript/node-package.d.ts +22 -22
- package/lib/javascript/node-package.js +16 -16
- package/lib/javascript/node-project.d.ts +13 -13
- package/lib/javascript/node-project.js +20 -18
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +2 -2
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/javascript/yarnrc.js +1 -1
- package/lib/json-patch.js +1 -1
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project-tree.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pyproject-toml-file.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/uv.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +6 -6
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +3 -3
package/.jsii
CHANGED
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"stability": "experimental"
|
|
62
62
|
},
|
|
63
63
|
"homepage": "https://github.com/projen/projen.git",
|
|
64
|
-
"jsiiVersion": "5.9.
|
|
64
|
+
"jsiiVersion": "5.9.36 (build 27873df)",
|
|
65
65
|
"keywords": [
|
|
66
66
|
"cdk",
|
|
67
67
|
"cicd",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
"name": "projen",
|
|
83
83
|
"readme": {
|
|
84
|
-
"markdown": "<p align=\"center\">\n <a href=\"https://projen.io\">\n <img src=\"https://raw.githubusercontent.com/projen/projen/main/logo/projen.svg\">\n <h3 align=\"center\">projen</h3>\n </a>\n</p>\n\n<p align=\"center\">\n Define and maintain complex project configuration through code.\n</p>\n\n<p align=\"center\">\n <a href=\"https://projen.io/\"><strong>Documentation</strong></a> ·\n <a href=\"https://github.com/projen/projen/releases\"><strong>Changelog</strong></a> ·\n <a href=\"#project-types\"><strong>Project types</strong></a> ·\n <a href=\"#community\"><strong>Join the community</strong></a>\n</p>\n\n<p align=\"center\">\n <a href=\"https://opensource.org/licenses/Apache-2.0\"><img src=\"https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg\" alt=\"Apache 2.0 License\"></a>\n <a href=\"https://gitpod.io/#https://github.com/projen/projen\"><img src=\"https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod\" alt=\"Gitpod ready-to-code\"></a>\n <a href=\"https://github.com/projen/projen/actions/workflows/release.yml\"><img src=\"https://github.com/projen/projen/actions/workflows/release.yml/badge.svg\" alt=\"Release badge\"></a>\n <a href=\"https://github.com/projen/projen/commits/main\"><img src=\"https://img.shields.io/github/commit-activity/w/projen/projen\" alt=\"Commit activity\"></a>\n</p>\n\n<br/>\n\n*projen* synthesizes project configuration files such as `package.json`,\n`tsconfig.json`, `.gitignore`, GitHub Workflows, eslint, jest, etc. from a\nwell-typed definition written in JavaScript.\n\nAs opposed to existing templating/scaffolding tools, *projen* is not a one-off\ngenerator. Synthesized files should never be manually edited (in fact, projen\nenforces that). To modify your project setup, users interact with rich\nstrongly-typed class and execute `projen` to update their project configuration\nfiles.\n\nBy defining a custom project type and using projen in multiple repositories, it's\npossible to update configuration files and CI/CD workflows across dozens (or\nhundreds!?) of projects.\n\nCheck out [this talk](https://youtu.be/SOWMPzXtTCw) about projen from its creator.\n\n## Getting Started\n\n*projen* doesn't need to be installed. You will be using [npx](https://docs.npmjs.com/cli/v7/commands/npx) to run *projen* which takes care of all required setup steps.\n\nTo create a new project, run the following command and follow the instructions:\n\n```console\n$ mkdir my-project\n$ cd my-project\n$ npx projen new PROJECT-TYPE\n🤖 Synthesizing project...\n...\n```\n\n### Project types\n\nCurrently supported project types (use `npx projen new` without a type for a\nfull list):\n\n**Built-in:** (run `npx projen new <type>`)\n\n<!-- <macro exec=\"node ./scripts/readme-projects.js\"> -->\n* [awscdk-app-java](https://projen.io/docs/api/awscdk#awscdkjavaapp-) - AWS CDK app in Java.\n* [awscdk-app-py](https://projen.io/docs/api/awscdk#awscdkpythonapp-) - AWS CDK app in Python.\n* [awscdk-app-ts](https://projen.io/docs/api/awscdk#awscdktypescriptapp-) - AWS CDK app in TypeScript.\n* [awscdk-construct](https://projen.io/docs/api/awscdk#awscdkconstructlibrary-) - AWS CDK construct library project.\n* [cdk8s-app-py](https://projen.io/docs/api/cdk8s#cdk8spythonapp-) - CDK8s app in Python.\n* [cdk8s-app-ts](https://projen.io/docs/api/cdk8s#cdk8stypescriptapp-) - CDK8s app in TypeScript.\n* [cdk8s-construct](https://projen.io/docs/api/cdk8s#constructlibrarycdk8s-) - CDK8s construct library project.\n* [cdktf-construct](https://projen.io/docs/api/cdktf#constructlibrarycdktf-) - CDKTF construct library project.\n* [java](https://projen.io/docs/api/java#javaproject-) - Java project.\n* [jsii](https://projen.io/docs/api/cdk#jsiiproject-) - Multi-language jsii library project.\n* [nextjs](https://projen.io/docs/api/web#nextjsproject-) - Next.js project using JavaScript.\n* [nextjs-ts](https://projen.io/docs/api/web#nextjstypescriptproject-) - Next.js project using TypeScript.\n* [node](https://projen.io/docs/api/javascript#nodeproject-) - Node.js project.\n* [project](https://projen.io/docs/api/projen#project-) - Base project.\n* [python](https://projen.io/docs/api/python#pythonproject-) - Python project.\n* [react](https://projen.io/docs/api/web#reactproject-) - React project using JavaScript.\n* [react-ts](https://projen.io/docs/api/web#reacttypescriptproject-) - React project using TypeScript.\n* [typescript](https://projen.io/docs/api/typescript#typescriptproject-) - TypeScript project.\n* [typescript-app](https://projen.io/docs/api/typescript#typescriptappproject-) - TypeScript app.\n<!-- </macro> -->\n\n**External:** (run `npx projen new --from <type>`)\n\n* [projen-github-action-typescript](https://github.com/projen/projen-github-action-typescript/blob/main/API.md) - GitHub Action in TypeScript project.\n\n> Use `npx projen new PROJECT-TYPE --help` to view a list of command line\n> switches that allows you to specify most project options during bootstrapping.\n> For example: `npx projen new jsii --author-name \"Jerry Berry\"`.\n\nThe `new` command will create a `.projenrc.js` file which looks like this for\n`jsii` projects:\n\n```js\nconst { JsiiProject } = require('projen');\n\nconst project = new JsiiProject({\n authorAddress: \"elad.benisrael@gmail.com\",\n authorName: \"Elad Ben-Israel\",\n name: \"foobar\",\n repository: \"https://github.com/eladn/foobar.git\",\n});\n\nproject.synth();\n```\n\nThis program instantiates the project type with minimal setup, and then calls\n`synth()` to synthesize the project files. By default, the `new` command will\nalso execute this program, which will result in a fully working project.\n\nOnce your project is created, you can configure your project by editing\n`.projenrc.js` and re-running `npx projen` to synthesize again.\n\n> The files generated by *projen* are considered an \"implementation detail\" and\n> *projen* protects them from being manually edited (most files are marked\n> read-only, and an \"anti tamper\" check is configured in the CI build workflow\n> to ensure that files are not updated during build).\n\nFor example, to setup PyPI publishing in `jsii` projects, you can use\n[`publishToPypi option`](https://projen.io/publisher.html):\n\n```js\nconst project = new JsiiProject({\n // ...\n publishToPypi: {\n distName: \"mydist\",\n module: \"my_module\",\n }\n});\n```\n\nRun:\n\n```shell\nnpx projen\n```\n\nAnd you'll notice that your `package.json` file now contains a `python` section in\nits `jsii` config and the GitHub `release.yml` workflow includes a PyPI\npublishing step.\n\nWe recommend to put this in your shell profile, so you can simply run `pj` every\ntime you update `.projenrc.js`:\n\n```bash\nalias pj='npx projen'\n```\n\nMost projects come with an assortment of **tasks** that handle various\ndevelopment activities, from compiling to publishing. Tasks can be and composed\ntogether, and can be run as local commands or turned into GitHub workflows. You\ncan list all tasks with `npx projen --help`:\n\n```shell\n$ npx projen --help\nprojen [command]\n\nCommands:\n projen new [PROJECT-TYPE-NAME] [OPTIONS] Creates a new projen project\n projen clobber hard resets to HEAD of origin and cleans the local repo\n projen compile Only compile\n projen test Run tests\n projen build Full release build (test+compile)\n projen upgrade upgrade dependencies (including projen)\n...\n```\n\nThe `build` task is the same task that's executed in your CI builds. It\ntypically compiles, lints, tests and packages your module for distribution.\n\n### Shell Completions\n\nIf installed as a global package, `projen` includes rich shell tab-completion support. To enable this in your shell, run:\n\n```shell\n# Bash\nprojen completion >> ~/.bashrc\n\n# ZSH\nprojen completion >> ~/.zshrc\n```\n\n## Features\n\nSome examples of features built-in to project types:\n\n* Fully synthesize `package.json`\n* Standard npm scripts like `compile`, `build`, `test`, `package`\n* eslint\n* Jest\n* jsii: compile, package, api compatibility checks, API.md\n* Bump & release scripts with CHANGELOG generation based on conventional commits\n* Automated PR builds\n* Automated releases to npm, maven, NuGet and PyPI\n* Automated dependency upgrades\n* Mergify configuration\n* LICENSE file generation\n* gitignore + npmignore management\n* Node \"engines\" support with coupling to CI build environment and @types/node\n* Anti-tamper: CI builds will fail if a synthesized file is modified manually\n\n## Documentation\n\nFor documentation including examples and a full API reference, visit <https://projen.io/>.\n\n## Ecosystem\n\n*projen* takes a \"batteries included\" approach and aims to offer dozens of different project types out of\nthe box (we are just getting started). Think `projen new react`, `projen new angular`, `projen new java-maven`,\n`projen new awscdk-typescript`, `projen new cdk8s-python` (nothing in projen is tied to javascript or npm!)...\n\nAdding new project types is as simple as submitting a pull request to this repo and exporting a class that\nextends `projen.Project` (or one of its derivatives). Projen automatically discovers project types so your\ntype will immediately be available in `projen new`.\n\n### Projects in external modules\n\n*projen* is bundled with many project types out of the box, but it can also work\nwith project types and components defined in external jsii modules (the reason\nwe need jsii is because projen uses the jsii metadata to discover project types\n& options in projen new).\n\nSay we have a module in npm called `projen-vuejs` which includes a single project\ntype for vue.js:\n\n```bash\n$ npx projen new --from projen-vuejs\n```\n\nIf the referenced module includes multiple project types, the type is required.\nSwitches can also be used to specify initial values based on the project type\nAPIs. You can also use any package syntax supported by [yarn\nadd](https://classic.yarnpkg.com/en/docs/cli/add#toc-adding-dependencies) like\n`projen-vuejs@1.2.3`, `file:/path/to/local/folder`,\n`git@github.com/awesome/projen-vuejs#1.2.3`, etc.\n\n```bash\n$ npx projen new --from projen-vuejs@^2 vuejs-ts --description \"my awesome vue project\"\n```\n\nUnder the hood, `projen new` will install the `projen-vuejs` module from npm\n(version 2.0.0 and above), discover the project types in it and bootstrap the\n`vuejs-ts` project type. It will assign the value `\"my awesome vue project\"` to\nthe `description` field. If you examine your `.projenrc.js` file, you'll see\nthat `projen-vuejs` is defined as a dev dependency:\n\n```javascript\nconst { VueJsProject } = require('projen-vuejs');\n\nconst project = new VueJsProject({\n name: 'my-vuejs-sample',\n description: \"my awesome vue project\",\n // ...\n devDeps: [\n 'projen-vuejs'\n ]\n});\n\nproject.synth();\n```\n\n## Roadmap\n\nSee [Vision](./VISION.md).\n\n## FAQ\n\n### Do I have to write my configuration in JavaScript?\n\nNot at all! JavaScript is the default, but it's also possible to write it in\nJava, Python, TypeScript, or even JSON. This is made\npossible by the [jsii](https://github.com/aws/jsii) library which allows us\nto write APIs once and generate libraries in several languages. You can choose\na different language by passing the `--projenrc-ts`, `--projenrc-py`, `--projenrc-java`, or\n`--projenrc-json` flags when running `projen new`.\n\nNote: using a `.projenrc.json` file to specify configuration only allows\naccessing a subset of the entire API - the options which are passed to the\nconstructor of each project type.\n\n### How does projen work with my IDE?\n\nprojen has an unofficial [VS Code extension]. Check it out!\n\n[VS Code extension]: https://marketplace.visualstudio.com/items?itemName=MarkMcCulloh.vscode-projen\n\n## Community\n\nThe projen community can be found within the #projen channel in the [cdk.dev]\ncommunity Slack workspace.\n\n[cdk.dev]: https://cdk.dev/\n\n## 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$ npm ci\n$ npm run watch # compile in the background\n```\n\n### Contributors\n\nThanks goes to [our wonderful contributors](https://github.com/projen/projen/graphs/contributors)!\n\n## License\n\nDistributed under the [Apache-2.0](./LICENSE) license.\n"
|
|
84
|
+
"markdown": "<p align=\"center\">\n <a href=\"https://projen.io\">\n <img src=\"https://raw.githubusercontent.com/projen/projen/main/logo/projen.svg\">\n <h3 align=\"center\">projen</h3>\n </a>\n</p>\n\n<p align=\"center\">\n Define and maintain complex project configuration through code.\n</p>\n\n<p align=\"center\">\n <a href=\"https://projen.io/\"><strong>Documentation</strong></a> ·\n <a href=\"https://github.com/projen/projen/releases\"><strong>Changelog</strong></a> ·\n <a href=\"#project-types\"><strong>Project types</strong></a> ·\n <a href=\"#community\"><strong>Join the community</strong></a>\n</p>\n\n<p align=\"center\">\n <a href=\"https://opensource.org/licenses/Apache-2.0\"><img src=\"https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg\" alt=\"Apache 2.0 License\"></a>\n <a href=\"https://gitpod.io/#https://github.com/projen/projen\"><img src=\"https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod\" alt=\"Gitpod ready-to-code\"></a>\n <a href=\"https://github.com/projen/projen/actions/workflows/release.yml\"><img src=\"https://github.com/projen/projen/actions/workflows/release.yml/badge.svg\" alt=\"Release badge\"></a>\n <a href=\"https://github.com/projen/projen/commits/main\"><img src=\"https://img.shields.io/github/commit-activity/w/projen/projen\" alt=\"Commit activity\"></a>\n</p>\n\n<br/>\n\n*projen* synthesizes project configuration files such as `package.json`,\n`tsconfig.json`, `.gitignore`, GitHub Workflows, eslint, jest, etc. from a\nwell-typed definition written in JavaScript.\n\nAs opposed to existing templating/scaffolding tools, *projen* is not a one-off\ngenerator. Synthesized files should never be manually edited (in fact, projen\nenforces that). To modify your project setup, users interact with rich\nstrongly-typed class and execute `projen` to update their project configuration\nfiles.\n\nBy defining a custom project type and using projen in multiple repositories, it's\npossible to update configuration files and CI/CD workflows across dozens (or\nhundreds!?) of projects.\n\nCheck out [this talk](https://youtu.be/SOWMPzXtTCw) about projen from its creator.\n\n## Getting Started\n\n*projen* doesn't need to be installed. You will be using [pnpm dlx](https://pnpm.io/cli/dlx) to run *projen* which takes care of all required setup steps. (`npx` works too, but `pnpm dlx` avoids the supply-chain risk of phantom dependency resolution in npm.)\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$ pnpm dlx projen new PROJECT-TYPE\n🤖 Synthesizing project...\n...\n```\n\n### Project types\n\nCurrently supported project types (use `pnpm dlx projen new` without a type for a\nfull list):\n\n**Built-in:** (run `pnpm dlx projen new <type>`)\n\n<!-- <macro exec=\"node ./scripts/readme-projects.js\"> -->\n* [awscdk-app-java](https://projen.io/docs/api/awscdk#awscdkjavaapp-) - AWS CDK app in Java.\n* [awscdk-app-py](https://projen.io/docs/api/awscdk#awscdkpythonapp-) - AWS CDK app in Python.\n* [awscdk-app-ts](https://projen.io/docs/api/awscdk#awscdktypescriptapp-) - AWS CDK app in TypeScript.\n* [awscdk-construct](https://projen.io/docs/api/awscdk#awscdkconstructlibrary-) - AWS CDK construct library project.\n* [cdk8s-app-py](https://projen.io/docs/api/cdk8s#cdk8spythonapp-) - CDK8s app in Python.\n* [cdk8s-app-ts](https://projen.io/docs/api/cdk8s#cdk8stypescriptapp-) - CDK8s app in TypeScript.\n* [cdk8s-construct](https://projen.io/docs/api/cdk8s#constructlibrarycdk8s-) - CDK8s construct library project.\n* [cdktf-construct](https://projen.io/docs/api/cdktf#constructlibrarycdktf-) - CDKTF construct library project.\n* [java](https://projen.io/docs/api/java#javaproject-) - Java project.\n* [jsii](https://projen.io/docs/api/cdk#jsiiproject-) - Multi-language jsii library project.\n* [nextjs](https://projen.io/docs/api/web#nextjsproject-) - Next.js project using JavaScript.\n* [nextjs-ts](https://projen.io/docs/api/web#nextjstypescriptproject-) - Next.js project using TypeScript.\n* [node](https://projen.io/docs/api/javascript#nodeproject-) - Node.js project.\n* [project](https://projen.io/docs/api/projen#project-) - Base project.\n* [python](https://projen.io/docs/api/python#pythonproject-) - Python project.\n* [react](https://projen.io/docs/api/web#reactproject-) - React project using JavaScript.\n* [react-ts](https://projen.io/docs/api/web#reacttypescriptproject-) - React project using TypeScript.\n* [typescript](https://projen.io/docs/api/typescript#typescriptproject-) - TypeScript project.\n* [typescript-app](https://projen.io/docs/api/typescript#typescriptappproject-) - TypeScript app.\n<!-- </macro> -->\n\n**External:** (run `pnpm dlx projen new --from <type>`)\n\n* [projen-github-action-typescript](https://github.com/projen/projen-github-action-typescript/blob/main/API.md) - GitHub Action in TypeScript project.\n\n> Use `pnpm dlx 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: `pnpm dlx 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 `pnpm dlx projen` to synthesize again.\n\n> The files generated by *projen* are considered an \"implementation detail\" and\n> *projen* protects them from being manually edited (most files are marked\n> read-only, and an \"anti tamper\" check is configured in the CI build workflow\n> to ensure that files are not updated during build).\n\nFor example, to setup PyPI publishing in `jsii` projects, you can use\n[`publishToPypi option`](https://projen.io/publisher.html):\n\n```js\nconst project = new JsiiProject({\n // ...\n publishToPypi: {\n distName: \"mydist\",\n module: \"my_module\",\n }\n});\n```\n\nRun:\n\n```shell\npnpm dlx 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='pnpm dlx 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 `pnpm dlx projen --help`:\n\n```shell\n$ pnpm dlx projen --help\nprojen [command]\n\nCommands:\n projen new [PROJECT-TYPE-NAME] [OPTIONS] Creates a new projen project\n projen clobber hard resets to HEAD of origin and cleans the local repo\n projen compile Only compile\n projen test Run tests\n projen build Full release build (test+compile)\n projen upgrade upgrade dependencies (including projen)\n...\n```\n\nThe `build` task is the same task that's executed in your CI builds. It\ntypically compiles, lints, tests and packages your module for distribution.\n\n### Shell Completions\n\nIf installed as a global package, `projen` includes rich shell tab-completion support. To enable this in your shell, run:\n\n```shell\n# Bash\nprojen completion >> ~/.bashrc\n\n# ZSH\nprojen completion >> ~/.zshrc\n```\n\n## Features\n\nSome examples of features built-in to project types:\n\n* Fully synthesize `package.json`\n* Standard npm scripts like `compile`, `build`, `test`, `package`\n* eslint\n* Jest\n* jsii: compile, package, api compatibility checks, API.md\n* Bump & release scripts with CHANGELOG generation based on conventional commits\n* Automated PR builds\n* Automated releases to npm, maven, NuGet and PyPI\n* Automated dependency upgrades\n* Mergify configuration\n* LICENSE file generation\n* gitignore + npmignore management\n* Node \"engines\" support with coupling to CI build environment and @types/node\n* Anti-tamper: CI builds will fail if a synthesized file is modified manually\n\n## Documentation\n\nFor documentation including examples and a full API reference, visit <https://projen.io/>.\n\n## Ecosystem\n\n*projen* takes a \"batteries included\" approach and aims to offer dozens of different project types out of\nthe box (we are just getting started). Think `projen new react`, `projen new angular`, `projen new java-maven`,\n`projen new awscdk-typescript`, `projen new cdk8s-python` (nothing in projen is tied to javascript or npm!)...\n\nAdding new project types is as simple as submitting a pull request to this repo and exporting a class that\nextends `projen.Project` (or one of its derivatives). Projen automatically discovers project types so your\ntype will immediately be available in `projen new`.\n\n### Projects in external modules\n\n*projen* is bundled with many project types out of the box, but it can also work\nwith project types and components defined in external jsii modules (the reason\nwe need jsii is because projen uses the jsii metadata to discover project types\n& options in projen new).\n\nSay we have a module in npm called `projen-vuejs` which includes a single project\ntype for vue.js:\n\n```bash\n$ pnpm dlx 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 [pnpm\nadd](https://pnpm.io/cli/add) 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$ pnpm dlx projen new --from projen-vuejs@^2 vuejs-ts --description \"my awesome vue project\"\n```\n\nUnder the hood, `projen new` will install the `projen-vuejs` module from npm\n(version 2.0.0 and above), discover the project types in it and bootstrap the\n`vuejs-ts` project type. It will assign the value `\"my awesome vue project\"` to\nthe `description` field. If you examine your `.projenrc.js` file, you'll see\nthat `projen-vuejs` is defined as a dev dependency:\n\n```javascript\nconst { VueJsProject } = require('projen-vuejs');\n\nconst project = new VueJsProject({\n name: 'my-vuejs-sample',\n description: \"my awesome vue project\",\n // ...\n devDeps: [\n 'projen-vuejs'\n ]\n});\n\nproject.synth();\n```\n\n## Roadmap\n\nSee [Vision](./VISION.md).\n\n## FAQ\n\n### Do I have to write my configuration in JavaScript?\n\nNot at all! JavaScript is the default, but it's also possible to write it in\nJava, Python, TypeScript, or even JSON. This is made\npossible by the [jsii](https://github.com/aws/jsii) library which allows us\nto write APIs once and generate libraries in several languages. You can choose\na different language by passing the `--projenrc-ts`, `--projenrc-py`, `--projenrc-java`, or\n`--projenrc-json` flags when running `projen new`.\n\nNote: using a `.projenrc.json` file to specify configuration only allows\naccessing a subset of the entire API - the options which are passed to the\nconstructor of each project type.\n\n### How does projen work with my IDE?\n\nprojen has an unofficial [VS Code extension]. Check it out!\n\n[VS Code extension]: https://marketplace.visualstudio.com/items?itemName=MarkMcCulloh.vscode-projen\n\n## Community\n\nThe projen community can be found within the #projen channel in the [cdk.dev]\ncommunity Slack workspace.\n\n[cdk.dev]: https://cdk.dev/\n\n## 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$ npm ci\n$ npm run watch # compile in the background\n```\n\n### Contributors\n\nThanks goes to [our wonderful contributors](https://github.com/projen/projen/graphs/contributors)!\n\n## License\n\nDistributed under the [Apache-2.0](./LICENSE) license.\n"
|
|
85
85
|
},
|
|
86
86
|
"repository": {
|
|
87
87
|
"type": "git",
|
|
@@ -22452,7 +22452,7 @@
|
|
|
22452
22452
|
},
|
|
22453
22453
|
"locationInModule": {
|
|
22454
22454
|
"filename": "src/github/auto-merge.ts",
|
|
22455
|
-
"line":
|
|
22455
|
+
"line": 104
|
|
22456
22456
|
},
|
|
22457
22457
|
"name": "addConditions",
|
|
22458
22458
|
"parameters": [
|
|
@@ -22476,7 +22476,7 @@
|
|
|
22476
22476
|
},
|
|
22477
22477
|
"locationInModule": {
|
|
22478
22478
|
"filename": "src/github/auto-merge.ts",
|
|
22479
|
-
"line":
|
|
22479
|
+
"line": 112
|
|
22480
22480
|
},
|
|
22481
22481
|
"name": "addConditionsLater",
|
|
22482
22482
|
"parameters": [
|
|
@@ -26590,7 +26590,7 @@
|
|
|
26590
26590
|
"kind": "interface",
|
|
26591
26591
|
"locationInModule": {
|
|
26592
26592
|
"filename": "src/github/auto-merge.ts",
|
|
26593
|
-
"line":
|
|
26593
|
+
"line": 127
|
|
26594
26594
|
},
|
|
26595
26595
|
"methods": [
|
|
26596
26596
|
{
|
|
@@ -26600,7 +26600,7 @@
|
|
|
26600
26600
|
},
|
|
26601
26601
|
"locationInModule": {
|
|
26602
26602
|
"filename": "src/github/auto-merge.ts",
|
|
26603
|
-
"line":
|
|
26603
|
+
"line": 128
|
|
26604
26604
|
},
|
|
26605
26605
|
"name": "render",
|
|
26606
26606
|
"returns": {
|
|
@@ -42549,7 +42549,7 @@
|
|
|
42549
42549
|
"kind": "interface",
|
|
42550
42550
|
"locationInModule": {
|
|
42551
42551
|
"filename": "src/javascript/node-project.ts",
|
|
42552
|
-
"line":
|
|
42552
|
+
"line": 66
|
|
42553
42553
|
},
|
|
42554
42554
|
"name": "AuditOptions",
|
|
42555
42555
|
"namespace": "javascript",
|
|
@@ -42564,7 +42564,7 @@
|
|
|
42564
42564
|
"immutable": true,
|
|
42565
42565
|
"locationInModule": {
|
|
42566
42566
|
"filename": "src/javascript/node-project.ts",
|
|
42567
|
-
"line":
|
|
42567
|
+
"line": 71
|
|
42568
42568
|
},
|
|
42569
42569
|
"name": "level",
|
|
42570
42570
|
"optional": true,
|
|
@@ -42583,7 +42583,7 @@
|
|
|
42583
42583
|
"immutable": true,
|
|
42584
42584
|
"locationInModule": {
|
|
42585
42585
|
"filename": "src/javascript/node-project.ts",
|
|
42586
|
-
"line":
|
|
42586
|
+
"line": 81
|
|
42587
42587
|
},
|
|
42588
42588
|
"name": "prodOnly",
|
|
42589
42589
|
"optional": true,
|
|
@@ -42602,7 +42602,7 @@
|
|
|
42602
42602
|
"immutable": true,
|
|
42603
42603
|
"locationInModule": {
|
|
42604
42604
|
"filename": "src/javascript/node-project.ts",
|
|
42605
|
-
"line":
|
|
42605
|
+
"line": 92
|
|
42606
42606
|
},
|
|
42607
42607
|
"name": "runOn",
|
|
42608
42608
|
"optional": true,
|
|
@@ -42623,7 +42623,7 @@
|
|
|
42623
42623
|
"kind": "enum",
|
|
42624
42624
|
"locationInModule": {
|
|
42625
42625
|
"filename": "src/javascript/node-project.ts",
|
|
42626
|
-
"line":
|
|
42626
|
+
"line": 425
|
|
42627
42627
|
},
|
|
42628
42628
|
"members": [
|
|
42629
42629
|
{
|
|
@@ -42977,7 +42977,7 @@
|
|
|
42977
42977
|
"kind": "interface",
|
|
42978
42978
|
"locationInModule": {
|
|
42979
42979
|
"filename": "src/javascript/node-project.ts",
|
|
42980
|
-
"line":
|
|
42980
|
+
"line": 409
|
|
42981
42981
|
},
|
|
42982
42982
|
"name": "BuildWorkflowOptions",
|
|
42983
42983
|
"namespace": "javascript",
|
|
@@ -42993,7 +42993,7 @@
|
|
|
42993
42993
|
"immutable": true,
|
|
42994
42994
|
"locationInModule": {
|
|
42995
42995
|
"filename": "src/javascript/node-project.ts",
|
|
42996
|
-
"line":
|
|
42996
|
+
"line": 419
|
|
42997
42997
|
},
|
|
42998
42998
|
"name": "mutableBuild",
|
|
42999
42999
|
"optional": true,
|
|
@@ -47492,7 +47492,7 @@
|
|
|
47492
47492
|
"parameters": [
|
|
47493
47493
|
{
|
|
47494
47494
|
"docs": {
|
|
47495
|
-
"remarks": "By default, the the dependency will\nbe installed in the next `
|
|
47495
|
+
"remarks": "By default, the the dependency will\nbe installed in the next `pnpm projen` run and the version will be recorded\nin your `package.json` file. You can upgrade manually or using `pnpm\nadd/update`. If you wish to specify a version range use this syntax:\n`module@^7`.",
|
|
47496
47496
|
"summary": "Names modules to install."
|
|
47497
47497
|
},
|
|
47498
47498
|
"name": "deps",
|
|
@@ -47517,7 +47517,7 @@
|
|
|
47517
47517
|
"parameters": [
|
|
47518
47518
|
{
|
|
47519
47519
|
"docs": {
|
|
47520
|
-
"remarks": "By default, the the dependency will\nbe installed in the next `
|
|
47520
|
+
"remarks": "By default, the the dependency will\nbe installed in the next `pnpm projen` run and the version will be recorded\nin your `package.json` file. You can upgrade manually or using `pnpm\nadd/update`. If you wish to specify a version range use this syntax:\n`module@^7`.",
|
|
47521
47521
|
"summary": "Names modules to install."
|
|
47522
47522
|
},
|
|
47523
47523
|
"name": "deps",
|
|
@@ -47542,7 +47542,7 @@
|
|
|
47542
47542
|
"parameters": [
|
|
47543
47543
|
{
|
|
47544
47544
|
"docs": {
|
|
47545
|
-
"remarks": "By default, the the dependency will\nbe installed in the next `
|
|
47545
|
+
"remarks": "By default, the the dependency will\nbe installed in the next `pnpm projen` run and the version will be recorded\nin your `package.json` file. You can upgrade manually or using `pnpm\nadd/update`. If you wish to specify a version range use this syntax:\n`module@^7`.",
|
|
47546
47546
|
"summary": "Names modules to install."
|
|
47547
47547
|
},
|
|
47548
47548
|
"name": "deps",
|
|
@@ -47682,7 +47682,7 @@
|
|
|
47682
47682
|
"parameters": [
|
|
47683
47683
|
{
|
|
47684
47684
|
"docs": {
|
|
47685
|
-
"remarks": "By default, the the dependency will\nbe installed in the next `
|
|
47685
|
+
"remarks": "By default, the the dependency will\nbe installed in the next `pnpm projen` run and the version will be recorded\nin your `package.json` file. You can upgrade manually or using `pnpm\nadd/update`. If you wish to specify a version range use this syntax:\n`module@^7`.",
|
|
47686
47686
|
"summary": "Names modules to install."
|
|
47687
47687
|
},
|
|
47688
47688
|
"name": "deps",
|
|
@@ -47905,7 +47905,7 @@
|
|
|
47905
47905
|
{
|
|
47906
47906
|
"docs": {
|
|
47907
47907
|
"stability": "experimental",
|
|
47908
|
-
"summary": "Renders `
|
|
47908
|
+
"summary": "Renders `pnpm install` or `npm install` with lockfile update (not frozen)."
|
|
47909
47909
|
},
|
|
47910
47910
|
"immutable": true,
|
|
47911
47911
|
"locationInModule": {
|
|
@@ -48507,7 +48507,7 @@
|
|
|
48507
48507
|
{
|
|
48508
48508
|
"abstract": true,
|
|
48509
48509
|
"docs": {
|
|
48510
|
-
"remarks": "These modules will be\nadded both to the `dependencies` section and `bundledDependencies` section of\nyour `package.json`.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `
|
|
48510
|
+
"remarks": "These modules will be\nadded both to the `dependencies` section and `bundledDependencies` section of\nyour `package.json`.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
|
|
48511
48511
|
"stability": "experimental",
|
|
48512
48512
|
"summary": "List of dependencies to bundle into this module."
|
|
48513
48513
|
},
|
|
@@ -48591,7 +48591,7 @@
|
|
|
48591
48591
|
},
|
|
48592
48592
|
"default": "[]",
|
|
48593
48593
|
"example": "[ 'express', 'lodash', 'foo@^2' ]",
|
|
48594
|
-
"remarks": "The recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `
|
|
48594
|
+
"remarks": "The recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
|
|
48595
48595
|
"stability": "experimental",
|
|
48596
48596
|
"summary": "Runtime dependencies of this module."
|
|
48597
48597
|
},
|
|
@@ -48640,7 +48640,7 @@
|
|
|
48640
48640
|
},
|
|
48641
48641
|
"default": "[]",
|
|
48642
48642
|
"example": "[ 'typescript', '@types/express' ]",
|
|
48643
|
-
"remarks": "These dependencies will only be\navailable in your build environment but will not be fetched when this\nmodule is consumed.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `
|
|
48643
|
+
"remarks": "These dependencies will only be\navailable in your build environment but will not be fetched when this\nmodule is consumed.\n\nThe recommendation is to only specify the module name here (e.g.\n`express`). This will behave similar to `pnpm add` or `npm install` in the\nsense that it will add the module as a dependency to your `package.json`\nfile with the latest version (`^`). You can specify semver requirements in\nthe same syntax passed to `pnpm add` or `npm i` (e.g. `express@^2`) and\nthis will be what your `package.json` will eventually include.",
|
|
48644
48644
|
"stability": "experimental",
|
|
48645
48645
|
"summary": "Build dependencies for this module."
|
|
48646
48646
|
},
|
|
@@ -49164,7 +49164,7 @@
|
|
|
49164
49164
|
},
|
|
49165
49165
|
"locationInModule": {
|
|
49166
49166
|
"filename": "src/javascript/node-project.ts",
|
|
49167
|
-
"line":
|
|
49167
|
+
"line": 572
|
|
49168
49168
|
},
|
|
49169
49169
|
"parameters": [
|
|
49170
49170
|
{
|
|
@@ -49178,7 +49178,7 @@
|
|
|
49178
49178
|
"kind": "class",
|
|
49179
49179
|
"locationInModule": {
|
|
49180
49180
|
"filename": "src/javascript/node-project.ts",
|
|
49181
|
-
"line":
|
|
49181
|
+
"line": 442
|
|
49182
49182
|
},
|
|
49183
49183
|
"methods": [
|
|
49184
49184
|
{
|
|
@@ -49187,7 +49187,7 @@
|
|
|
49187
49187
|
},
|
|
49188
49188
|
"locationInModule": {
|
|
49189
49189
|
"filename": "src/javascript/node-project.ts",
|
|
49190
|
-
"line":
|
|
49190
|
+
"line": 1036
|
|
49191
49191
|
},
|
|
49192
49192
|
"name": "addBins",
|
|
49193
49193
|
"parameters": [
|
|
@@ -49212,13 +49212,13 @@
|
|
|
49212
49212
|
},
|
|
49213
49213
|
"locationInModule": {
|
|
49214
49214
|
"filename": "src/javascript/node-project.ts",
|
|
49215
|
-
"line":
|
|
49215
|
+
"line": 1327
|
|
49216
49216
|
},
|
|
49217
49217
|
"name": "addBundledDeps",
|
|
49218
49218
|
"parameters": [
|
|
49219
49219
|
{
|
|
49220
49220
|
"docs": {
|
|
49221
|
-
"remarks": "By default, the the dependency will\nbe installed in the next `
|
|
49221
|
+
"remarks": "By default, the the dependency will\nbe installed in the next `pnpm projen` run and the version will be recorded\nin your `package.json` file. You can upgrade manually or using `pnpm\nadd/update`. If you wish to specify a version range use this syntax:\n`module@^7`.",
|
|
49222
49222
|
"summary": "Names modules to install."
|
|
49223
49223
|
},
|
|
49224
49224
|
"name": "deps",
|
|
@@ -49238,7 +49238,7 @@
|
|
|
49238
49238
|
},
|
|
49239
49239
|
"locationInModule": {
|
|
49240
49240
|
"filename": "src/javascript/node-project.ts",
|
|
49241
|
-
"line":
|
|
49241
|
+
"line": 1081
|
|
49242
49242
|
},
|
|
49243
49243
|
"name": "addCompileCommand",
|
|
49244
49244
|
"parameters": [
|
|
@@ -49259,13 +49259,13 @@
|
|
|
49259
49259
|
},
|
|
49260
49260
|
"locationInModule": {
|
|
49261
49261
|
"filename": "src/javascript/node-project.ts",
|
|
49262
|
-
"line":
|
|
49262
|
+
"line": 1281
|
|
49263
49263
|
},
|
|
49264
49264
|
"name": "addDeps",
|
|
49265
49265
|
"parameters": [
|
|
49266
49266
|
{
|
|
49267
49267
|
"docs": {
|
|
49268
|
-
"remarks": "By default, the the dependency will\nbe installed in the next `
|
|
49268
|
+
"remarks": "By default, the the dependency will\nbe installed in the next `pnpm projen` run and the version will be recorded\nin your `package.json` file. You can upgrade manually or using `pnpm\nadd/update`. If you wish to specify a version range use this syntax:\n`module@^7`.",
|
|
49269
49269
|
"summary": "Names modules to install."
|
|
49270
49270
|
},
|
|
49271
49271
|
"name": "deps",
|
|
@@ -49284,13 +49284,13 @@
|
|
|
49284
49284
|
},
|
|
49285
49285
|
"locationInModule": {
|
|
49286
49286
|
"filename": "src/javascript/node-project.ts",
|
|
49287
|
-
"line":
|
|
49287
|
+
"line": 1294
|
|
49288
49288
|
},
|
|
49289
49289
|
"name": "addDevDeps",
|
|
49290
49290
|
"parameters": [
|
|
49291
49291
|
{
|
|
49292
49292
|
"docs": {
|
|
49293
|
-
"remarks": "By default, the the dependency will\nbe installed in the next `
|
|
49293
|
+
"remarks": "By default, the the dependency will\nbe installed in the next `pnpm projen` run and the version will be recorded\nin your `package.json` file. You can upgrade manually or using `pnpm\nadd/update`. If you wish to specify a version range use this syntax:\n`module@^7`.",
|
|
49294
49294
|
"summary": "Names modules to install."
|
|
49295
49295
|
},
|
|
49296
49296
|
"name": "deps",
|
|
@@ -49309,7 +49309,7 @@
|
|
|
49309
49309
|
},
|
|
49310
49310
|
"locationInModule": {
|
|
49311
49311
|
"filename": "src/javascript/node-project.ts",
|
|
49312
|
-
"line":
|
|
49312
|
+
"line": 1101
|
|
49313
49313
|
},
|
|
49314
49314
|
"name": "addFields",
|
|
49315
49315
|
"parameters": [
|
|
@@ -49336,7 +49336,7 @@
|
|
|
49336
49336
|
},
|
|
49337
49337
|
"locationInModule": {
|
|
49338
49338
|
"filename": "src/javascript/node-project.ts",
|
|
49339
|
-
"line":
|
|
49339
|
+
"line": 1111
|
|
49340
49340
|
},
|
|
49341
49341
|
"name": "addKeywords",
|
|
49342
49342
|
"parameters": [
|
|
@@ -49363,7 +49363,7 @@
|
|
|
49363
49363
|
},
|
|
49364
49364
|
"locationInModule": {
|
|
49365
49365
|
"filename": "src/javascript/node-project.ts",
|
|
49366
|
-
"line":
|
|
49366
|
+
"line": 1339
|
|
49367
49367
|
},
|
|
49368
49368
|
"name": "addPackageIgnore",
|
|
49369
49369
|
"overrides": "projen.Project",
|
|
@@ -49387,13 +49387,13 @@
|
|
|
49387
49387
|
},
|
|
49388
49388
|
"locationInModule": {
|
|
49389
49389
|
"filename": "src/javascript/node-project.ts",
|
|
49390
|
-
"line":
|
|
49390
|
+
"line": 1311
|
|
49391
49391
|
},
|
|
49392
49392
|
"name": "addPeerDeps",
|
|
49393
49393
|
"parameters": [
|
|
49394
49394
|
{
|
|
49395
49395
|
"docs": {
|
|
49396
|
-
"remarks": "By default, the the dependency will\nbe installed in the next `
|
|
49396
|
+
"remarks": "By default, the the dependency will\nbe installed in the next `pnpm projen` run and the version will be recorded\nin your `package.json` file. You can upgrade manually or using `pnpm\nadd/update`. If you wish to specify a version range use this syntax:\n`module@^7`.",
|
|
49397
49397
|
"summary": "Names modules to install."
|
|
49398
49398
|
},
|
|
49399
49399
|
"name": "deps",
|
|
@@ -49412,7 +49412,7 @@
|
|
|
49412
49412
|
},
|
|
49413
49413
|
"locationInModule": {
|
|
49414
49414
|
"filename": "src/javascript/node-project.ts",
|
|
49415
|
-
"line":
|
|
49415
|
+
"line": 1054
|
|
49416
49416
|
},
|
|
49417
49417
|
"name": "addScripts",
|
|
49418
49418
|
"parameters": [
|
|
@@ -49440,7 +49440,7 @@
|
|
|
49440
49440
|
},
|
|
49441
49441
|
"locationInModule": {
|
|
49442
49442
|
"filename": "src/javascript/node-project.ts",
|
|
49443
|
-
"line":
|
|
49443
|
+
"line": 1091
|
|
49444
49444
|
},
|
|
49445
49445
|
"name": "addTestCommand",
|
|
49446
49446
|
"parameters": [
|
|
@@ -49462,7 +49462,7 @@
|
|
|
49462
49462
|
},
|
|
49463
49463
|
"locationInModule": {
|
|
49464
49464
|
"filename": "src/javascript/node-project.ts",
|
|
49465
|
-
"line":
|
|
49465
|
+
"line": 1073
|
|
49466
49466
|
},
|
|
49467
49467
|
"name": "hasScript",
|
|
49468
49468
|
"parameters": [
|
|
@@ -49489,7 +49489,7 @@
|
|
|
49489
49489
|
},
|
|
49490
49490
|
"locationInModule": {
|
|
49491
49491
|
"filename": "src/javascript/node-project.ts",
|
|
49492
|
-
"line":
|
|
49492
|
+
"line": 1064
|
|
49493
49493
|
},
|
|
49494
49494
|
"name": "removeScript",
|
|
49495
49495
|
"parameters": [
|
|
@@ -49512,7 +49512,7 @@
|
|
|
49512
49512
|
},
|
|
49513
49513
|
"locationInModule": {
|
|
49514
49514
|
"filename": "src/javascript/node-project.ts",
|
|
49515
|
-
"line":
|
|
49515
|
+
"line": 1201
|
|
49516
49516
|
},
|
|
49517
49517
|
"name": "renderWorkflowSetup",
|
|
49518
49518
|
"parameters": [
|
|
@@ -49540,13 +49540,13 @@
|
|
|
49540
49540
|
},
|
|
49541
49541
|
{
|
|
49542
49542
|
"docs": {
|
|
49543
|
-
"remarks": "This will\ntypically be `
|
|
49543
|
+
"remarks": "This will\ntypically be `pnpm projen TASK`.",
|
|
49544
49544
|
"stability": "experimental",
|
|
49545
49545
|
"summary": "Returns the shell command to execute in order to run a task."
|
|
49546
49546
|
},
|
|
49547
49547
|
"locationInModule": {
|
|
49548
49548
|
"filename": "src/javascript/node-project.ts",
|
|
49549
|
-
"line":
|
|
49549
|
+
"line": 1412
|
|
49550
49550
|
},
|
|
49551
49551
|
"name": "runTaskCommand",
|
|
49552
49552
|
"overrides": "projen.Project",
|
|
@@ -49574,7 +49574,7 @@
|
|
|
49574
49574
|
},
|
|
49575
49575
|
"locationInModule": {
|
|
49576
49576
|
"filename": "src/javascript/node-project.ts",
|
|
49577
|
-
"line":
|
|
49577
|
+
"line": 1046
|
|
49578
49578
|
},
|
|
49579
49579
|
"name": "setScript",
|
|
49580
49580
|
"parameters": [
|
|
@@ -49610,7 +49610,7 @@
|
|
|
49610
49610
|
"immutable": true,
|
|
49611
49611
|
"locationInModule": {
|
|
49612
49612
|
"filename": "src/javascript/node-project.ts",
|
|
49613
|
-
"line":
|
|
49613
|
+
"line": 467
|
|
49614
49614
|
},
|
|
49615
49615
|
"name": "allowLibraryDependencies",
|
|
49616
49616
|
"type": {
|
|
@@ -49626,7 +49626,7 @@
|
|
|
49626
49626
|
"immutable": true,
|
|
49627
49627
|
"locationInModule": {
|
|
49628
49628
|
"filename": "src/javascript/node-project.ts",
|
|
49629
|
-
"line":
|
|
49629
|
+
"line": 554
|
|
49630
49630
|
},
|
|
49631
49631
|
"name": "artifactsDirectory",
|
|
49632
49632
|
"type": {
|
|
@@ -49641,7 +49641,7 @@
|
|
|
49641
49641
|
"immutable": true,
|
|
49642
49642
|
"locationInModule": {
|
|
49643
49643
|
"filename": "src/javascript/node-project.ts",
|
|
49644
|
-
"line":
|
|
49644
|
+
"line": 559
|
|
49645
49645
|
},
|
|
49646
49646
|
"name": "artifactsJavascriptDirectory",
|
|
49647
49647
|
"type": {
|
|
@@ -49655,7 +49655,7 @@
|
|
|
49655
49655
|
"immutable": true,
|
|
49656
49656
|
"locationInModule": {
|
|
49657
49657
|
"filename": "src/javascript/node-project.ts",
|
|
49658
|
-
"line":
|
|
49658
|
+
"line": 547
|
|
49659
49659
|
},
|
|
49660
49660
|
"name": "bundler",
|
|
49661
49661
|
"type": {
|
|
@@ -49670,7 +49670,7 @@
|
|
|
49670
49670
|
"immutable": true,
|
|
49671
49671
|
"locationInModule": {
|
|
49672
49672
|
"filename": "src/javascript/node-project.ts",
|
|
49673
|
-
"line":
|
|
49673
|
+
"line": 474
|
|
49674
49674
|
},
|
|
49675
49675
|
"name": "entrypoint",
|
|
49676
49676
|
"type": {
|
|
@@ -49685,7 +49685,7 @@
|
|
|
49685
49685
|
"immutable": true,
|
|
49686
49686
|
"locationInModule": {
|
|
49687
49687
|
"filename": "src/javascript/node-project.ts",
|
|
49688
|
-
"line":
|
|
49688
|
+
"line": 543
|
|
49689
49689
|
},
|
|
49690
49690
|
"name": "manifest",
|
|
49691
49691
|
"type": {
|
|
@@ -49700,7 +49700,7 @@
|
|
|
49700
49700
|
"immutable": true,
|
|
49701
49701
|
"locationInModule": {
|
|
49702
49702
|
"filename": "src/javascript/node-project.ts",
|
|
49703
|
-
"line":
|
|
49703
|
+
"line": 456
|
|
49704
49704
|
},
|
|
49705
49705
|
"name": "npmrc",
|
|
49706
49706
|
"type": {
|
|
@@ -49715,7 +49715,7 @@
|
|
|
49715
49715
|
"immutable": true,
|
|
49716
49716
|
"locationInModule": {
|
|
49717
49717
|
"filename": "src/javascript/node-project.ts",
|
|
49718
|
-
"line":
|
|
49718
|
+
"line": 446
|
|
49719
49719
|
},
|
|
49720
49720
|
"name": "package",
|
|
49721
49721
|
"type": {
|
|
@@ -49731,7 +49731,7 @@
|
|
|
49731
49731
|
"immutable": true,
|
|
49732
49732
|
"locationInModule": {
|
|
49733
49733
|
"filename": "src/javascript/node-project.ts",
|
|
49734
|
-
"line":
|
|
49734
|
+
"line": 526
|
|
49735
49735
|
},
|
|
49736
49736
|
"name": "packageManager",
|
|
49737
49737
|
"type": {
|
|
@@ -49746,7 +49746,7 @@
|
|
|
49746
49746
|
"immutable": true,
|
|
49747
49747
|
"locationInModule": {
|
|
49748
49748
|
"filename": "src/javascript/node-project.ts",
|
|
49749
|
-
"line":
|
|
49749
|
+
"line": 533
|
|
49750
49750
|
},
|
|
49751
49751
|
"name": "runScriptCommand",
|
|
49752
49752
|
"type": {
|
|
@@ -49760,7 +49760,7 @@
|
|
|
49760
49760
|
"immutable": true,
|
|
49761
49761
|
"locationInModule": {
|
|
49762
49762
|
"filename": "src/javascript/node-project.ts",
|
|
49763
|
-
"line":
|
|
49763
|
+
"line": 566
|
|
49764
49764
|
},
|
|
49765
49765
|
"name": "workflowBootstrapSteps",
|
|
49766
49766
|
"protected": true,
|
|
@@ -49780,7 +49780,7 @@
|
|
|
49780
49780
|
"immutable": true,
|
|
49781
49781
|
"locationInModule": {
|
|
49782
49782
|
"filename": "src/javascript/node-project.ts",
|
|
49783
|
-
"line":
|
|
49783
|
+
"line": 568
|
|
49784
49784
|
},
|
|
49785
49785
|
"name": "workflowPackageCache",
|
|
49786
49786
|
"protected": true,
|
|
@@ -49796,7 +49796,7 @@
|
|
|
49796
49796
|
"immutable": true,
|
|
49797
49797
|
"locationInModule": {
|
|
49798
49798
|
"filename": "src/javascript/node-project.ts",
|
|
49799
|
-
"line":
|
|
49799
|
+
"line": 481
|
|
49800
49800
|
},
|
|
49801
49801
|
"name": "autoMerge",
|
|
49802
49802
|
"optional": true,
|
|
@@ -49811,7 +49811,7 @@
|
|
|
49811
49811
|
"immutable": true,
|
|
49812
49812
|
"locationInModule": {
|
|
49813
49813
|
"filename": "src/javascript/node-project.ts",
|
|
49814
|
-
"line":
|
|
49814
|
+
"line": 570
|
|
49815
49815
|
},
|
|
49816
49816
|
"name": "biome",
|
|
49817
49817
|
"optional": true,
|
|
@@ -49828,7 +49828,7 @@
|
|
|
49828
49828
|
"immutable": true,
|
|
49829
49829
|
"locationInModule": {
|
|
49830
49830
|
"filename": "src/javascript/node-project.ts",
|
|
49831
|
-
"line":
|
|
49831
|
+
"line": 486
|
|
49832
49832
|
},
|
|
49833
49833
|
"name": "buildWorkflow",
|
|
49834
49834
|
"optional": true,
|
|
@@ -49844,7 +49844,7 @@
|
|
|
49844
49844
|
"immutable": true,
|
|
49845
49845
|
"locationInModule": {
|
|
49846
49846
|
"filename": "src/javascript/node-project.ts",
|
|
49847
|
-
"line":
|
|
49847
|
+
"line": 1419
|
|
49848
49848
|
},
|
|
49849
49849
|
"name": "buildWorkflowJobId",
|
|
49850
49850
|
"optional": true,
|
|
@@ -49860,7 +49860,7 @@
|
|
|
49860
49860
|
"immutable": true,
|
|
49861
49861
|
"locationInModule": {
|
|
49862
49862
|
"filename": "src/javascript/node-project.ts",
|
|
49863
|
-
"line":
|
|
49863
|
+
"line": 538
|
|
49864
49864
|
},
|
|
49865
49865
|
"name": "jest",
|
|
49866
49866
|
"optional": true,
|
|
@@ -49877,7 +49877,7 @@
|
|
|
49877
49877
|
"immutable": true,
|
|
49878
49878
|
"locationInModule": {
|
|
49879
49879
|
"filename": "src/javascript/node-project.ts",
|
|
49880
|
-
"line":
|
|
49880
|
+
"line": 515
|
|
49881
49881
|
},
|
|
49882
49882
|
"name": "maxNodeVersion",
|
|
49883
49883
|
"optional": true,
|
|
@@ -49894,7 +49894,7 @@
|
|
|
49894
49894
|
"immutable": true,
|
|
49895
49895
|
"locationInModule": {
|
|
49896
49896
|
"filename": "src/javascript/node-project.ts",
|
|
49897
|
-
"line":
|
|
49897
|
+
"line": 506
|
|
49898
49898
|
},
|
|
49899
49899
|
"name": "minNodeVersion",
|
|
49900
49900
|
"optional": true,
|
|
@@ -49909,7 +49909,7 @@
|
|
|
49909
49909
|
"immutable": true,
|
|
49910
49910
|
"locationInModule": {
|
|
49911
49911
|
"filename": "src/javascript/node-project.ts",
|
|
49912
|
-
"line":
|
|
49912
|
+
"line": 519
|
|
49913
49913
|
},
|
|
49914
49914
|
"name": "nodeVersion",
|
|
49915
49915
|
"optional": true,
|
|
@@ -49926,7 +49926,7 @@
|
|
|
49926
49926
|
"immutable": true,
|
|
49927
49927
|
"locationInModule": {
|
|
49928
49928
|
"filename": "src/javascript/node-project.ts",
|
|
49929
|
-
"line":
|
|
49929
|
+
"line": 451
|
|
49930
49930
|
},
|
|
49931
49931
|
"name": "npmignore",
|
|
49932
49932
|
"optional": true,
|
|
@@ -49941,7 +49941,7 @@
|
|
|
49941
49941
|
"immutable": true,
|
|
49942
49942
|
"locationInModule": {
|
|
49943
49943
|
"filename": "src/javascript/node-project.ts",
|
|
49944
|
-
"line":
|
|
49944
|
+
"line": 569
|
|
49945
49945
|
},
|
|
49946
49946
|
"name": "prettier",
|
|
49947
49947
|
"optional": true,
|
|
@@ -49959,7 +49959,7 @@
|
|
|
49959
49959
|
"immutable": true,
|
|
49960
49960
|
"locationInModule": {
|
|
49961
49961
|
"filename": "src/javascript/node-project.ts",
|
|
49962
|
-
"line":
|
|
49962
|
+
"line": 494
|
|
49963
49963
|
},
|
|
49964
49964
|
"name": "publisher",
|
|
49965
49965
|
"optional": true,
|
|
@@ -49975,7 +49975,7 @@
|
|
|
49975
49975
|
"immutable": true,
|
|
49976
49976
|
"locationInModule": {
|
|
49977
49977
|
"filename": "src/javascript/node-project.ts",
|
|
49978
|
-
"line":
|
|
49978
|
+
"line": 499
|
|
49979
49979
|
},
|
|
49980
49980
|
"name": "release",
|
|
49981
49981
|
"optional": true,
|
|
@@ -49991,7 +49991,7 @@
|
|
|
49991
49991
|
"immutable": true,
|
|
49992
49992
|
"locationInModule": {
|
|
49993
49993
|
"filename": "src/javascript/node-project.ts",
|
|
49994
|
-
"line":
|
|
49994
|
+
"line": 564
|
|
49995
49995
|
},
|
|
49996
49996
|
"name": "upgradeWorkflow",
|
|
49997
49997
|
"optional": true,
|
|
@@ -50017,7 +50017,7 @@
|
|
|
50017
50017
|
"kind": "interface",
|
|
50018
50018
|
"locationInModule": {
|
|
50019
50019
|
"filename": "src/javascript/node-project.ts",
|
|
50020
|
-
"line":
|
|
50020
|
+
"line": 95
|
|
50021
50021
|
},
|
|
50022
50022
|
"name": "NodeProjectOptions",
|
|
50023
50023
|
"namespace": "javascript",
|
|
@@ -50032,7 +50032,7 @@
|
|
|
50032
50032
|
"immutable": true,
|
|
50033
50033
|
"locationInModule": {
|
|
50034
50034
|
"filename": "src/javascript/node-project.ts",
|
|
50035
|
-
"line":
|
|
50035
|
+
"line": 183
|
|
50036
50036
|
},
|
|
50037
50037
|
"name": "defaultReleaseBranch",
|
|
50038
50038
|
"type": {
|
|
@@ -50049,7 +50049,7 @@
|
|
|
50049
50049
|
"immutable": true,
|
|
50050
50050
|
"locationInModule": {
|
|
50051
50051
|
"filename": "src/javascript/node-project.ts",
|
|
50052
|
-
"line":
|
|
50052
|
+
"line": 348
|
|
50053
50053
|
},
|
|
50054
50054
|
"name": "artifactsDirectory",
|
|
50055
50055
|
"optional": true,
|
|
@@ -50068,7 +50068,7 @@
|
|
|
50068
50068
|
"immutable": true,
|
|
50069
50069
|
"locationInModule": {
|
|
50070
50070
|
"filename": "src/javascript/node-project.ts",
|
|
50071
|
-
"line":
|
|
50071
|
+
"line": 397
|
|
50072
50072
|
},
|
|
50073
50073
|
"name": "auditDeps",
|
|
50074
50074
|
"optional": true,
|
|
@@ -50086,7 +50086,7 @@
|
|
|
50086
50086
|
"immutable": true,
|
|
50087
50087
|
"locationInModule": {
|
|
50088
50088
|
"filename": "src/javascript/node-project.ts",
|
|
50089
|
-
"line":
|
|
50089
|
+
"line": 403
|
|
50090
50090
|
},
|
|
50091
50091
|
"name": "auditDepsOptions",
|
|
50092
50092
|
"optional": true,
|
|
@@ -50105,7 +50105,7 @@
|
|
|
50105
50105
|
"immutable": true,
|
|
50106
50106
|
"locationInModule": {
|
|
50107
50107
|
"filename": "src/javascript/node-project.ts",
|
|
50108
|
-
"line":
|
|
50108
|
+
"line": 259
|
|
50109
50109
|
},
|
|
50110
50110
|
"name": "autoApproveUpgrades",
|
|
50111
50111
|
"optional": true,
|
|
@@ -50123,7 +50123,7 @@
|
|
|
50123
50123
|
"immutable": true,
|
|
50124
50124
|
"locationInModule": {
|
|
50125
50125
|
"filename": "src/javascript/node-project.ts",
|
|
50126
|
-
"line":
|
|
50126
|
+
"line": 380
|
|
50127
50127
|
},
|
|
50128
50128
|
"name": "biome",
|
|
50129
50129
|
"optional": true,
|
|
@@ -50141,7 +50141,7 @@
|
|
|
50141
50141
|
"immutable": true,
|
|
50142
50142
|
"locationInModule": {
|
|
50143
50143
|
"filename": "src/javascript/node-project.ts",
|
|
50144
|
-
"line":
|
|
50144
|
+
"line": 386
|
|
50145
50145
|
},
|
|
50146
50146
|
"name": "biomeOptions",
|
|
50147
50147
|
"optional": true,
|
|
@@ -50159,7 +50159,7 @@
|
|
|
50159
50159
|
"immutable": true,
|
|
50160
50160
|
"locationInModule": {
|
|
50161
50161
|
"filename": "src/javascript/node-project.ts",
|
|
50162
|
-
"line":
|
|
50162
|
+
"line": 129
|
|
50163
50163
|
},
|
|
50164
50164
|
"name": "buildWorkflow",
|
|
50165
50165
|
"optional": true,
|
|
@@ -50176,7 +50176,7 @@
|
|
|
50176
50176
|
"immutable": true,
|
|
50177
50177
|
"locationInModule": {
|
|
50178
50178
|
"filename": "src/javascript/node-project.ts",
|
|
50179
|
-
"line":
|
|
50179
|
+
"line": 133
|
|
50180
50180
|
},
|
|
50181
50181
|
"name": "buildWorkflowOptions",
|
|
50182
50182
|
"optional": true,
|
|
@@ -50195,7 +50195,7 @@
|
|
|
50195
50195
|
"immutable": true,
|
|
50196
50196
|
"locationInModule": {
|
|
50197
50197
|
"filename": "src/javascript/node-project.ts",
|
|
50198
|
-
"line":
|
|
50198
|
+
"line": 364
|
|
50199
50199
|
},
|
|
50200
50200
|
"name": "buildWorkflowTriggers",
|
|
50201
50201
|
"optional": true,
|
|
@@ -50212,7 +50212,7 @@
|
|
|
50212
50212
|
"immutable": true,
|
|
50213
50213
|
"locationInModule": {
|
|
50214
50214
|
"filename": "src/javascript/node-project.ts",
|
|
50215
|
-
"line":
|
|
50215
|
+
"line": 341
|
|
50216
50216
|
},
|
|
50217
50217
|
"name": "bundlerOptions",
|
|
50218
50218
|
"optional": true,
|
|
@@ -50231,7 +50231,7 @@
|
|
|
50231
50231
|
"immutable": true,
|
|
50232
50232
|
"locationInModule": {
|
|
50233
50233
|
"filename": "src/javascript/node-project.ts",
|
|
50234
|
-
"line":
|
|
50234
|
+
"line": 373
|
|
50235
50235
|
},
|
|
50236
50236
|
"name": "checkLicenses",
|
|
50237
50237
|
"optional": true,
|
|
@@ -50249,7 +50249,7 @@
|
|
|
50249
50249
|
"immutable": true,
|
|
50250
50250
|
"locationInModule": {
|
|
50251
50251
|
"filename": "src/javascript/node-project.ts",
|
|
50252
|
-
"line":
|
|
50252
|
+
"line": 154
|
|
50253
50253
|
},
|
|
50254
50254
|
"name": "codeCov",
|
|
50255
50255
|
"optional": true,
|
|
@@ -50267,7 +50267,7 @@
|
|
|
50267
50267
|
"immutable": true,
|
|
50268
50268
|
"locationInModule": {
|
|
50269
50269
|
"filename": "src/javascript/node-project.ts",
|
|
50270
|
-
"line":
|
|
50270
|
+
"line": 161
|
|
50271
50271
|
},
|
|
50272
50272
|
"name": "codeCovTokenSecret",
|
|
50273
50273
|
"optional": true,
|
|
@@ -50285,7 +50285,7 @@
|
|
|
50285
50285
|
"immutable": true,
|
|
50286
50286
|
"locationInModule": {
|
|
50287
50287
|
"filename": "src/javascript/node-project.ts",
|
|
50288
|
-
"line":
|
|
50288
|
+
"line": 102
|
|
50289
50289
|
},
|
|
50290
50290
|
"name": "copyrightOwner",
|
|
50291
50291
|
"optional": true,
|
|
@@ -50303,7 +50303,7 @@
|
|
|
50303
50303
|
"immutable": true,
|
|
50304
50304
|
"locationInModule": {
|
|
50305
50305
|
"filename": "src/javascript/node-project.ts",
|
|
50306
|
-
"line":
|
|
50306
|
+
"line": 109
|
|
50307
50307
|
},
|
|
50308
50308
|
"name": "copyrightPeriod",
|
|
50309
50309
|
"optional": true,
|
|
@@ -50322,7 +50322,7 @@
|
|
|
50322
50322
|
"immutable": true,
|
|
50323
50323
|
"locationInModule": {
|
|
50324
50324
|
"filename": "src/javascript/node-project.ts",
|
|
50325
|
-
"line":
|
|
50325
|
+
"line": 227
|
|
50326
50326
|
},
|
|
50327
50327
|
"name": "dependabot",
|
|
50328
50328
|
"optional": true,
|
|
@@ -50340,7 +50340,7 @@
|
|
|
50340
50340
|
"immutable": true,
|
|
50341
50341
|
"locationInModule": {
|
|
50342
50342
|
"filename": "src/javascript/node-project.ts",
|
|
50343
|
-
"line":
|
|
50343
|
+
"line": 234
|
|
50344
50344
|
},
|
|
50345
50345
|
"name": "dependabotOptions",
|
|
50346
50346
|
"optional": true,
|
|
@@ -50359,7 +50359,7 @@
|
|
|
50359
50359
|
"immutable": true,
|
|
50360
50360
|
"locationInModule": {
|
|
50361
50361
|
"filename": "src/javascript/node-project.ts",
|
|
50362
|
-
"line":
|
|
50362
|
+
"line": 242
|
|
50363
50363
|
},
|
|
50364
50364
|
"name": "depsUpgrade",
|
|
50365
50365
|
"optional": true,
|
|
@@ -50377,7 +50377,7 @@
|
|
|
50377
50377
|
"immutable": true,
|
|
50378
50378
|
"locationInModule": {
|
|
50379
50379
|
"filename": "src/javascript/node-project.ts",
|
|
50380
|
-
"line":
|
|
50380
|
+
"line": 249
|
|
50381
50381
|
},
|
|
50382
50382
|
"name": "depsUpgradeOptions",
|
|
50383
50383
|
"optional": true,
|
|
@@ -50394,7 +50394,7 @@
|
|
|
50394
50394
|
"immutable": true,
|
|
50395
50395
|
"locationInModule": {
|
|
50396
50396
|
"filename": "src/javascript/node-project.ts",
|
|
50397
|
-
"line":
|
|
50397
|
+
"line": 310
|
|
50398
50398
|
},
|
|
50399
50399
|
"name": "gitignore",
|
|
50400
50400
|
"optional": true,
|
|
@@ -50417,7 +50417,7 @@
|
|
|
50417
50417
|
"immutable": true,
|
|
50418
50418
|
"locationInModule": {
|
|
50419
50419
|
"filename": "src/javascript/node-project.ts",
|
|
50420
|
-
"line":
|
|
50420
|
+
"line": 316
|
|
50421
50421
|
},
|
|
50422
50422
|
"name": "jest",
|
|
50423
50423
|
"optional": true,
|
|
@@ -50435,7 +50435,7 @@
|
|
|
50435
50435
|
"immutable": true,
|
|
50436
50436
|
"locationInModule": {
|
|
50437
50437
|
"filename": "src/javascript/node-project.ts",
|
|
50438
|
-
"line":
|
|
50438
|
+
"line": 322
|
|
50439
50439
|
},
|
|
50440
50440
|
"name": "jestOptions",
|
|
50441
50441
|
"optional": true,
|
|
@@ -50455,7 +50455,7 @@
|
|
|
50455
50455
|
"immutable": true,
|
|
50456
50456
|
"locationInModule": {
|
|
50457
50457
|
"filename": "src/javascript/node-project.ts",
|
|
50458
|
-
"line":
|
|
50458
|
+
"line": 146
|
|
50459
50459
|
},
|
|
50460
50460
|
"name": "mutableBuild",
|
|
50461
50461
|
"optional": true,
|
|
@@ -50473,7 +50473,7 @@
|
|
|
50473
50473
|
"immutable": true,
|
|
50474
50474
|
"locationInModule": {
|
|
50475
50475
|
"filename": "src/javascript/node-project.ts",
|
|
50476
|
-
"line":
|
|
50476
|
+
"line": 278
|
|
50477
50477
|
},
|
|
50478
50478
|
"name": "npmignore",
|
|
50479
50479
|
"optional": true,
|
|
@@ -50496,7 +50496,7 @@
|
|
|
50496
50496
|
"immutable": true,
|
|
50497
50497
|
"locationInModule": {
|
|
50498
50498
|
"filename": "src/javascript/node-project.ts",
|
|
50499
|
-
"line":
|
|
50499
|
+
"line": 267
|
|
50500
50500
|
},
|
|
50501
50501
|
"name": "npmignoreEnabled",
|
|
50502
50502
|
"optional": true,
|
|
@@ -50513,7 +50513,7 @@
|
|
|
50513
50513
|
"immutable": true,
|
|
50514
50514
|
"locationInModule": {
|
|
50515
50515
|
"filename": "src/javascript/node-project.ts",
|
|
50516
|
-
"line":
|
|
50516
|
+
"line": 272
|
|
50517
50517
|
},
|
|
50518
50518
|
"name": "npmIgnoreOptions",
|
|
50519
50519
|
"optional": true,
|
|
@@ -50531,7 +50531,7 @@
|
|
|
50531
50531
|
"immutable": true,
|
|
50532
50532
|
"locationInModule": {
|
|
50533
50533
|
"filename": "src/javascript/node-project.ts",
|
|
50534
|
-
"line":
|
|
50534
|
+
"line": 356
|
|
50535
50535
|
},
|
|
50536
50536
|
"name": "package",
|
|
50537
50537
|
"optional": true,
|
|
@@ -50549,7 +50549,7 @@
|
|
|
50549
50549
|
"immutable": true,
|
|
50550
50550
|
"locationInModule": {
|
|
50551
50551
|
"filename": "src/javascript/node-project.ts",
|
|
50552
|
-
"line":
|
|
50552
|
+
"line": 299
|
|
50553
50553
|
},
|
|
50554
50554
|
"name": "prettier",
|
|
50555
50555
|
"optional": true,
|
|
@@ -50567,7 +50567,7 @@
|
|
|
50567
50567
|
"immutable": true,
|
|
50568
50568
|
"locationInModule": {
|
|
50569
50569
|
"filename": "src/javascript/node-project.ts",
|
|
50570
|
-
"line":
|
|
50570
|
+
"line": 305
|
|
50571
50571
|
},
|
|
50572
50572
|
"name": "prettierOptions",
|
|
50573
50573
|
"optional": true,
|
|
@@ -50585,7 +50585,7 @@
|
|
|
50585
50585
|
"immutable": true,
|
|
50586
50586
|
"locationInModule": {
|
|
50587
50587
|
"filename": "src/javascript/node-project.ts",
|
|
50588
|
-
"line":
|
|
50588
|
+
"line": 123
|
|
50589
50589
|
},
|
|
50590
50590
|
"name": "projenDevDependency",
|
|
50591
50591
|
"optional": true,
|
|
@@ -50603,7 +50603,7 @@
|
|
|
50603
50603
|
"immutable": true,
|
|
50604
50604
|
"locationInModule": {
|
|
50605
50605
|
"filename": "src/javascript/node-project.ts",
|
|
50606
|
-
"line":
|
|
50606
|
+
"line": 330
|
|
50607
50607
|
},
|
|
50608
50608
|
"name": "projenrcJs",
|
|
50609
50609
|
"optional": true,
|
|
@@ -50621,7 +50621,7 @@
|
|
|
50621
50621
|
"immutable": true,
|
|
50622
50622
|
"locationInModule": {
|
|
50623
50623
|
"filename": "src/javascript/node-project.ts",
|
|
50624
|
-
"line":
|
|
50624
|
+
"line": 336
|
|
50625
50625
|
},
|
|
50626
50626
|
"name": "projenrcJsOptions",
|
|
50627
50627
|
"optional": true,
|
|
@@ -50639,7 +50639,7 @@
|
|
|
50639
50639
|
"immutable": true,
|
|
50640
50640
|
"locationInModule": {
|
|
50641
50641
|
"filename": "src/javascript/node-project.ts",
|
|
50642
|
-
"line":
|
|
50642
|
+
"line": 116
|
|
50643
50643
|
},
|
|
50644
50644
|
"name": "projenVersion",
|
|
50645
50645
|
"optional": true,
|
|
@@ -50657,7 +50657,7 @@
|
|
|
50657
50657
|
"immutable": true,
|
|
50658
50658
|
"locationInModule": {
|
|
50659
50659
|
"filename": "src/javascript/node-project.ts",
|
|
50660
|
-
"line":
|
|
50660
|
+
"line": 285
|
|
50661
50661
|
},
|
|
50662
50662
|
"name": "pullRequestTemplate",
|
|
50663
50663
|
"optional": true,
|
|
@@ -50675,7 +50675,7 @@
|
|
|
50675
50675
|
"immutable": true,
|
|
50676
50676
|
"locationInModule": {
|
|
50677
50677
|
"filename": "src/javascript/node-project.ts",
|
|
50678
|
-
"line":
|
|
50678
|
+
"line": 292
|
|
50679
50679
|
},
|
|
50680
50680
|
"name": "pullRequestTemplateContents",
|
|
50681
50681
|
"optional": true,
|
|
@@ -50698,7 +50698,7 @@
|
|
|
50698
50698
|
"immutable": true,
|
|
50699
50699
|
"locationInModule": {
|
|
50700
50700
|
"filename": "src/javascript/node-project.ts",
|
|
50701
|
-
"line":
|
|
50701
|
+
"line": 176
|
|
50702
50702
|
},
|
|
50703
50703
|
"name": "release",
|
|
50704
50704
|
"optional": true,
|
|
@@ -50716,7 +50716,7 @@
|
|
|
50716
50716
|
"immutable": true,
|
|
50717
50717
|
"locationInModule": {
|
|
50718
50718
|
"filename": "src/javascript/node-project.ts",
|
|
50719
|
-
"line":
|
|
50719
|
+
"line": 203
|
|
50720
50720
|
},
|
|
50721
50721
|
"name": "releaseToNpm",
|
|
50722
50722
|
"optional": true,
|
|
@@ -50735,7 +50735,7 @@
|
|
|
50735
50735
|
"immutable": true,
|
|
50736
50736
|
"locationInModule": {
|
|
50737
50737
|
"filename": "src/javascript/node-project.ts",
|
|
50738
|
-
"line":
|
|
50738
|
+
"line": 169
|
|
50739
50739
|
},
|
|
50740
50740
|
"name": "releaseWorkflow",
|
|
50741
50741
|
"optional": true,
|
|
@@ -50753,7 +50753,7 @@
|
|
|
50753
50753
|
"immutable": true,
|
|
50754
50754
|
"locationInModule": {
|
|
50755
50755
|
"filename": "src/javascript/node-project.ts",
|
|
50756
|
-
"line":
|
|
50756
|
+
"line": 190
|
|
50757
50757
|
},
|
|
50758
50758
|
"name": "workflowBootstrapSteps",
|
|
50759
50759
|
"optional": true,
|
|
@@ -50776,7 +50776,7 @@
|
|
|
50776
50776
|
"immutable": true,
|
|
50777
50777
|
"locationInModule": {
|
|
50778
50778
|
"filename": "src/javascript/node-project.ts",
|
|
50779
|
-
"line":
|
|
50779
|
+
"line": 197
|
|
50780
50780
|
},
|
|
50781
50781
|
"name": "workflowGitIdentity",
|
|
50782
50782
|
"optional": true,
|
|
@@ -50795,7 +50795,7 @@
|
|
|
50795
50795
|
"immutable": true,
|
|
50796
50796
|
"locationInModule": {
|
|
50797
50797
|
"filename": "src/javascript/node-project.ts",
|
|
50798
|
-
"line":
|
|
50798
|
+
"line": 212
|
|
50799
50799
|
},
|
|
50800
50800
|
"name": "workflowNodeVersion",
|
|
50801
50801
|
"optional": true,
|
|
@@ -50813,7 +50813,7 @@
|
|
|
50813
50813
|
"immutable": true,
|
|
50814
50814
|
"locationInModule": {
|
|
50815
50815
|
"filename": "src/javascript/node-project.ts",
|
|
50816
|
-
"line":
|
|
50816
|
+
"line": 219
|
|
50817
50817
|
},
|
|
50818
50818
|
"name": "workflowPackageCache",
|
|
50819
50819
|
"optional": true,
|
|
@@ -52124,7 +52124,7 @@
|
|
|
52124
52124
|
"kind": "interface",
|
|
52125
52125
|
"locationInModule": {
|
|
52126
52126
|
"filename": "src/javascript/node-project.ts",
|
|
52127
|
-
"line":
|
|
52127
|
+
"line": 1535
|
|
52128
52128
|
},
|
|
52129
52129
|
"name": "RenderWorkflowSetupOptions",
|
|
52130
52130
|
"namespace": "javascript",
|
|
@@ -52140,7 +52140,7 @@
|
|
|
52140
52140
|
"immutable": true,
|
|
52141
52141
|
"locationInModule": {
|
|
52142
52142
|
"filename": "src/javascript/node-project.ts",
|
|
52143
|
-
"line":
|
|
52143
|
+
"line": 1544
|
|
52144
52144
|
},
|
|
52145
52145
|
"name": "installStepConfiguration",
|
|
52146
52146
|
"optional": true,
|
|
@@ -52158,7 +52158,7 @@
|
|
|
52158
52158
|
"immutable": true,
|
|
52159
52159
|
"locationInModule": {
|
|
52160
52160
|
"filename": "src/javascript/node-project.ts",
|
|
52161
|
-
"line":
|
|
52161
|
+
"line": 1549
|
|
52162
52162
|
},
|
|
52163
52163
|
"name": "mutable",
|
|
52164
52164
|
"optional": true,
|
|
@@ -81289,6 +81289,6 @@
|
|
|
81289
81289
|
"usedFeatures": [
|
|
81290
81290
|
"class-covariant-overrides"
|
|
81291
81291
|
],
|
|
81292
|
-
"version": "0.99.
|
|
81293
|
-
"fingerprint": "
|
|
81292
|
+
"version": "0.99.36",
|
|
81293
|
+
"fingerprint": "rKlblnMyDVwC8Ly59i3zxlNLu5ZF0l97/uiKJ9+ISuw="
|
|
81294
81294
|
}
|