{
  "displayName": "Homebridge SmartThings TV",
  "name": "@o-lukas/homebridge-smartthings-tv",
  "type": "module",
  "version": "2.8.0",
  "description": "This is a plugin for Homebridge. It offers some basic functions to control Samsung TVs using the SmartThings API.",
  "author": "o-lukas",
  "license": "MIT",
  "homepage": "https://github.com/o-lukas/homebridge-smartthings-tv#README",
  "repository": {
    "type": "git",
    "url": "https://github.com/o-lukas/homebridge-smartthings-tv.git"
  },
  "bugs": {
    "url": "https://github.com/o-lukas/homebridge-smartthings-tv/issues"
  },
  "keywords": [
    "homebridge",
    "homebridge-plugin",
    "smartthings",
    "samsung",
    "samsung-tv",
    "tv",
    "television",
    "remote",
    "tizen"
  ],
  "main": "dist/index.js",
  "engines": {
    "node": "^18 || ^20 || ^22",
    "homebridge": "^1.6.0 || ^2.0.0-beta.0"
  },
  "scripts": {
    "build": "rimraf ./dist && tsc",
    "lint": "eslint . --max-warnings=0",
    "prepublishOnly": "npm run lint && npm run build",
    "watch": "npm run build && npm link && nodemon",
    "semantic-release": "semantic-release"
  },
  "dependencies": {
    "@homebridge/plugin-ui-utils": "^2.1.0",
    "@smartthings/core-sdk": "^8.4.1",
    "ping": "^0.4.4",
    "simple-oauth2": "^5.1.0",
    "wol": "^1.0.7"
  },
  "devDependencies": {
    "@types/node": "^24.0.10",
    "@types/ping": "^0.4.4",
    "@types/wol": "^1.0.4",
    "@typescript-eslint/eslint-plugin": "^8.35.1",
    "@typescript-eslint/parser": "^8.35.1",
    "eslint": "^9.30.1",
    "homebridge": "^1.10.0",
    "nodemon": "^3.1.10",
    "rimraf": "^6.0.1",
    "semantic-release": "^24.2.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.35.1"
  },
  "release": {
    "branches": [
      "main",
      {
        "name": "next",
        "prerelease": true
      }
    ]
  }
}
