carrot-scan
Version:
Command-line tool for detecting vulnerabilities in files and directories.
17 lines (16 loc) • 402 B
JSON
{
"name": "@carrot-scan/core",
"version": "1.0.0",
"description": "Core scanning logic for carrot-scan.",
"main": "index.js",
"types": "index.d.ts",
"type": "module",
"author": "SonoTommy [https://github.com/SonoTommy]",
"license": "MIT",
"dependencies": {
"@nodesecure/js-x-ray": "^9.0.0",
"chalk": "^5.4.1",
"globby": "^14.1.0",
"typhonjs-escomplex": "^0.1.0"
}
}