II.
Library JSON
Structured · livelibrary:ts-node
ts-node json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:ts-node",
"_kind": "Library",
"_file": "domain/libraries/libraries-node-testing-utils.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "ts-node",
"belongsToLanguageId": "language:javascript",
"category": "other",
"description": "TypeScript execution and REPL for Node.js — run TypeScript files directly without a separate compilation step.\n"
},
"outgoingEdges": [
{
"from": "library:ts-node",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:ts-node",
"to": "skill-area:ci-pipeline-optimization",
"kind": "used_for"
},
{
"from": "library:ts-node",
"to": "library:tsx",
"kind": "alternative_to"
},
{
"from": "library:ts-node",
"to": "library:swc",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:tsx",
"to": "library:ts-node",
"kind": "alternative_to"
}
]
}