cubx-dependency-resolver
Version:
Npm package to resolve the dependencies of a list of artifacts
26 lines (23 loc) • 625 B
JSON
{
"artifacts": {
"utilities": [
{
"artifactId": "util2",
"description": "This util demonstrates ...",
"resources": [
"js/pack2.js"
],
"dependencies": [
{
"artifactId": "util3",
"webpackageId": "package3@1.0.0"
},
{
"artifactId": "util5",
"webpackageId": "package5@1.0.0"
}
]
}
]
}
}