2025-01-10 03:09:32 +01:00
{
"name" : "@push.rocks/smartantivirus" ,
2025-02-05 10:52:36 +01:00
"version" : "1.3.0" ,
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" : {
"test" : "(tstest test/ --web)" ,
"build" : "(tsbuild --web --allowimplicitany)" ,
"buildDocs" : "(tsdoc)"
} ,
"devDependencies" : {
"@git.zone/tsbuild" : "^2.1.25" ,
"@git.zone/tsbundle" : "^2.0.5" ,
"@git.zone/tsrun" : "^1.2.46" ,
"@git.zone/tstest" : "^1.0.44" ,
"@push.rocks/tapbundle" : "^5.0.15" ,
2025-02-03 13:55:15 +01:00
"@types/node" : "^20.8.7" ,
"typescript" : "^5.7.3"
2025-01-10 03:09:32 +01:00
} ,
"dependencies" : {
"@push.rocks/smartfile" : "^11.1.5" ,
"@push.rocks/smartpath" : "^5.0.18" ,
2025-02-05 10:49:46 +01:00
"@push.rocks/smartstream" : "^3.2.5" ,
2025-01-10 03:09:32 +01:00
"axios" : "^1.7.9" ,
"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-01-10 03:09:32 +01:00
]
2025-02-07 20:47:30 +01:00
}