malware-detector-cli
Version:
Universal malware detection CLI with deep file analysis capabilities
30 lines (29 loc) • 634 B
JSON
{
"name": "malware-detector-cli",
"version": "3.0.0",
"description": "Universal malware detection CLI with deep file analysis capabilities",
"main": "index.js",
"bin": {
"malware-detector": "cli.js"
},
"scripts": {
"test": "mocha tests/"
},
"keywords": [
"malware",
"security",
"detection",
"cli",
"antivirus"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"cross-spawn": "^7.0.6",
"yargs": "^17.7.2"
},
"devDependencies": {
"mocha": "^10.2.0"
}
}