-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 742 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "icap-nodejs-client",
"version": "1.0.0",
"description": "A Node.js application to send ICAP requests to an antivirus server for file scanning using the net module.",
"main": "test.js",
"type": "module",
"scripts": {
"start": "node test.js"
},
"keywords": [
"icap",
"antivirus",
"clamav",
"file",
"scanning",
"net",
"module",
"ICAP",
"client",
"node.js",
"c-icap",
"file",
"security",
"network",
"protocols",
"antivirus",
"scanning",
"node.js",
"application",
"respmod",
"ICAP",
"requests",
"file",
"validation"
],
"author": "Mohammad Yusuf",
"license": "MIT",
"dependencies": {
"dotenv": "^16.4.7"
}
}