{
  "name": "@yorick1245/homebridge-shelly-ds9",
  "version": "1.4.8",
  "description": "Homebridge plugin for the next generation of Shelly devices",
  "main": "dist/index.js",
  "scripts": {
    "build": "rimraf ./dist && tsc",
    "lint": "eslint ./src --ext .ts,.js --max-warnings=0",
    "test": "jest",
    "preversion": "npm run build && npm run lint",
    "postversion": "git push && git push --tags",
    "pretty": "prettier --write \"./**/*.{js,jsx,json}\""
  },
  "engines": {
    "node": ">=18.15.0",
    "homebridge": ">=1.3.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cubi1337/homebridge-shelly-ds9.git"
  },
  "keywords": [
    "homebridge",
    "homebridge-plugin",
    "shelly"
  ],
  "author": "Alexander Rydén",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/cubi1337/homebridge-shelly-ds9/issues"
  },
  "homepage": "https://github.com/cubi1337/homebridge-shelly-ds9#readme",
  "funding": {
    "type": "kofi",
    "url": "https://ko-fi.com/cubi1337"
  },
  "devDependencies": {
    "@types/jest": "^29.5.11",
    "@types/node": "^20.10.0",
    "@typescript-eslint/eslint-plugin": "^6.13.2",
    "@typescript-eslint/parser": "^6.13.2",
    "eslint": "^8.55.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.0.1",
    "homebridge": "^1.7.0",
    "jest": "^29.7.0",
    "prettier": "^3.1.0",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.1.1",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "@yorick1245/shellies-ds9": "^1.1.6",
    "shellies-ds9": "^1.1.2"
  }
}
