{
"depConstraints": [
{
"sourceTag": "layer:core",
"onlyDependOnLibsWithTags": ["layer:core"]
},
{
"sourceTag": "layer:feature",
"onlyDependOnLibsWithTags": ["layer:core"]
},
{
"sourceTag": "layer:block",
"onlyDependOnLibsWithTags": ["layer:feature", "layer:core"]
},
{
"sourceTag": "layer:page",
"onlyDependOnLibsWithTags": ["layer:block", "layer:core"]
},
{
"sourceTag": "layer:app",
"onlyDependOnLibsWithTags": ["layer:page", "layer:core"]
}
]
}