-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 1.05 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
{
"author": "D",
"license": "GPL",
"name": "node-red-contrib-home-assistant-discovery",
"description": "Nodes for controlling Home Assistant MQTT Discovery devices in Node-RED",
"version": "0.1.2",
"node-red": {
"version": ">=2.2.0",
"nodes": {
"api": "api.js",
"server": "nodes/server.js",
"in": "nodes/in.js",
"out": "nodes/out.js"
}
},
"devDependencies": {
"eslint": "~7.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1"
},
"bugs": {
"url": "https://github.com/twocolors/node-red-contrib-home-assistant-discovery/issues"
},
"homepage": "https://github.com/twocolors/node-red-contrib-home-assistant-discovery",
"repository": {
"type": "git",
"url": "git+https://github.com/twocolors/node-red-contrib-home-assistant-discovery"
},
"keywords": [
"node-red",
"mqtt",
"discovery",
"home assistant",
"home",
"assistant"
],
"engines": {
"node": ">=14"
}
}