@ha4us/hue.adapter
Version:
Adapter for the hue system to ha4us
39 lines (38 loc) • 865 B
JSON
{
"name": "@ha4us/hue.adapter",
"version": "0.6.1",
"description": "Adapter for the hue system to ha4us",
"main": "dist/index.js",
"scripts": {
"start": "dist/index",
"clean": "rimraf ./dist",
"build": "yarn clean && tsc -p .",
"lint": "tslint -p ./tsconfig.json",
"watch": "nodemon"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"ha4us",
"hue"
],
"author": "ulfalfa",
"license": "MIT",
"dependencies": {
"@ha4us/adapter": "^1.5.1",
"@ha4us/core": "^1.1.0",
"lodash.get": "^4.4.2",
"node-hue-api": "^2.4.2",
"tinycolor2": "^1.4.1"
},
"devDependencies": {
"@types/lodash.get": "^4.4.3",
"@types/node-hue-api": "^2.3.0",
"@types/tinycolor2": "^1.4.0"
},
"peerDependencies": {
"rxjs": "6.x"
},
"gitHead": "91eb7e0f98f5dc6340cbb4e44e58544593668273"
}