II.
Library JSON
Structured · livelibrary:trpc
tRPC json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:trpc",
"_kind": "Library",
"_file": "domain/libraries/libraries-typescript.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "tRPC",
"belongsToLanguageId": "language:typescript",
"description": "End-to-end typesafe APIs for TypeScript — share procedure types\nacross server and client without a schema layer.\n"
},
"outgoingEdges": [
{
"from": "library:trpc",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "library:trpc",
"to": "skill-area:backend-api-design",
"kind": "used_for"
},
{
"from": "library:trpc",
"to": "library:trpc-server",
"kind": "alternative_to"
},
{
"from": "library:trpc",
"to": "library:trpc-client",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:trpc-server",
"to": "library:trpc",
"kind": "alternative_to"
},
{
"from": "library:trpc-client",
"to": "library:trpc",
"kind": "alternative_to"
},
{
"from": "specialization:webapp-fullstack-typescript",
"to": "library:trpc",
"kind": "uses_library"
}
]
}