UNPKG

homey-zigbeedriver

Version:

This module can be used to make the development of Zigbee apps for Homey easier.

58 lines (57 loc) 1.54 kB
{ "name": "homey-zigbeedriver", "version": "2.2.0", "description": "This module can be used to make the development of Zigbee apps for Homey easier.", "main": "index.js", "scripts": { "test": "mocha --recursive", "lint": "eslint .", "serve": "concurrently \"serve build/\" \"npm run build:watch\"", "build": "jsdoc --configure ./docs/jsdoc.json", "build:clean": "rm -rf ./build", "build:watch": "watch \"npm run build:clean && npm run build\" lib docs \"node_modules/@athombv/jsdoc-template\"" }, "keywords": [ "zigbee", "homey" ], "author": "Athom B.V.", "license": "ISC", "dependencies": { "color-space": "^1.16.0", "tinygradient": "^1.1.1" }, "peerDependencies": { "zigbee-clusters": "^2.1.2" }, "devDependencies": { "@athombv/jsdoc-template": "^1.6.1", "concurrently": "^5.1.0", "eslint": "^6.8.0", "eslint-config-athom": "^2.0.8", "homey": "^2.6.1", "jsdoc": "^3.6.6", "jsdoc-ts-utils": "^1.1.2", "mocha": "^10.2.0", "serve": "^14.2.0", "watch": "^1.0.2", "zigbee-clusters": "^2.1.2" }, "engines": { "node": ">=12" }, "directories": { "doc": "docs", "example": "examples", "lib": "lib", "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/athombv/node-homey-zigbeedriver.git" }, "bugs": { "url": "https://github.com/athombv/node-homey-zigbeedriver/issues" }, "homepage": "https://github.com/athombv/node-homey-zigbeedriver#readme" }