{
  "name": "homebridge-nb",
  "description": "Homebridge plugin for Nuki Bridge",
  "displayName": "Homebridge NB",
  "author": "Erik Baauw",
  "maintainers": [
    "ebaauw"
  ],
  "license": "Apache-2.0",
  "version": "1.5.13",
  "keywords": [
    "homebridge-plugin",
    "homekit",
    "nuki",
    "smart-lock",
    "lock",
    "opener"
  ],
  "type": "module",
  "main": "index.js",
  "bin": {
    "nb": "cli/nb.js"
  },
  "engines": {
    "homebridge": "^2.0.1",
    "node": "^24||^22",
    "nuki": "2.18.0"
  },
  "dependencies": {
    "homebridge-lib": "~8.1.0",
    "hb-nb-tools": "~2.1.1"
  },
  "scripts": {
    "prepare": "standard",
    "test": "standard && echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ebaauw/homebridge-nb.git"
  },
  "bugs": {
    "url": "https://github.com/ebaauw/homebridge-nb/issues"
  },
  "homepage": "https://github.com/ebaauw/homebridge-nb#readme",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/ebaauw"
    },
    {
      "type": "paypal",
      "url": "https://www.paypal.me/ebaauw/EUR"
    }
  ]
}
