-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 875 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
{
"name": "pcaps-mount",
"version": "1.2.0",
"description": "Mounts pcaps received from socket",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ygarasab/pcaps-mount.git"
},
"author": "Ygarasab",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ygarasab/pcaps-mount/issues"
},
"homepage": "https://github.com/ygarasab/pcaps-mount#readme",
"bin": {
"mount-pcap": "bin/mount.js",
"listen-pcaps": "bin/listen.js"
},
"keywords": [
"pcap",
"mount",
"buffer",
"web-socket",
"pcap-writer"
],
"dependencies": {
"pcap-writer": "^1.0.1",
"ws": "^7.3.1",
"yargs": "^15.4.1"
},
"devDependencies": {},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}