nextcloud-libraries/parse-package-engines
Parse package engines from package.json files to setup CI environments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the package.json file | no | ./package.json |
| working-directory | The working directory to resolve the path against. | no | — |
Outputs
| name | description |
|---|---|
| node-version | The detected node version |
| package-manager-name | The detected package manager name |
| package-manager-version | The detected package manager version |