2025-01-10 03:09:32 +01:00
{
"name" : "@push.rocks/smartantivirus" ,
2025-02-07 20:47:31 +01:00
"version" : "1.3.1" ,
2025-01-10 03:09:32 +01:00
"private" : false ,
2025-02-07 20:47:30 +01:00
"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." ,
2025-01-10 03:09:32 +01:00
"main" : "dist_ts/index.js" ,
"typings" : "dist_ts/index.d.ts" ,
"type" : "module" ,
"author" : "Task Venture Capital GmbH" ,
"license" : "MIT" ,
"scripts" : {
2025-08-16 20:37:58 +00:00
"test" : "(tstest test/ --web --verbose --logfile --timeout 120)" ,
2025-01-10 03:09:32 +01:00
"build" : "(tsbuild --web --allowimplicitany)" ,
"buildDocs" : "(tsdoc)"
} ,
"devDependencies" : {
2025-08-16 20:37:58 +00:00
"@git.zone/tsbuild" : "^2.6.4" ,
"@git.zone/tsbundle" : "^2.5.1" ,
2025-01-10 03:09:32 +01:00
"@git.zone/tsrun" : "^1.2.46" ,
2025-08-16 20:37:58 +00:00
"@git.zone/tstest" : "^2.3.4" ,
"@push.rocks/tapbundle" : "^6.0.3" ,
"@types/node" : "^24.3.0" ,
"typescript" : "^5.9.2"
2025-01-10 03:09:32 +01:00
} ,
"dependencies" : {
2025-08-16 20:37:58 +00:00
"@push.rocks/smartfile" : "^11.2.5" ,
"@push.rocks/smartpath" : "^6.0.0" ,
2025-02-05 10:49:46 +01:00
"@push.rocks/smartstream" : "^3.2.5" ,
2025-08-16 20:37:58 +00:00
"axios" : "^1.11.0" ,
2025-01-10 03:09:32 +01:00
"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"
2025-01-10 03:25:22 +01:00
] ,
"keywords" : [
"antivirus" ,
"Node.js" ,
2025-02-07 20:47:30 +01:00
"ClamAV" ,
2025-01-10 03:25:22 +01:00
"virus scanning" ,
"security" ,
2025-02-07 20:47:30 +01:00
"Docker" ,
"in-memory scanning" ,
"file scanning" ,
"stream scanning" ,
2025-01-10 03:25:22 +01:00
"data protection" ,
2025-02-07 20:47:30 +01:00
"network security" ,
"buffer scanning" ,
2025-01-10 03:25:22 +01:00
"software testing"
2025-08-16 20:37:58 +00:00
] ,
"packageManager" : "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
2025-02-07 20:47:31 +01:00
}