npm-link-up
npm-link-up copied to clipboard
packages map keys array
if we get this:
{
"packages":{
"foo": [],
"bar": []
}
}
we should map it to:
{
"packages":{
"foo": { "list": []},
"bar": { "list": []},
}
}