homebridge-netman
Version:
A Homebridge plugin to monitor devices connected to your network, track online/offline status, display Wi-Fi stats, and provide optional router controls.
53 lines (52 loc) • 1.49 kB
JSON
{
"name": "homebridge-netman",
"displayName": "Homebridge-NetMan",
"type": "module",
"version": "1.0.11",
"private": false,
"description": "A Homebridge plugin to monitor devices connected to your network, track online/offline status, display Wi-Fi stats, and provide optional router controls.",
"author": "Tyler Grove",
"license": "Apache-2.0",
"homepage": "https://github.com/iTylerX/Homebridge-NetMan#readme",
"repository": {
"type": "git",
"url": "https://github.com/iTylerX/Homebridge-NetMan.git"
},
"bugs": {
"url": "https://github.com/iTylerX/Homebridge-NetMan/issues"
},
"keywords": [
"homebridge-plugin",
"network-monitor",
"router",
"wifi",
"device-tracking"
],
"main": "dist/index.js",
"engines": {
"node": "^18.20.4 || ^20.18.0 || ^22.10.0",
"homebridge": "^1.8.0 || ^2.0.0-beta.0"
},
"scripts": {
"build": "rimraf ./dist && tsc",
"lint": "eslint . --max-warnings=0",
"prepublishOnly": "npm run lint && npm run build",
"watch": "npm run build && npm link && nodemon"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.8.6",
"eslint": "^9.14.0",
"homebridge": "^2.0.0-beta.0",
"nodemon": "^3.1.7",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
},
"dependencies": {
"@abandonware/noble": "^1.9.2-25",
"axios": "^1.7.8"
}
}