@mshanemc/homebridge-hydrawise
Version:
A homebridge plugin that creates sprinkler accessories for all your Hydrawise zones
49 lines (48 loc) • 1.25 kB
JSON
{
"name": "@mshanemc/homebridge-hydrawise",
"version": "2.1.14",
"description": "A homebridge plugin that creates sprinkler accessories for all your Hydrawise zones",
"main": "dist/index.js",
"scripts": {
"clean": "rimraf ./dist",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run build",
"postpublish": "npm run clean",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "npm run build && npm link && nodemon"
},
"author": "Martijn Dierckx",
"engines": {
"homebridge": ">=1.0.0"
},
"keywords": [
"homebridge-plugin",
"hydrawise"
],
"license": "ISC",
"files": [
"dist",
"troubleshooting",
"config.schema.json"
],
"repository": {
"type": "git",
"url": "git://github.com/martijndierckx/homebridge-hydrawise.git"
},
"devDependencies": {
"@types/node": "10.17.19",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"eslint": "^7.4.0",
"eslint-plugin-prettier": "^3.1.4",
"homebridge": ">=1.0.0",
"nodemon": "^2.0.4",
"rimraf": "^3.0.2",
"ts-node": "^8.10.2",
"typescript": "^3.8.3"
},
"dependencies": {
"hydrawise-api": ">=1.1.0"
},
"preferGlobal": true
}