{
  "private": false,
  "displayName": "HomeBridge SP108E",
  "name": "homebridge-sp108e",
  "version": "1.0.1",
  "description": "HomeBridge Plugin for the SP108E LED Controller",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/redth/homebridge-sp108e.git"
  },
  "bugs": {
    "url": "https://github.com/redth/homebridge-sp108e/issues"
  },
  "engines": {
    "node": ">=14.14.0",
    "homebridge": ">=1.3.9"
  },
  "main": "dist/index.js",
  "scripts": {
    "lint": "eslint src/**.ts --max-warnings=0",
    "watch": "npm run build && npm link && nodemon",
    "build": "rimraf ./dist && tsc",
    "prepublishOnly": "npm run lint && npm run build"
  },
  "keywords": [
    "homebridge-plugin",
    "sp108e"
  ],
  "dependencies": {
    "async-mutex": "^0.3.1",
    "color-convert": "^2.0.1",
    "sp108e_raw": "0.0.6"
  },
  "devDependencies": {
    "@types/node": "^14.14.31",
    "@typescript-eslint/eslint-plugin": "^4.16.1",
    "@typescript-eslint/parser": "^4.16.1",
    "eslint": "^7.21.0",
    "homebridge": "^1.3.9",
    "nodemon": "^2.0.7",
    "rimraf": "^3.0.2",
    "ts-node": "^9.1.1",
    "typescript": "^4.6.4"
  }
}
