II.
Library JSON
Structured · livelibrary:tsx
tsx json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:tsx",
"_kind": "Library",
"_file": "domain/libraries/libraries-node-testing-utils.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "tsx",
"belongsToLanguageId": "language:javascript",
"category": "other",
"description": "Enhanced TypeScript execute (tsx) — run TypeScript and ESM files with Node.js, powered by esbuild for fast cold starts.\n"
},
"outgoingEdges": [
{
"from": "library:tsx",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:tsx",
"to": "skill-area:ci-pipeline-optimization",
"kind": "used_for"
},
{
"from": "library:tsx",
"to": "library:ts-node",
"kind": "alternative_to"
},
{
"from": "library:tsx",
"to": "library:swc",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:nodemon",
"to": "library:tsx",
"kind": "alternative_to"
},
{
"from": "library:ts-node",
"to": "library:tsx",
"kind": "alternative_to"
},
{
"from": "library:tsup",
"to": "library:tsx",
"kind": "alternative_to"
}
]
}