{
  "name": "homebridge-switchbot-smartlock",
  "version": "1.0.33",
  "description": "A Homebridge plugin for controlling SwitchBot Smart Lock via the SwitchBot Cloud API.",
  "author": "Enkeledi Todolli <ledi@enkesol.com>",
  "license": "MIT",
  "main": "index.js",
  "keywords": [
    "homebridge-plugin",
    "homebridge",
    "switchbot",
    "smartlock",
    "homekit",
    "smart home"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/enkeledi/homebridge-switchbot-smartlock"
  },
  "bugs": {
    "url": "https://github.com/enkeledi/homebridge-switchbot-smartlock/issues"
  },
  "engines": {
    "homebridge": ">=1.6.0",
    "node": ">=16.0.0"
  },
  "dependencies": {
    "axios": "^1.6.7",
    "uuid": "^9.0.1"
  },
  "funding": {
    "type": "buymeacoffee",
    "url": "https://www.buymeacoffee.com/yourusername"
  }
}