UNPKG

wifi-notificator

Version:

🛜📶 Wi-Fi Notificator is a lightweight tool that continuously monitors your Wi-Fi network, along with other features such as monitoring the amount of memory used, the CPU utilized, the Wi-Fi name, and so on. It is a tool that runs in the background.

48 lines (47 loc) • 1.33 kB
{ "name": "wifi-notificator", "version": "1.1.2", "description": "🛜📶 Wi-Fi Notificator is a lightweight tool that continuously monitors your Wi-Fi network, along with other features such as monitoring the amount of memory used, the CPU utilized, the Wi-Fi name, and so on. It is a tool that runs in the background.", "main": "src/index.js", "scripts": { "start": "node src/index.js" }, "bin": { "wifi-notificator": "./src/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/Wakype/Wi-Fi-Notifinator.git" }, "bugs": { "url": "https://github.com/Wakype/Wi-Fi-Notifinator/issues" }, "homepage": "https://github.com/Wakype/Wi-Fi-Notifinator#readme", "keywords": [ "wifi", "notificator", "notifier", "notification", "connection", "wifi checker", "ping" ], "author": "Wakype", "license": "ISC", "dependencies": { "@types/node-notifier": "^8.0.5", "axios": "^1.6.5", "blessed": "^0.1.81", "cli-table": "^0.3.11", "node-notifier": "^10.0.1", "nodemon": "^3.0.3", "pino": "^8.17.2", "public-ip": "^6.0.1", "systeminformation": "^5.21.24", "ts-node": "^10.9.2", "wifi-name": "^3.1.1", "wifi-notificator": "^1.0.0", "win-wifi-name": "^1.0.0", "winston": "^3.11.0" } }