II.
Library JSON
Structured · livelibrary:cross-env
cross-env json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:cross-env",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-utilities-templates.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "cross-env",
"belongsToLanguageId": "language:javascript",
"category": "scripts",
"description": "CLI tool that lets you set environment variables in npm scripts\nusing UNIX syntax on Windows, macOS, and Linux, eliminating the need\nfor platform-specific script variants.\n"
},
"outgoingEdges": [
{
"from": "library:cross-env",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:cross-env",
"to": "skill-area:ci-pipeline-optimization",
"kind": "used_for"
},
{
"from": "library:cross-env",
"to": "library:dotenv",
"kind": "alternative_to"
}
],
"incomingEdges": []
}