add ha addon support
This commit is contained in:
28
matter-bridge/package.json
Normal file
28
matter-bridge/package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "ha-matter-bridge",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "node ./build/index.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"@project-chip/matter-node.js": "^0.7.4",
|
||||
"@project-chip/matter.js-tools": "^0.7.4",
|
||||
"@types/node": "18.18",
|
||||
"crypto-js": "^4.2.0",
|
||||
"homeassistant-ws": "^0.2.2",
|
||||
"ws": "^8.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/crypto-js": "^4.2.2",
|
||||
"@types/ws": "^8.5.10",
|
||||
"@typescript-eslint/eslint-plugin": "^6.19.1",
|
||||
"@typescript-eslint/parser": "^6.19.1",
|
||||
"eslint": "^8.56.0",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user