II.
Tool JSON
Structured · livetool:turbopack
Turbopack json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:turbopack",
"_kind": "Tool",
"_file": "domain/tools/turbopack.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Turbopack",
"homepageUrl": "https://turbo.build/pack",
"kind": "bundler",
"description": "Incremental bundler optimized for JavaScript and TypeScript, written in Rust by Vercel.\n"
},
"outgoingEdges": [
{
"from": "tool:turbopack",
"to": "language:javascript",
"kind": "belongs_to_language",
"attributes": {}
},
{
"from": "tool:turbopack",
"to": "skill-area:ci-pipeline-optimization",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:turbopack",
"to": "tool:webpack",
"kind": "alternative_to",
"attributes": {
"comparison": "JavaScript bundlers"
}
},
{
"from": "tool:turbopack",
"to": "tool:vite",
"kind": "alternative_to",
"attributes": {
"comparison": "JavaScript bundlers"
}
},
{
"from": "tool:turbopack",
"to": "tool:parcel",
"kind": "alternative_to",
"attributes": {
"comparison": "JavaScript bundlers"
}
}
],
"incomingEdges": [
{
"from": "tool:parcel",
"to": "tool:turbopack",
"kind": "alternative_to",
"attributes": {
"comparison": "JavaScript bundlers"
}
},
{
"from": "tool:vite",
"to": "tool:turbopack",
"kind": "alternative_to",
"attributes": {
"comparison": "JavaScript bundlers"
}
},
{
"from": "tool:webpack",
"to": "tool:turbopack",
"kind": "alternative_to",
"attributes": {
"comparison": "JavaScript bundlers"
}
},
{
"from": "tool-server:mcp-turborepo",
"to": "tool:turbopack",
"kind": "integrates_with",
"attributes": {}
}
]
}