-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 928 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 928 Bytes
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
{
"name": "homebridge-plc",
"displayName": "Homebridge PLC (Step7)",
"version": "2.1.3",
"description": "Homebridge plugin for SIEMENS Step7 and compatible PLCs. (https://github.com/homebridge)",
"license": "MIT",
"author": "Feilner",
"homepage": "https://github.com/Feilner/homebridge-plc#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Feilner/homebridge-plc.git"
},
"bugs": {
"url": "https://github.com/Feilner/homebridge-plc/issues"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"S7",
"PLC",
"SIEMENS",
"snap7",
"YASKAWA",
"SLIO"
],
"main": "index.js",
"engines": {
"node": "^18 || ^20 || ^22 || ^24",
"homebridge": "^1.8.0 || ^2.0.0-beta.0 || ^2.0.0"
},
"preferGlobal": true,
"dependencies": {
"node-snap7": ">=1.0.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}