{
  "name": "@homebridge-plugins/homebridge-cloudflared-tunnel",
  "displayName": "Cloudflared Tunnel",
  "type": "module",
  "version": "2.1.5",
  "description": "The Cloudflared Tunnel plugin allows you to run a Cloudflare-Tunnel for exposing your homebridge instance for remote access.",
  "author": {
    "name": "donavanbecker",
    "url": "https://github.com/donavanbecker"
  },
  "contributors": [
    {
      "name": "donavanbecker",
      "url": "https://github.com/donavanbecker"
    }
  ],
  "maintainers": [
    "donavanbecker"
  ],
  "license": "ISC",
  "homepage": "https://github.com/homebridge-plugins/homebridge-cloudflared-tunnel",
  "repository": {
    "type": "git",
    "url": "https://github.com/homebridge-plugins/homebridge-cloudflared-tunnel.git"
  },
  "bugs": {
    "url": "https://github.com/homebridge-plugins/homebridge-cloudflared-tunnel/issues"
  },
  "keywords": [
    "homebridge-plugin",
    "supports-matter",
    "supports-hap",
    "homebridge-matter",
    "Cloudflare",
    "cloudflared",
    "Cloudflared Tunnel"
  ],
  "main": "dist/index.js",
  "engines": {
    "homebridge": "^2.0.0",
    "node": "^22.12.0 || ^24.0.0 || ^26.0.0"
  },
  "scripts": {
    "lint": "eslint . --max-warnings=0",
    "lint:fix": "npm run lint -- --fix",
    "watch": "npm run build && npm link && nodemon",
    "plugin-ui": "rsync ./src/homebridge-ui/public/index.html ./dist/homebridge-ui/public/",
    "build": "rimraf ./dist && tsc && npm run plugin-ui",
    "prepublishOnly": "npm run lint && npm run build",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "test-coverage": "npm run test -- --coverage",
    "docs": "typedoc",
    "docs:lint": "typedoc --emit none --treatWarningsAsErrors",
    "changelog:sync": "node .github/scripts/sync-changelog.mjs"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@homebridge/plugin-ui-utils": "^2.2.5",
    "command-exists": "^1.2.9",
    "untun": "^0.2.2"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^9.3.0",
    "@types/command-exists": "^1.2.3",
    "@types/node": "^26.2.0",
    "@vitest/coverage-v8": "^4.1.10",
    "homebridge": "^2.3.1",
    "nodemon": "^3.1.14",
    "rimraf": "^6.1.3",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.20",
    "typescript": "^6.0.3",
    "vitest": "^4.1.10"
  },
  "allowScripts": {
    "fsevents": true
  }
}
