{
  "name": "network-speed-monitor",
  "version": "1.0.6",
  "description": "A Node.js module for monitoring real-time network upload and download speeds. This module allows you to monitor the current network speed at a specified refresh interval, making it useful for applications that require up-to-date network performance information.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VihangaJanith/network-speed-monitor-module.git"
  },
  "keywords": [
    "network-speed-monitor",
    "network-speed",
    "network-speed-nodejs"
  ],
  "author": "Vihanga Janith",
  "license": "MIT",
  "dependencies": {
    "systeminformation": "^5.22.9"
  }
}
