actions-marketplace-validations/Get package.json info Github action
Get the name and version of a package.json file and outputs it.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path to the folder containing the package.json file | yes | . |
Outputs
| name | description |
|---|---|
| name | The name of the package |
| version | The version of the package |
| data | The package.json content |