-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.43 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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@jpadie/node-red-virtual-matter-devices",
"version": "0.3.0",
"description": "Virtual Matter Devices for Node-Red",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepack": "npmignore --auto"
},
"author": "jpadie",
"license": "Apache-2.0",
"node-red": {
"nodes": {
"matter-sensors": "dist/nodes/sensors/sensors.js",
"matter-light": "dist/nodes/light/light.js",
"matter-closure": "dist/nodes/closures/closures.js",
"matter-hvac": "dist/nodes/hvac/hvac.js",
"matter-actuator": "dist/nodes/actuator/actuator.js",
"matter-hub-status": "dist/nodes/hub/hub.js",
"matter2Z2M": "dist/nodes/converters/converterZ2M.js"
}
},
"dependencies": {
"@matter/main": "^0.11.5",
"@types/node-red": "^1.3.5",
"c0lor": "^0.1.1",
"color-2-name": "^1.4.4",
"lodash": "^4.17.21"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpadie/node-red-virtual-matter-devices.git"
},
"keywords": [
"alpha",
"matter",
"matterjs",
"Project CHiP",
"virtual-devices",
"synthetic-devices"
],
"bugs": {
"url": "https://github.com/jpadie/node-red-virtual-matter-devices/issues"
},
"homepage": "https://github.com/jpadie/node-red-virtual-matter-devices#readme",
"publishConfig": {
"ignore": [
"src/",
"node_modules/"
]
}
}