{
  "rootDir": "/home/runner/work/ironglancer/ironglancer/tests/fixtures/sample-app",
  "entry": "src/app.jsx",
  "treeText": "src/app.jsx\n- shared/theme.js\n- src/components/App.jsx\n- src/lib/util.js\n- src/panes/Inspector.jsx\n- [external] cdn.example.com",
  "jsScripts": [
    {
      "path": "shared/theme.js",
      "lineCount": 2,
      "maxLineLength": 29
    },
    {
      "path": "src/app.jsx",
      "lineCount": 10,
      "maxLineLength": 68
    },
    {
      "path": "src/components/App.jsx",
      "lineCount": 4,
      "maxLineLength": 31
    },
    {
      "path": "src/lib/util.js",
      "lineCount": 4,
      "maxLineLength": 26
    },
    {
      "path": "src/panes/Inspector.jsx",
      "lineCount": 4,
      "maxLineLength": 37
    }
  ],
  "mermaid": "classDiagram\n  class app {\n    +helper\n    +RootApp()\n  }\n  class App {\n    +App()\n  }\n  class Inspector {\n    +Inspector()\n  }\n  app --> App : imports\n  app --> Inspector : imports",
  "summary": {
    "moduleCount": 5,
    "jsxClassCount": 3,
    "jsScriptCount": 5,
    "externalCount": 1
  },
  "meta": {
    "packageName": "ironglancer",
    "version": "0.1.1",
    "generatedAt": "2026-06-28T23:03:58.780Z"
  }
}
