fix(core): Updated descriptions and keywords in package.json and npmextra.json. Improved README content for usage clarity.

This commit is contained in:
2025-02-07 20:47:30 +01:00
parent 6ddcfc8d90
commit c5049d5155
6 changed files with 161 additions and 195 deletions

View File

@@ -1,4 +1,4 @@
import { expect, tap } from '../ts/plugins.js';
import { expect, tap } from '@push.rocks/tapbundle';
import type { ClamAVLogEvent } from '../ts/classes.clamav.manager.js';
import { setupClamAV, cleanupClamAV, getManager } from './helpers/clamav.helper.js';