UNPKG

@keload/node-red-contrib-js-philips-tv-control

Version:

A collection of nodes to control Philips TV with Node-RED, including Ambilight control.

73 lines (72 loc) 1.8 kB
{ "name": "@keload/node-red-contrib-js-philips-tv-control", "version": "0.5.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", "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": "1.9.4", "@keload/node-red-dxp": "1.23.2", "@release-it/conventional-changelog": "10.0.1", "@types/jquery": "3.5.32", "@types/jqueryui": "1.12.24", "@types/node": "24.0.3", "@types/node-red": "1.3.5", "release-it": "19.0.3", "tsx": "4.20.3", "typescript": "5.8.3" }, "dependencies": { "philtv-js": "1.7.2", "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" ] } }