homebridge-unifi-ap-light
Version:
Control the blue LED ring on your UniFi APs!
52 lines (51 loc) • 1.36 kB
JSON
{
"displayName": "UniFi Access Point Light",
"name": "homebridge-unifi-ap-light",
"version": "1.4.5",
"description": "Control the blue LED ring on your UniFi APs!",
"license": "Apache-2.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/pizzalorddex/homebridge-unifi-ap-light.git"
},
"bugs": {
"url": "https://github.com/pizzalorddex/homebridge-unifi-ap-light/issues"
},
"homepage": "https://github.com/pizzalorddex/homebridge-unifi-ap-light#readme",
"engines": {
"node": ">=18.15.0",
"homebridge": ">=1.5.0"
},
"main": "dist/index.js",
"scripts": {
"lint": "eslint src/**.ts --max-warnings=0",
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run lint && npm run build"
},
"keywords": [
"homebridge-plugin",
"unifi",
"led",
"udm",
"wap"
],
"dependencies": {
"@types/cookie": "^0.5.1",
"axios": "^1.4.0",
"cookie": "^1.0.2",
"jsonwebtoken": "^9.0.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.1",
"homebridge": "^1.5.0",
"nodemon": "^3.1.10",
"rimraf": "^3.0.2",
"ts-node": "^10.3.0",
"typescript": "^5.0.0"
}
}