-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.68 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@keload/node-red-contrib-js-philips-tv-control",
"version": "0.4.0",
"packageManager": "pnpm@9.15.3",
"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.20.0",
"@release-it/conventional-changelog": "10.0.0",
"@types/jquery": "3.5.32",
"@types/jqueryui": "1.12.23",
"@types/node": "22.10.5",
"@types/node-red": "1.3.5",
"release-it": "18.1.1",
"tsx": "4.19.2",
"typescript": "5.7.3"
},
"dependencies": {
"philtv-js": "1.7.1",
"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"
]
}