Files
smartantivirus/package.json
T

66 lines
1.6 KiB
JSON

{
"name": "@push.rocks/smartantivirus",
"version": "1.3.2",
"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 <hello@task.vc>",
"license": "MIT",
"scripts": {
"test": "tstest test/ --verbose --timeout 120",
"build": "tsbuild --web",
"format": "gitzone format",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.3",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0"
},
"dependencies": {
"@push.rocks/smartpath": "^6.0.0",
"@push.rocks/smartstream": "^3.4.2"
},
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartantivirus.git"
},
"bugs": {
"url": "https://gitlab.com/push.rocks/smartantivirus/issues"
},
"homepage": "https://code.foss.global/push.rocks/smartantivirus",
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
"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.28.2"
}