totalvirus-api
Version:
Node.js wrapper for VirusTotal API. Scan files, URLs, and fetch malware analysis reports.
25 lines (24 loc) • 520 B
JSON
{
"name": "totalvirus-api",
"version": "1.0.0",
"main": "index.js",
"type": "commonjs",
"description": "Node.js wrapper for VirusTotal API. Scan files, URLs, and fetch malware analysis reports.",
"author": "Vraj Suratwala",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"virustotal",
"api",
"scanner",
"malware",
"security",
"virus",
"file-scan",
"url-scan",
"cyber-security",
"virustotal-api"
]
}