II.
Library JSON
Structured · livelibrary:nodemailer
Nodemailer json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:nodemailer",
"_kind": "Library",
"_file": "domain/libraries/libraries-node-backend.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Nodemailer",
"belongsToLanguageId": "language:javascript",
"category": "other",
"description": "Module for sending emails from Node.js applications, supporting\nSMTP, OAuth2, and various transport plugins; handles attachments,\nHTML content, and embedded images.\n"
},
"outgoingEdges": [
{
"from": "library:nodemailer",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:nodemailer",
"to": "skill-area:backend-async-processing",
"kind": "used_for"
},
{
"from": "library:nodemailer",
"to": "library:bull",
"kind": "alternative_to"
}
],
"incomingEdges": []
}