{
  "name": "homebridge-calypshome",
  "version": "2.0.5",
  "description": "Homebridge plugin for Calyps'Home",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arsonik/hombridge-calypshome.git"
  },
  "author": "Florian Morello",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/arsonik/hombridge-calypshome/issues"
  },
  "displayName": "Calyps'Home",
  "homepage": "https://github.com/arsonik/hombridge-calypshome#readme",
  "engines": {
    "node": ">=20",
    "homebridge": ">=1.3.5"
  },
  "exports": {
    ".": "./dist/index.js",
    "./calypshome": "./dist/calypshomeAPI.js"
  },
  "scripts": {
    "lint": "eslint src/**.ts --max-warnings=5 --fix",
    "watch": "npm run build && npm link && nodemon",
    "build": "rimraf ./dist && tsc",
    "test": "node -r ts-node/register --env-file=.env  tests/test.ts",
    "prepublishOnly": "npm run lint && npm run build"
  },
  "keywords": [
    "homebridge-plugin",
    "calyps'home",
    "calyps'home",
    "profalux"
  ],
  "devDependencies": {
    "@types/node": "20.16.10",
    "@types/prettier": "3.0.0",
    "@types/ws": "^8.5.12",
    "@typescript-eslint/eslint-plugin": "7.0.1",
    "@typescript-eslint/parser": "7.0.1",
    "eslint": "8.56.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-deprecation": "2.0.0",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-prettier": "5.1.3",
    "eslint-plugin-unused-imports": "3.1.0",
    "homebridge": "1.8.4",
    "homebridge-config-ui-x": "4.59.1",
    "nodemon": "3.0.3",
    "prettier": "3.3.3",
    "rimraf": "6.0.1",
    "ts-node": "10.9.2",
    "typescript": "5.6.2"
  },
  "dependencies": {
    "undici": "^6.19.8",
    "ws": "^8.18.0",
    "zod": "^3.23.8"
  },
  "packageManager": "pmpm@9.12.0"
}
