forked from jean-luc1203/jkbms-rs485-addon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 696 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 696 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
{
"private": true,
"name": "addon-node-red",
"description": "A visual tool for wiring the Internet of Things",
"homepage": "https://addons.community",
"repository": "https://github.com/hassio-addons/addon-node-red",
"license": "MIT",
"main": "node_modules/node-red/red/red.js",
"scripts": {
"start": "node $NODE_OPTIONS node_modules/node-red/red.js"
},
"dependencies": {
"bcryptjs": "*",
"js-yaml": "*",
"node-red": "*",
"node-red-contrib-modbus": "*",
"node-red-node-serialport": "*",
"node-red-contrib-tcp-client2":"*",
"node-red-contrib-simple-gate":"*",
"node-red-contrib-buffer-parser":"*"
},
"engines": {
"node": ">=16"
}
}