-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1013 Bytes
/
package.json
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
42
43
44
45
46
47
{
"name": "advanced-networking-package",
"version": "1.0.0",
"description": "A comprehensive package for managing various network protocols and connections including HTTP, HTTPS, FTP, SFTP, IMAP, POP3, RTSP, Telnet, and SSL/TLS.",
"main": "index.js",
"scripts": {
"test": "jest 'lib/test/**/*.js'"
},
"keywords": [
"networking",
"HTTP",
"HTTPS",
"FTP",
"SFTP",
"IMAP",
"POP3",
"RTSP",
"Telnet",
"SSL",
"TLS",
"security",
"encryption"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"chai": "^5.1.1",
"ftp": "^0.3.10",
"imap": "^0.8.17",
"jest": "^29.7.0",
"lru-cache": "^7.6.0",
"mailparser": "^3.3.0",
"nodemailer": "^6.6.5",
"pem": "^1.14.8",
"ssh2": "^1.5.0",
"ssh2-sftp-client": "^7.0.0",
"tough-cookie": "^4.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"artillery": "^2.0.19",
"autocannon": "^7.15.0",
"loadtest": "^8.0.9"
}
}