UNPKG

node-hue-api

Version:
64 lines (63 loc) 1.5 kB
{ "name": "node-hue-api", "description": "Philips Hue API Library for Node.js", "version": "5.0.0-beta.16", "author": "Peter Murray ", "contributors": [ { "name": "Peter Murray", "email": "681306+peter-murray@users.noreply.github.com" } ], "main": "dist/cjs/index.js", "types": "dist/esm/index.d.ts", "module": "dist/esm/index.js", "exports": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "scripts": { "test": "mocha -r ts-node/register \\\"src/**/*.test.ts\\\" \\\"src/**/*.test.js\\\"", "build": "tsc -p tsconfig.json && tsc -p tsconfig_esm.json", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/peter-murray/node-hue-api" }, "bugs": { "url": "https://github.com/peter-murray/node-hue-api/issues" }, "dependencies": { "@peter-murray/hue-bridge-model": "^2.0.1", "bottleneck": "^2.19.5", "node-dns-sd": "^1.0.1", "node-fetch": "^2.6.1" }, "devDependencies": { "@types/chai": "^4.3.0", "@types/mocha": "^9.0.0", "@types/node": "^18.15.11", "@types/node-fetch": "^2.5.12", "chai": "~4.3.4", "mocha": "^9.1.3", "ts-node": "^10.4.0", "typescript": "^4.5.3" }, "engines": { "node": ">= 16.0.0" }, "license": "Apache-2.0", "keywords": [ "philips", "hue", "api", "living", "color", "colour", "automation", "light", "lighting", "bridge" ] }