{
  "name": "homebridge-hatch-baby-rest",
  "version": "6.2.2",
  "type": "module",
  "description": "Homebridge plugin for Hatch Rest/Restore WiFi sound machines",
  "main": "lib/homebridge-hatch-baby-rest/index.js",
  "scripts": {
    "test": "vitest run --passWithNoTests",
    "lint": "eslint '**/*.ts'",
    "lint:fix": "eslint '**/*.ts' --fix",
    "prettier": "prettier **/*.ts --write",
    "build": "rm -rf lib && tsc"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/dgreif/homebridge-hatch-baby-rest.git"
  },
  "keywords": [
    "homebridge-plugin",
    "hatch",
    "baby",
    "rest",
    "night",
    "light",
    "restore",
    "sound",
    "machine"
  ],
  "author": "dgreif",
  "license": "MIT",
  "dependencies": {
    "aws-iot-device-sdk": "2.2.16",
    "pure-color": "1.3.0",
    "rxjs": "7.8.2"
  },
  "devDependencies": {
    "@types/aws-iot-device-sdk": "2.2.9",
    "shared": "*",
    "tsconfig": "*",
    "ts-essentials": "10.1.1"
  },
  "engines": {
    "node": "^20 || ^22 || ^24",
    "homebridge": "^1.5.1 || ^2.0.0-beta.0"
  },
  "bugs": {
    "url": "https://github.com/dgreif/homebridge-hatch-baby-rest/issues"
  },
  "homepage": "https://github.com/dgreif/homebridge-hatch-baby-rest/tree/main/packages/homebridge-hatch-baby-rest#readme",
  "funding": [
    {
      "type": "paypal",
      "url": "https://www.paypal.me/dustingreif"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/dgreif"
    }
  ],
  "files": [
    "lib",
    "CHANGELOG.md",
    "config.schema.json"
  ]
}
