{
  "displayName": "Homebridge SmartThings TV",
  "name": "@o-lukas/homebridge-smartthings-tv",
  "type": "module",
  "version": "3.0.10",
  "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": "^20 || ^22 || ^24",
    "homebridge": "^1.8.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.2.2",
    "@smartthings/core-sdk": "^8.5.1",
    "ping": "^1.0.0",
    "simple-oauth2": "^5.1.0",
    "wol": "^1.0.7"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/node": "^25.5.0",
    "@types/ping": "^0.4.4",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "@types/wol": "^1.0.4",
    "@typescript-eslint/eslint-plugin": "^8.58.0",
    "@typescript-eslint/parser": "^8.58.0",
    "eslint": "^10.1.0",
    "homebridge": "^2.0.0-beta.80",
    "nodemon": "^3.1.14",
    "rimraf": "^6.1.3",
    "semantic-release": "^25.0.3",
    "ts-node": "^10.9.2",
    "typescript": "^6.0.2",
    "typescript-eslint": "^8.58.0"
  },
  "release": {
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/github",
      "@semantic-release/git"
    ]
  }
}
