{
  "name": "homebridge-sense-energy-monitor",
  "version": "3.0.1",
  "description": "Enhanced Homebridge plugin for Sense Home Energy Monitor with comprehensive API integration and real-time monitoring",
  "displayName": "Sense Energy Monitor",
  "type": "module",
  "main": "dist/index.js",
  "files": [
    "dist",
    "config.schema.json",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "rimraf ./dist && tsc",
    "watch": "npm run build && npm link && nodemon",
    "lint": "eslint . --max-warnings=0",
    "test": "npm run build && node --test test/totp.test.mjs test/senseApi.test.mjs",
    "prepublishOnly": "npm run lint && npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seeloesix/homebridge-sense-energy-monitor.git"
  },
  "keywords": [
    "homebridge-plugin",
    "sense",
    "energy",
    "monitor",
    "power",
    "electricity",
    "homekit",
    "smart-home",
    "energy-monitoring",
    "solar",
    "real-time",
    "consumption"
  ],
  "engines": {
    "node": ">=20.18.0",
    "homebridge": "^1.8.0 || ^2.0.0"
  },
  "author": "seeloesix <seeloesix@users.noreply.github.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/seeloesix/homebridge-sense-energy-monitor/issues"
  },
  "homepage": "https://github.com/seeloesix/homebridge-sense-energy-monitor#readme",
  "dependencies": {
    "ws": "^8.21.1"
  },
  "optionalDependencies": {
    "fakegato-history": "^0.6.7"
  },
  "devDependencies": {
    "@eslint/js": "^9.0.0",
    "@stylistic/eslint-plugin": "^2.0.0",
    "@types/node": "^20.0.0",
    "@types/ws": "^8.5.0",
    "eslint": "^9.0.0",
    "homebridge": "^1.8.0",
    "nodemon": "^3.0.0",
    "rimraf": "^6.0.0",
    "typescript": "^5.7.0",
    "typescript-eslint": "^8.0.0"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/seeloesix"
  }
}
