-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "node-red-contrib-samsung-tv-control",
"version": "1.4.0",
"description": "Node-Red plugin for samsung tv control",
"main": "index.js",
"scripts": {
"test": "jest",
"patch": "npm version patch && git push --follow-tags",
"minor": "npm version minor && git push --follow-tags",
"major": "npm version major && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Toxblh/node-red-contrib-samsung-tv-control.git"
},
"keywords": [
"samsung",
"tv",
"control",
"node-red"
],
"author": "Anton Palgunov",
"license": "MIT",
"bugs": {
"url": "https://github.com/Toxblh/node-red-contrib-samsung-tv-control/issues"
},
"homepage": "https://github.com/Toxblh/node-red-contrib-samsung-tv-control#readme",
"dependencies": {
"samsung-tv-control": "1.14"
},
"devDependencies": {
"jest": "^29.5.0",
"mocha": "^10.2.0",
"node-red": "^3.0.2",
"node-red-node-test-helper": "^0.3.1"
},
"node-red": {
"nodes": {
"Samsung-TV": "lib/samsung.js"
}
}
}