{ "name": "@push.rocks/smartantivirus", "version": "1.3.1", "private": false, "description": "A Node.js package providing integration with ClamAV for anti-virus scanning, facilitating both Docker containerized management and direct connection to a ClamAV daemon.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Task Venture Capital GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --web --verbose --logfile --timeout 120)", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "(tsdoc)" }, "devDependencies": { "@git.zone/tsbuild": "^2.6.4", "@git.zone/tsbundle": "^2.5.1", "@git.zone/tsrun": "^1.2.46", "@git.zone/tstest": "^2.3.4", "@push.rocks/tapbundle": "^6.0.3", "@types/node": "^24.3.0", "typescript": "^5.9.2" }, "dependencies": { "@push.rocks/smartfile": "^11.2.5", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartstream": "^3.2.5", "axios": "^1.11.0", "tar": "^7.4.3" }, "repository": { "type": "git", "url": "git+https://code.foss.global/push.rocks/smartantivirus.git" }, "bugs": { "url": "https://code.foss.global/push.rocks/smartantivirus/issues" }, "homepage": "https://code.foss.global/push.rocks/smartantivirus#readme", "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "keywords": [ "antivirus", "Node.js", "ClamAV", "virus scanning", "security", "Docker", "in-memory scanning", "file scanning", "stream scanning", "data protection", "network security", "buffer scanning", "software testing" ], "packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748" }