UNPKG

zigbee-clusters

Version:
51 lines (50 loc) 1.36 kB
{ "name": "zigbee-clusters", "version": "2.4.2", "description": "Zigbee Cluster Library for Node.js", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "mocha --reporter list", "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\"" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/athombv/node-zigbee-clusters.git" }, "keywords": [ "zigbee", "cluster", "library" ], "author": "Athom B.V.", "license": "ISC", "bugs": { "url": "https://github.com/athombv/node-zigbee-clusters/issues" }, "engines": { "node": ">=12" }, "homepage": "https://github.com/athombv/node-zigbee-clusters#readme", "devDependencies": { "@athombv/jsdoc-template": "^1.6.1", "@types/sinon": "^17.0.3", "concurrently": "^5.2.0", "eslint": "^6.8.0", "eslint-config-athom": "^2.1.0", "jsdoc": "^3.6.7", "jsdoc-ts-utils": "^2.0.0", "mocha": "^10.1.0", "serve": "^14.0.1", "sinon": "^19.0.2", "watch": "^1.0.2" }, "dependencies": { "@athombv/data-types": "^1.1.3", "debug": "^4.1.1" } }