2025-01-10 03:09:32 +01:00
{
"name" : "@push.rocks/smartantivirus" ,
2026-05-01 15:48:20 +00:00
"version" : "1.3.3" ,
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" ,
2026-05-01 15:48:19 +00:00
"author" : "Task Venture Capital GmbH <hello@task.vc>" ,
2025-01-10 03:09:32 +01:00
"license" : "MIT" ,
"scripts" : {
2026-05-01 15:48:19 +00:00
"test" : "tstest test/ --verbose --timeout 120" ,
"build" : "tsbuild --web" ,
"format" : "gitzone format" ,
"buildDocs" : "tsdoc"
2025-01-10 03:09:32 +01:00
} ,
"devDependencies" : {
2026-05-01 15:48:19 +00:00
"@git.zone/tsbuild" : "^4.4.0" ,
"@git.zone/tsrun" : "^2.0.3" ,
"@git.zone/tstest" : "^3.6.3" ,
"@types/node" : "^25.6.0"
2025-01-10 03:09:32 +01:00
} ,
"dependencies" : {
2025-08-16 20:37:58 +00:00
"@push.rocks/smartpath" : "^6.0.0" ,
2026-05-01 15:48:19 +00:00
"@push.rocks/smartstream" : "^3.4.2"
2025-01-10 03:09:32 +01:00
} ,
"repository" : {
"type" : "git" ,
2026-05-01 15:48:19 +00:00
"url" : "https://code.foss.global/push.rocks/smartantivirus.git"
2025-01-10 03:09:32 +01:00
} ,
"bugs" : {
2026-05-01 15:48:19 +00:00
"url" : "https://gitlab.com/push.rocks/smartantivirus/issues"
2025-01-10 03:09:32 +01:00
} ,
2026-05-01 15:48:19 +00:00
"homepage" : "https://code.foss.global/push.rocks/smartantivirus" ,
2025-01-10 03:09:32 +01:00
"files" : [
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
"dist_*/**/*" ,
"dist_ts/**/*" ,
"dist_ts_web/**/*" ,
"assets/**/*" ,
"cli.js" ,
2026-05-01 15:48:19 +00:00
".smartconfig.json" ,
"license" ,
2025-01-10 03:09:32 +01:00
"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
] ,
2026-05-01 15:48:19 +00:00
"packageManager" : "pnpm@10.28.2"
2025-02-07 20:47:31 +01:00
}