{
  "name": "@homarr/node-unifi",
  "version": "2.6.0",
  "description": "NodeJS class for querying UniFi-Controller (www.ubnt.com)",
  "author": "Jens Maus <mail@jens-maus.de>",
  "homepage": "https://github.com/jens-maus/node-unifi",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "network",
    "wifi",
    "unifi",
    "ubnt",
    "ubiquiti"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jens-maus/node-unifi.git"
  },
  "dependencies": {
    "axios": "1.9.0",
    "eventemitter2": "^6.4.9",
    "http-cookie-agent": "^6.0.8",
    "tough-cookie": "^5.1.2",
    "ws": "^8.18.2"
  },
  "devDependencies": {
    "dot-prop": ">=9.0.0",
    "eslint": "^9.23.0",
    "glob-parent": ">=6.0.2",
    "mocha": "^11.2.2",
    "pre-commit": "^1.2.2",
    "should": "latest",
    "braces": "^3.0.3",
    "xo": "~0.61.0-2"
  },
  "xo": {
    "space": 2
  },
  "pre-commit": [
    "lintfix"
  ],
  "main": "unifi.js",
  "scripts": {
    "test": "xo && mocha --colors",
    "lint": "xo",
    "lintfix": "xo --fix"
  },
  "bugs": {
    "url": "https://github.com/jens-maus/node-unifi/issues"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "readmeFilename": "README.md"
}
