wifi-radar
Version:
Comprehensive WiFi network analysis & performance testing tool for macOS - speed tests, latency analysis, health diagnostics, QoS analysis & more
70 lines • 1.52 kB
JSON
{
"name": "wifi-radar",
"version": "1.0.4",
"description": "Comprehensive WiFi network analysis & performance testing tool for macOS - speed tests, latency analysis, health diagnostics, QoS analysis & more",
"main": "dist/index.js",
"type": "module",
"bin": {
"wifi-radar": "dist/cli.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/cli.js",
"test": "jest",
"prepublishOnly": "npm run build"
},
"keywords": [
"wifi",
"network",
"radar",
"scanner",
"topology",
"security",
"cli",
"macos",
"speed-test",
"latency",
"ping",
"jitter",
"diagnostics",
"qos",
"health",
"performance",
"bandwidth",
"networking",
"analysis"
],
"author": "josharsh <harsh.joshi.pth@gmail.com>",
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.1.0",
"cli-table3": "^0.6.3",
"ora": "^7.0.1",
"boxen": "^7.1.1",
"figlet": "^1.7.0",
"node-wifi": "^2.0.15"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/figlet": "^1.5.8",
"typescript": "^5.3.0",
"jest": "^29.7.0",
"@types/jest": "^29.5.0"
},
"engines": {
"node": ">=16.0.0"
},
"os": [
"darwin"
],
"repository": {
"type": "git",
"url": "https://github.com/josharsh/wifi-radar.git"
},
"bugs": {
"url": "https://github.com/josharsh/wifi-radar/issues"
},
"homepage": "https://github.com/josharsh/wifi-radar#readme"
}