Files
smartantivirus/package.json

69 lines
1.9 KiB
JSON
Raw Normal View History

2025-01-10 03:09:32 +01:00
{
"name": "@push.rocks/smartantivirus",
2025-08-16 20:37:59 +00:00
"version": "1.3.2",
2025-01-10 03:09:32 +01:00
"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.",
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 --verbose --logfile --timeout 120)",
2025-01-10 03:09:32 +01:00
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "(tsdoc)"
},
"devDependencies": {
"@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",
"@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": {
"@push.rocks/smartfile": "^11.2.5",
"@push.rocks/smartpath": "^6.0.0",
"@push.rocks/smartstream": "^3.2.5",
"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"
],
"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"
2025-02-07 20:47:31 +01:00
}