II.
Library JSON
Structured · livelibrary:zx
zx json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:zx",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-utilities-templates.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "zx",
"belongsToLanguageId": "language:javascript",
"category": "shell-process",
"description": "Google's toolkit for writing shell scripts in JavaScript/TypeScript;\nwraps child_process with async/await sugar, tagged template literals\nfor shell commands, and built-in fetch, chalk, and glob helpers.\n"
},
"outgoingEdges": [
{
"from": "library:zx",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:zx",
"to": "skill-area:cli-design",
"kind": "used_for"
},
{
"from": "library:zx",
"to": "library:execa",
"kind": "alternative_to"
},
{
"from": "library:zx",
"to": "library:shelljs",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:commander",
"to": "library:zx",
"kind": "alternative_to"
}
]
}