{ "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" } }