{
  "name": "@jhead/homebridge-litter-robot-4",
  "version": "0.1.1",
  "description": "Whisker Litter Robot 4 Homebridge Plugin",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "homebridge-litter-robot-4": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --ext .ts --fix",
    "format": "prettier --write \"**/*.{ts,js,json}\"",
    "prepare": "npm run build",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jhead/homebridge-litter-robot-4.git"
  },
  "keywords": [
    "homebridge-plugin",
    "homebridge",
    "litter-robot"
  ],
  "author": "Justin Head",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jhead/homebridge-litter-robot-4/issues"
  },
  "homepage": "https://github.com/jhead/homebridge-litter-robot-4#readme",
  "dependencies": {
    "@aws-sdk/client-cognito-identity-provider": "^3.826.0",
    "axios": "^1.6.7",
    "jsonwebtoken": "^9.0.2"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/jsonwebtoken": "^9.0.5",
    "@types/node": "^20.19.0",
    "@typescript-eslint/eslint-plugin": "^7.0.1",
    "@typescript-eslint/parser": "^7.0.1",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "jest": "^29.7.0",
    "prettier": "^3.2.5",
    "ts-jest": "^29.1.2",
    "typescript": "^5.3.3"
  },
  "engines": {
    "homebridge": ">=1.6.0",
    "node": ">=18.0.0"
  },
  "preferGlobal": true
}