UNPKG

homebridge-hatch-baby-rest

Version:
61 lines (60 loc) 1.41 kB
{ "name": "homebridge-hatch-baby-rest", "version": "5.0.2", "description": "Homebridge plugin for Hatch Rest/Restore WiFi sound machines", "main": "lib/homebridge-hatch-baby-rest/index.js", "scripts": { "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.15", "pure-color": "1.3.0", "rxjs": "7.8.1" }, "devDependencies": { "tsconfig": "0.0.0" }, "engines": { "node": "^18 || ^20 || ^22", "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" ] }