{
  "name": "home-lights",
  "description": "Web application for controlling programmable lights",
  "keywords": [
    "Philips Hue",
    "LIFX",
    "Programmable Lighting",
    "Home Automation"
  ],
  "engines": {
    "node": ">= 14.15.0"
  },
  "bin": {
    "home-lights": "./server/bin/server.js"
  },
  "scripts": {
    "start": "node ./server/bin/server.js"
  },
  "author": "Bryan Hughes <bryan@nebri.us>",
  "license": "GPL-3.0",
  "dependencies": {
    "@fastify/static": "^5.0.0",
    "@swiftcarrot/color-fns": "^3.2.0",
    "better-sqlite3": "^12.4.1",
    "color-temperature": "^0.2.7",
    "fastify": "^3.19.1",
    "luxon": "^2.1.1",
    "node-fetch": "^3.1.0",
    "node-hue-api": "^4.0.10",
    "node-lifx-lan": "rvl-system/node-lifx-lan#d0449a2a87c8a1c17cc464ed133a0d7ff6d71a76",
    "rvl-node": "^6.3.1",
    "ws": "^8.2.3"
  },
  "version": "1.8.0"
}