homebridge-connect-my-pool-home-automation
Version:
HomeKit integration for Astral Viron Gateway via Home Automation
58 lines (57 loc) • 1.69 kB
JSON
{
"displayName": "Homebridge Connect My Pool via Home Automation",
"name": "homebridge-connect-my-pool-home-automation",
"version": "1.0.14",
"description": "HomeKit integration for Astral Viron Gateway via Home Automation",
"homepage": "https://github.com/michaelpettorosso/homebridge-connect-my-pool-home-automation#readme",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/michaelpettorosso/homebridge-connect-my-pool-home-automation.git"
},
"author": {
"name": "MICHAEL PETTOROSSO https://github.com/michaelpettorosso"
},
"contributors": [
{
"name": "Michael Pettorosso"
}
],
"bugs": {
"url": "https://github.com/michaelpettorosso/homebridge-connect-my-pool-home-automation/issues"
},
"engines": {
"node": ">=16.13.0",
"homebridge": ">=1.3.5"
},
"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": [
"pool",
"equipment",
"astral",
"homebridge",
"homebridge-plugin",
"homebridge-connect-my-pool"
],
"dependencies": {
"axios": "^0.24.0",
"sunrise-sunset-js": "^2.2.1"
},
"devDependencies": {
"@types/node": "^16.10.9",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.1",
"homebridge": "^1.3.5",
"nodemon": "^2.0.13",
"rimraf": "^3.0.2",
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
}
}