carrot-scan
Version:
Command-line tool for detecting vulnerabilities in files and directories.
28 lines (27 loc) • 622 B
JSON
{
"name": "sbom",
"version": "1.0.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p ."
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@cyclonedx/bom": "^4.1.0",
"@cyclonedx/cyclonedx-library": "^8.4.0",
"cyclonedx-bom": "^0.0.9",
"license-checker-rseidelsohn": "^4.4.2",
"node-fetch": "^3.3.2",
"node-sarif-builder": "^3.2.0",
"p-limit": "^6.2.0"
},
"devDependencies": {
"@types/sarif": "^2.1.7"
}
}