-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.66 KB
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
67
68
69
70
71
{
"name": "iobroker.blustream-mfp",
"version": "0.5.1",
"description": "ioBroker adapter for Blustream Presentation Switchers",
"author": {
"name": "Alan Paris",
"email": "alan.paris@scottish.rugby"
},
"contributors": [
{
"name": "Alan Paris",
"email": "alan.paris@scottish.rugby"
}
],
"homepage": "https://github.com/AlanSRU/ioBroker.blustream-mfp",
"license": "MIT",
"keywords": [
"ioBroker",
"blustream",
"amf42au",
"mfp62",
"mfp72",
"mfp112",
"wmf51",
"wmf72",
"presentation switcher",
"hdmi matrix",
"av control",
"home automation",
"smart home"
],
"repository": {
"type": "git",
"url": "https://github.com/AlanSRU/ioBroker.blustream-mfp.git"
},
"bugs": {
"url": "https://github.com/AlanSRU/ioBroker.blustream-mfp/issues"
},
"engines": {
"node": ">=22"
},
"dependencies": {
"@iobroker/adapter-core": "^3.4.1",
"serialport": "^13.0.0"
},
"devDependencies": {
"@alcalzone/release-script": "^5.2.1",
"@alcalzone/release-script-plugin-iobroker": "^5.2.0",
"@alcalzone/release-script-plugin-license": "^5.2.0",
"@iobroker/adapter-dev": "^1.5.0",
"@iobroker/eslint-config": "^2.3.4",
"@iobroker/testing": "^5.2.2",
"@tsconfig/node22": "^22.0.5",
"@types/node": "^22"
},
"main": "main.js",
"files": [
"admin/",
"main.js",
"io-package.json",
"LICENSE"
],
"scripts": {
"test": "mocha --exit",
"test:package": "mocha test/package --exit",
"test:integration": "mocha test/integration --exit",
"lint": "eslint .",
"translate": "translate-adapter",
"release": "release-script"
}
}