CLI 命令查看依赖pnpm sbom版本:11.x在此页面pnpm sbomAdded in: v11.0.0 Generate a Software Bill of Materials (SBOM) for the project. Supported formats: CycloneDX 1.7 (JSON) SPDX 2.3 (JSON) 使用方法 pnpm sbom --format cyclonedxpnpm sbom --format spdx 配置项 --format <format> The SBOM format to generate. Supported values: cyclonedx, spdx.