{
  "name": "@cyclonedx/cdxgen",
  "version": "11.2.3",
  "description": "Creates CycloneDX Software Bill of Materials (SBOM) from source or container image",
  "homepage": "http://github.com/cyclonedx/cdxgen",
  "author": "Prabhu Subramanian <prabhu@appthreat.com>",
  "license": "Apache-2.0",
  "keywords": [
    "sbom",
    "bom",
    "inventory",
    "spdx",
    "package-url",
    "purl",
    "owasp",
    "component",
    "dependency",
    "appsec",
    "scrm"
  ],
  "contributors": [
    {
      "name": "Erlend Oftedal"
    },
    {
      "name": "Steve Springett",
      "email": "steve.springett@owasp.org",
      "url": "https://about.me/stevespringett"
    },
    {
      "name": "Prabhu Subramanian",
      "url": "https://github.com/prabhu"
    },
    {
      "name": "Adam Setch",
      "url": "https://github.com/setchy"
    }
  ],
  "type": "module",
  "exports": {
    "import": "./lib/cli/index.js",
    "types": "./types/lib/cli/index.d.ts"
  },
  "types": "./types/lib/cli/index.d.ts",
  "bin": {
    "cdxgen": "bin/cdxgen.js",
    "cdxgen-secure": "bin/cdxgen.js",
    "obom": "bin/cdxgen.js",
    "cbom": "bin/cdxgen.js",
    "saasbom": "bin/cdxgen.js",
    "cdxi": "bin/repl.js",
    "evinse": "bin/evinse.js",
    "cdx-verify": "bin/verify.js"
  },
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CycloneDX/cdxgen.git"
  },
  "bugs": {
    "url": "https://github.com/cyclonedx/cdxgen/issues"
  },
  "lint-staged": {
    "*": "biome check --fix --no-errors-on-unmatched"
  },
  "dependencies": {
    "@babel/parser": "^7.27.0",
    "@babel/traverse": "^7.27.0",
    "@iarna/toml": "2.2.5",
    "@npmcli/arborist": "9.0.1",
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1",
    "cheerio": "^1.0.0",
    "edn-data": "1.1.2",
    "find-up": "7.0.0",
    "glob": "^11.0.0",
    "global-agent": "^3.0.0",
    "got": "^14.4.5",
    "iconv-lite": "^0.6.3",
    "js-yaml": "^4.1.0",
    "jws": "^4.0.0",
    "node-stream-zip": "^1.15.0",
    "packageurl-js": "1.0.2",
    "prettify-xml": "^1.2.0",
    "properties-reader": "^2.3.0",
    "semver": "^7.7.1",
    "ssri": "^12.0.0",
    "table": "^6.9.0",
    "tar": "^7.4.3",
    "uuid": "^11.0.2",
    "validate-iri": "^1.0.1",
    "xml-js": "^1.6.11",
    "yargs": "^17.7.2",
    "yoctocolors": "^2.1.1"
  },
  "optionalDependencies": {
    "@appthreat/atom": "2.1.14",
    "@appthreat/cdx-proto": "1.0.1",
    "@cyclonedx/cdxgen-plugins-bin": "1.6.10",
    "@cyclonedx/cdxgen-plugins-bin-linux-arm": "1.6.10",
    "@cyclonedx/cdxgen-plugins-bin-linux-amd64": "1.6.10",
    "@cyclonedx/cdxgen-plugins-bin-linux-arm64": "1.6.10",
    "@cyclonedx/cdxgen-plugins-bin-darwin-amd64": "1.6.10",
    "@cyclonedx/cdxgen-plugins-bin-darwin-arm64": "1.6.10",
    "@cyclonedx/cdxgen-plugins-bin-linux-ppc64": "1.6.10",
    "@cyclonedx/cdxgen-plugins-bin-windows-amd64": "1.6.10",
    "@cyclonedx/cdxgen-plugins-bin-windows-arm64": "1.6.10",
    "body-parser": "^2.2.0",
    "compression": "^1.7.5",
    "connect": "^3.7.0",
    "jsonata": "^2.0.6",
    "sequelize": "^6.37.7",
    "sqlite3": "^5.1.7"
  },
  "files": [
    "*.js",
    "lib/**",
    "bin/",
    "data/",
    "types/"
  ],
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "jest": "^29.7.0",
    "typescript": "^5.8.2"
  },
  "overrides": {
    "glob": "^11.0.0",
    "node-gyp": "^10.2.0",
    "prebuild": "^13.0.0",
    "pacote": "^20.0.0",
    "negotiator": "^0.6.4"
  },
  "scripts": {
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --inject-globals false lib/managers/docker.test.js lib/helpers/package_specific/gradleutils.test.js lib/helpers/utils.test.js lib/helpers/display.test.js lib/stages/postgen/postgen.test.js lib/evinser/swiftsem.test.js",
    "watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch --inject-globals false",
    "lint:check": "biome check",
    "lint": "biome check --fix",
    "lint:errors": "biome check --diagnostic-level=error",
    "gen-types": "npx -p typescript tsc"
  }
}