Constraints are used to limit which packages can depend on one another.


Properties

disallow

"*" | string[]

The disallow property accepts a * selector to match all packages or an array of tags to match groups of packages.

allow

"*" | string[]

The allow property accepts a * selector to match all packages or an array of tags to match groups of packages.