Files
cits-wireshark-bridge/package.json
T

23 lines
499 B
JSON
Raw Normal View History

2026-04-10 21:34:16 +02:00
{
"name": "cits-wireshark-bridge",
"version": "0.1.0",
"description": "Pipes raw 802.11 packets from a NATS connection into wireshark (tshark) and sends a json version of the packet back to the NATS server",
"main": "its-bridge.js",
"bin": {
"cits-wireshark-bridge": "./its-bridge.js"
},
"files": [
"its-bridge.js",
"README.md"
],
"scripts": {
"start": "node its-bridge.js"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"nats": "^2.0.0"
}
}