@pmouli/isy-matter-server
Version:
Service to expose an ISY device as a Matter Border router
45 lines (44 loc) • 1.35 kB
JSON
{
"name": "@pmouli/isy-matter-server",
"version": "1.3.7",
"description": "Service to expose an ISY device as a Matter Border router",
"keywords": ["matter", "isy", "eisy", "polisy", "CHIP"],
"author": "Pradeep Mouli",
"homepage": "",
"license": "MIT",
"main": "./bin/server.js",
"module": "./bin/server.js",
"bin": "bin/server.js",
"directories": {
"bin": "./bin",
"test": "__tests__"
},
"files": ["bin", "README.md", "LICENSE", "CHANGELOG.md", ".env.base"],
"scripts": {
"run:dev": "tsx ./src/server.ts -a --filter='.*dimmer.*'",
"build:watch": "tsc -p ./tsconfig.json --watch",
"build": "tsc -p ./tsconfig.json",
"test": "node ./__tests__/isy-matter-server.test.js",
"prepack": "tsx ../../scripts/linkBundledDeps.ts",
"postinstall": "cd ./node_modules/isy-matter && npm install && cd ../.. && cd ./node_modules/isy-nodejs && npm install && cd ../.."
},
"type": "module",
"dependencies": {
"@npmcli/package-json": "6.1.1",
"commander": "13.1.0",
"dotenv": "^16.5.0",
"dotenv-expand": "12.0.1",
"isy-matter": "^1.3.2",
"isy-nodejs": "^1.3.2",
"winston": "^3.17.0"
},
"bundleDependencies": ["isy-nodejs", "isy-matter"],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"tsx": "^4.19.3",
"typescript-eslint": "^8.29.1"
},
"gitHead": "d640a22f0b86216638efaf804a1bbebd5ba137b0"
}