{
  "name": "homebridge-plugin-asus-vpn",
  "displayName": "Asus VPN",
  "version": "1.0.8",
  "description": "A switch to on and off the vpn.",
  "author": "Fung Mak",
  "license": "Apache-2.0",
  "homepage": "https://github.com/beebeebeeebeee/homebridge-plugin-asus-vpn#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/beebeebeeebeee/homebridge-plugin-asus-vpn.git"
  },
  "bugs": {
    "url": "https://github.com/beebeebeeebeee/homebridge-plugin-asus-vpn/issues"
  },
  "keywords": [
    "homebridge-plugin",
    "asus",
    "vpn"
  ],
  "main": "dist/index.js",
  "engines": {
    "node": "^18.20.4 || ^20.16.0 || ^22.6.0",
    "homebridge": "^1.8.0 || ^2.0.0-beta.0"
  },
  "scripts": {
    "build": "rimraf ./dist && tsc && tsconfig-replace-paths --project tsconfig-replace-path.json",
    "lint": "eslint . --max-warnings=0",
    "prepublishOnly": "npm run lint && npm run build",
    "watch": "npm run build && npm link && nodemon"
  },
  "dependencies": {
    "axios": "^1.5.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.9.0",
    "@types/eslint__js": "^8.42.3",
    "@types/node": "^22.2.0",
    "@typescript-eslint/eslint-plugin": "^4.29.0",
    "@typescript-eslint/parser": "^4.29.0",
    "eslint": "^7.32.0",
    "homebridge": "^2.0.0-beta.0",
    "nodemon": "^3.1.4",
    "rimraf": "^6.0.1",
    "ts-node": "^10.9.2",
    "tsconfig-replace-paths": "^0.0.14",
    "typescript": "^5.5.4",
    "typescript-eslint": "^8.0.1"
  }
}
