lavva.exalushome
Version:
Library implementing communication and abstraction layers for ExalusHome system
37 lines (36 loc) • 949 B
JSON
{
"name": "lavva.exalushome",
"version": "2.1.9",
"description": "Library implementing communication and abstraction layers for ExalusHome system",
"author": "Patryk Golus @ ZAMEL Sp. z o.o.",
"main": "build/js/Api.js",
"types": "build/js/Api.d.ts",
"private": false,
"keywords": [
"lavva",
"exalushome"
],
"repository": {
"type": "git",
"url": "git+https://github.com/patryk9200/lavva-integration.git"
},
"dependencies": {
"@microsoft/signalr": "^8.0.7",
"linq-to-typescript": "^11.1.0"
},
"devDependencies": {
"ts-loader": "^9.5.1",
"webpack": "^5.95.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/**/*"
]
}