sbom-tools 0.2.0

Semantic SBOM diff and analysis tool
Documentation
{
  "bomFormat": "CycloneDX",
  "specVersion": "1.5",
  "version": 1,
  "metadata": {
    "timestamp": "2026-01-04T12:00:00Z",
    "tools": [
      {
        "name": "test-generator",
        "version": "1.0.0"
      }
    ],
    "component": {
      "type": "application",
      "name": "test-app",
      "version": "1.0.0"
    }
  },
  "components": [
    {
      "type": "library",
      "bom-ref": "lodash@4.17.21",
      "name": "lodash",
      "version": "4.17.21",
      "purl": "pkg:npm/lodash@4.17.21",
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ]
    },
    {
      "type": "library",
      "bom-ref": "express@4.18.2",
      "name": "express",
      "version": "4.18.2",
      "purl": "pkg:npm/express@4.18.2",
      "licenses": [
        {
          "license": {
            "id": "MIT"
          }
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "test-app@1.0.0",
      "dependsOn": ["lodash@4.17.21", "express@4.18.2"]
    },
    {
      "ref": "express@4.18.2",
      "dependsOn": ["lodash@4.17.21"]
    }
  ]
}