netcheck-cli
Version:
A CLI tool to check network stats.
42 lines (41 loc) • 921 B
JSON
{
"name": "netcheck-cli",
"version": "3.0.1",
"main": "dist/index.js",
"type": "module",
"bin": {
"netcheck": "./dist/index.js"
},
"scripts": {
"start": "node index.js"
},
"dependencies": {
"chalk": "^5.4.1",
"commander": "^12.1.0",
"speedtest-net": "^2.2.0"
},
"author": "Shubham Singodiya <singodiyashubham87@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/singodiyashubham87/netcheck-cli.git"
},
"homepage": "https://github.com/singodiyashubham87/netcheck-cli#readme",
"bugs": {
"url": "https://github.com/singodiyashubham87/netcheck-cli/issues"
},
"devDependencies": {
"@types/node": "^22.13.10",
"@types/speedtest-net": "^2.1.5",
"typescript": "^5.8.2"
},
"keywords": [
"network",
"speedtest",
"latency",
"jitter",
"packet loss",
"cli",
"network stats"
]
}