II.
Library JSON
Structured · livelibrary:npm-run-all
npm-run-all json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:npm-run-all",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-utilities-templates.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "npm-run-all",
"belongsToLanguageId": "language:javascript",
"category": "scripts",
"description": "CLI tool to run multiple npm-scripts sequentially or in parallel;\nprovides run-s (sequential) and run-p (parallel) shorthands with\nglob pattern support for script names.\n"
},
"outgoingEdges": [
{
"from": "library:npm-run-all",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:npm-run-all",
"to": "skill-area:ci-pipeline-optimization",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:concurrently",
"to": "library:npm-run-all",
"kind": "alternative_to"
}
]
}