| Name | Type | Description | Notes |
|---|---|---|---|
| appType | string | Node.js application type | |
| nodeVersion | int | Node.js version | |
| rootDirectory | string | Application root directory | |
| outputDirectory | string | Build output directory | |
| buildScript | string | The npm script to run to build the application | |
| entryFile | string | The main entry point file for the application | |
| packageManager | string | Package manager | |
| availableScripts | string[] | The scripts configured in the package.json file |