{
  "name": "homebridge-automower-platform",
  "version": "2.3.0",
  "displayName": "Homebridge Automower Platform",
  "description": "A platform plugin for Homebridge to connect your Husqvarna Automower to Apple HomeKit.",
  "license": "MIT",
  "homepage": "https://jeff-winn.github.io/homebridge-automower-platform",
  "main": "dist/index.js",
  "scripts": {
    "lint": "eslint src/**.ts",
    "clean": "rimraf ./dist && rimraf ./build",
    "rebuild": "npm run clean && npm run build",
    "build": "tsc",
    "test": "jest --ci",
    "release": "tsc --project tsconfig.release.json && jest -c jest.release.config.ts"
  },
  "jestSonar": {
    "reportPath": "build",
    "reportFile": "test-report.xml"
  },
  "files": [
    "README.md",
    "LICENSE",
    "locales",
    "dist",
    "config.schema.json"
  ],
  "funding": {
    "type": "paypal",
    "url": "https://paypal.me/jeffdwinn"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jeff-winn/homebridge-automower-platform.git"
  },
  "bugs": {
    "url": "https://github.com/jeff-winn/homebridge-automower-platform/issues"
  },
  "engines": {
    "node": "^18.20.4 || ^20.16.0",
    "homebridge": "^1.8.0 || ^2.0.0-beta.0"
  },
  "keywords": [
    "homebridge-plugin",
    "automower",
    "husqvarna",
    "homekit"
  ],
  "dependencies": {
    "chalk": "^4.1.2",
    "node-fetch": "^2.6.7",
    "reflect-metadata": "^0.2.2",
    "tsyringe": "^4.8.0",
    "uuid": "^9.0.1",
    "ws": "^8.17.1",
    "y18n": "^5.0.8"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.12.2",
    "@types/node-fetch": "^2.6.11",
    "@types/uuid": "^9.0.8",
    "@types/ws": "^8.5.10",
    "@typescript-eslint/eslint-plugin": "^7.4.0",
    "@typescript-eslint/parser": "^7.4.0",
    "eslint": "^8.57.0",
    "homebridge": "^2.0.0-beta.0",
    "jest": "^29.7.0",
    "jest-sonar-reporter": "^2.0.0",
    "moq.ts": "^10.0.8",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.3"
  }
}
