UNPKG

lavva.exalushome.network

Version:

Library implementing communication and abstraction layers for network configuration API in ExalusHome system

39 lines (38 loc) 1.1 kB
{ "name": "lavva.exalushome.network", "version": "2.0.62", "description": "Library implementing communication and abstraction layers for network configuration API in ExalusHome system", "author": "Patryk Golus, Kamil Sienica @ ZAMEL Sp. z o.o.", "main": "build/js/NetworkConfiguration.js", "types": "build/js/NetworkConfiguration.d.ts", "private": false, "keywords": [ "lavva", "exalushome" ], "repository": { "type": "git", "url": "git+https://github.com/LavvaIoT/lavva-integration.git" }, "dependencies": { "@microsoft/signalr": "^8.0.7", "lavva.exalushome": "^2.0.161", "linq-to-typescript": "^11.1.0" }, "devDependencies": { "@types/node": "^22.13.5", "ts-loader": "^9.5.2", "webpack": "^5.98.0", "webpack-cli": "^6.0.1", "yarn-install": "^1.0.0" }, "scripts": { "start": "webpack-dev-server --mode development", "build": "webpack --mode production", "prepare": "npm run build", "postversion": "git push && git push --tags" }, "files": [ "build/**/*" ] }