@o-lukas/homebridge-smartthings-tv
Version:
This is a plugin for Homebridge. It offers some basic functions to control Samsung TVs using the SmartThings API.
72 lines (71 loc) • 1.88 kB
JSON
{
"displayName": "Homebridge SmartThings TV",
"name": "@o-lukas/homebridge-smartthings-tv",
"type": "module",
"version": "2.7.1",
"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.0.1",
"@smartthings/core-sdk": "^8.4.1",
"ping": "^0.4.4",
"simple-oauth2": "^5.1.0",
"wol": "^1.0.7"
},
"devDependencies": {
"@types/node": "^22.13.14",
"@types/ping": "^0.4.4",
"@types/wol": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"eslint": "^9.23.0",
"homebridge": "^1.9.0",
"nodemon": "^3.1.9",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.3",
"ts-node": "^10.9.2",
"typescript": "^5.8.2",
"typescript-eslint": "^8.28.0"
},
"release": {
"branches": [
"main",
{
"name": "next",
"prerelease": true
}
]
}
}