actions-marketplace-validations/package-json-validator

A Github Action for validating package.json conventions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
rulesA line-separated list of rules to validate.yes
allowed-rangesCan be used with the ranges rule. This is a line-separated list of package version range specifiers allowed in your package.json. Omitting this input means only exact versions are allowed.no
allowed-tagsCan be used with the tags rule. Line-separated list of package version tags allowed in your package.json. Omitting this input means no version tags are allowed.no
dependency-typesLine-separated list of dependency types to validate within your package.json.nodependencies
ignore-packagesLine-separated list of dependencies to skip validation for.no
ignore-resolutionsLine-separated list of dependencies to skip validation for resolutions field.no
ignore-resolutions-untilDate string to skip validation for resolutions field for a specific amount of time.no
package-json-locationThe location of the package.json to validateno

no outputs