{
  "name": "homebridge-oto",
  "version": "1.0.1",
  "description": "Homebridge plugin for Oto smart sprinklers",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/jonnadul/homebridge-oto.git"
  },
  "bugs": {
    "url": "https://github.com/jonnadul/homebridge-oto/issues"
  },
  "engines": {
    "node": ">=16.0.0",
    "homebridge": "^1.4.0"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "lint": "eslint src/**/*.ts",
    "build": "tsc",
    "watch": "tsc --watch",
    "prepublishOnly": "npm run lint && npm run build",
    "test": "jest"
  },
  "keywords": [
    "homebridge",
    "homebridge-plugin",
    "oto",
    "sprinkler",
    "irrigation"
  ],
  "dependencies": {
    "axios": "^1.6.0"
  },
  "devDependencies": {
    "@types/jest": "^29.0.0",
    "@types/node": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "homebridge": "^1.4.0",
    "jest": "^29.0.0",
    "ts-jest": "^29.0.0",
    "typescript": "^5.0.0"
  },
  "peerDependencies": {
    "homebridge": "^1.4.0"
  }
}
