matterbridge-example-dynamic-platform 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "matterbridge-example-dynamic-platform",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.7",
|
4
4
|
"description": "Matterbridge dynamic platform plugin example",
|
5
5
|
"author": "https://github.com/Luligu",
|
6
6
|
"license": "MIT",
|
@@ -18,7 +18,9 @@
|
|
18
18
|
"matterbridge",
|
19
19
|
"homebridge",
|
20
20
|
"matter",
|
21
|
-
"matter.js"
|
21
|
+
"matter.js",
|
22
|
+
"example",
|
23
|
+
"plugin"
|
22
24
|
],
|
23
25
|
"engines": {
|
24
26
|
"node": "^18.19.0 || ^20.11.0"
|
@@ -48,18 +50,17 @@
|
|
48
50
|
"matterbridge:list": "matterbridge -list",
|
49
51
|
"dev:link": "npm link --save-dev matterbridge",
|
50
52
|
"dev:install": "npm install --save-dev matterbridge",
|
51
|
-
"dev:
|
52
|
-
"install": "node link-matterbridge-script.js
|
53
|
+
"dev:uninstall": "npm uninstall matterbridge && npm unlink matterbridge",
|
54
|
+
"install": "node link-matterbridge-script.js"
|
53
55
|
},
|
54
56
|
"devDependencies": {
|
55
57
|
"@stylistic/eslint-plugin": "^1.7.0",
|
56
|
-
"@tsconfig/node-lts": "^20.1.
|
58
|
+
"@tsconfig/node-lts": "^20.1.2",
|
57
59
|
"@types/node": "^20.11.30",
|
58
60
|
"@typescript-eslint/eslint-plugin": "^7.3.1",
|
59
61
|
"@typescript-eslint/parser": "^7.3.1",
|
60
62
|
"eslint-config-prettier": "^9.1.0",
|
61
63
|
"eslint-plugin-prettier": "^5.1.3",
|
62
|
-
"matterbridge": "file:../matterbridge",
|
63
64
|
"prettier": "^3.2.5",
|
64
65
|
"typescript": "^5.4.3"
|
65
66
|
},
|