II.
Library JSON
Structured · livelibrary:dotenv
dotenv json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:dotenv",
"_kind": "Library",
"_file": "domain/libraries/libraries-node-backend.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "dotenv",
"belongsToLanguageId": "language:javascript",
"category": "other",
"description": "Zero-dependency module that loads environment variables from a .env\nfile into process.env, decoupling configuration from code following\nthe Twelve-Factor App methodology.\n"
},
"outgoingEdges": [
{
"from": "library:dotenv",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:dotenv",
"to": "skill-area:backend-api-design",
"kind": "used_for"
},
{
"from": "library:dotenv",
"to": "library:python-dotenv",
"kind": "alternative_to"
},
{
"from": "library:dotenv",
"to": "library:viper",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:cross-env",
"to": "library:dotenv",
"kind": "alternative_to"
}
]
}