II.
Library JSON
Structured · livelibrary:tsup
tsup json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:tsup",
"_kind": "Library",
"_file": "domain/libraries/libraries-node-testing-utils.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "tsup",
"belongsToLanguageId": "language:javascript",
"category": "other",
"description": "Zero-config TypeScript bundler powered by esbuild — bundles libraries to CJS, ESM, and type declarations with minimal configuration.\n"
},
"outgoingEdges": [
{
"from": "library:tsup",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:tsup",
"to": "skill-area:ci-pipeline-optimization",
"kind": "used_for"
},
{
"from": "library:tsup",
"to": "library:tsx",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:build-runner",
"to": "library:tsup",
"kind": "alternative_to"
},
{
"from": "stack-profile:open-source-library",
"to": "library:tsup",
"kind": "composed_of"
},
{
"from": "stack-profile:sdk-developer-kit",
"to": "library:tsup",
"kind": "composed_of"
}
]
}