@keload/node-red-contrib-js-philips-tv-control
Version:
A collection of nodes to control Philips TV with Node-RED, including Ambilight control.
74 lines (73 loc) • 1.83 kB
JSON
{
"name": "@keload/node-red-contrib-js-philips-tv-control",
"version": "1.2.0",
"description": "A collection of nodes to control Philips TV with Node-RED, including Ambilight control.",
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "pnpm node-red-dxp build",
"dev": "pnpm node-red-dxp watch",
"format": "pnpm biome format",
"lint": "pnpm biome lint",
"lint:check": "pnpm biome check",
"lint:ci": "pnpm biome ci",
"release": "pnpm release-it",
"release:test": "pnpm release-it --dry-run"
},
"node-red": {
"version": ">=2.0.0",
"nodes": {
"all": "dist/index.js"
}
},
"devDependencies": {
"@biomejs/biome": "2.4.9",
"@keload/node-red-dxp": "1.32.0",
"@release-it/conventional-changelog": "10.0.6",
"@types/jquery": "4.0.0",
"@types/jqueryui": "1.12.24",
"@types/node": "25.5.0",
"@types/node-red": "1.3.5",
"release-it": "19.2.4",
"tsx": "4.21.0",
"typescript": "5.9.3"
},
"dependencies": {
"philtv-js": "2.2.0",
"superstruct": "2.0.2"
},
"keywords": [
"node-red",
"node-red-contrib",
"ambilight",
"android-tv",
"jointspace",
"philips",
"philtv",
"node-red-dxp"
],
"author": "Clément BERARD <contact@berard.dev>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/clement-berard/node-red-contrib-js-philips-tv-control.git"
},
"bugs": {
"url": "https://github.com/clement-berard/node-red-contrib-js-philips-tv-control/issues"
},
"homepage": "https://github.com/clement-berard/node-red-contrib-js-philips-tv-control",
"files": [
"dist"
],
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"esbuild"
]
}
}