byu-oit/byu-oit/github-action-package-json
Parses and outputs information from a package.json file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Specifies the directory to look for a package.json. Defaults to the current working directory. | no | "" |
| version | Toggles the version module to output version information. | no | — |
Outputs
| name | description |
|---|---|
| version | A rich version object which includes the version, major, minor, patch, build, and prerelease properties from the Semver class in the semver module (see semver/functions/parse for more information). |