home-assistant-matter-hub
Version:

103 lines • 2.41 kB
JSON
{
"name": "home-assistant-matter-hub",
"description": "",
"version": "3.0.2",
"private": false,
"type": "module",
"bin": {
"home-assistant-matter-hub": "./dist/backend/cli.js"
},
"author": {
"email": "t0bst4r@outlook.com",
"name": "t0bst4r",
"url": "https://github.com/t0bst4r"
},
"keywords": [
"home-assistant",
"homeassistant",
"home",
"assistant",
"apple home",
"google home",
"apple",
"google",
"alexa",
"matter",
"matter.js",
"matterjs",
"project-chip",
"smart",
"smarthome",
"smart-home"
],
"bugs": {
"url": "https://github.com/t0bst4r/home-assistant-matter-hub/issues"
},
"license": "Apache-2.0",
"repository": "github:t0bst4r/home-assistant-matter-hub",
"dependencies": {
"@matter/main": "0.15.6",
"@matter/nodejs": "0.15.6",
"@matter/general": "0.15.6",
"ajv": "8.17.1",
"color": "5.0.3",
"debounce": "3.0.0",
"express": "5.1.0",
"express-basic-auth": "1.2.1",
"express-ip-access-control": "1.1.3",
"home-assistant-js-websocket": "9.5.0",
"lodash-es": "4.17.21",
"nocache": "4.0.0",
"rxjs": "7.8.2",
"strip-color": "0.1.0",
"yargs": "18.0.0",
"ws": "8.18.3"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@home-assistant-matter-hub/frontend": "3.0.2",
"@home-assistant-matter-hub/common": "3.0.2",
"@home-assistant-matter-hub/backend": "3.0.2"
},
"nx": {
"targets": {
"start": {
"cache": false,
"dependsOn": [
"build"
]
},
"pack": {
"cache": true,
"dependsOn": [
"build"
],
"outputs": [
"{projectRoot}/pack"
]
},
"build": {
"inputs": [
"^default",
"default",
"{workspaceRoot}/README.md",
"{workspaceRoot}/LICENSE"
],
"outputs": [
"{projectRoot}/dist",
"{projectRoot}/README.md",
"{projectRoot}/LICENSE"
]
}
}
},
"scripts": {
"cleanup": "npx rimraf node_modules dist pack LICENSE README.md",
"build": "node build.js",
"bundle": "pnpm pack --out package.tgz",
"postbuild": "pnpm run bundle",
"test": "vitest run",
"prestart": "pnpm run build",
"start": "dotenvx run -f ../../.env -- ./dist/backend/cli.js start"
}
}