fix(documentation): Updated README and package metadata to reflect antivirus scanning capabilities and usage instructions.
This commit is contained in:
15
package.json
15
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartantivirus",
|
||||
"version": "1.0.1",
|
||||
"private": false,
|
||||
"description": "a package for doing antivirus testing",
|
||||
"description": "A Node.js package for integrating antivirus scanning capabilities using ClamAV, allowing in-memory file and data scanning.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
@@ -46,5 +46,18 @@
|
||||
"cli.js",
|
||||
"npmextra.json",
|
||||
"readme.md"
|
||||
],
|
||||
"keywords": [
|
||||
"antivirus",
|
||||
"ClamAV",
|
||||
"Node.js",
|
||||
"virus scanning",
|
||||
"security",
|
||||
"buffer scanning",
|
||||
"data protection",
|
||||
"HTTP requests",
|
||||
"file handling",
|
||||
"network communication",
|
||||
"software testing"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user