{
  "name": "homebridge-bond",
  "version": "3.3.0",
  "description": "A homebridge plugin to control your Bond devices over the v2 API.",
  "license": "MIT",
  "main": "dist/index.js",
  "scripts": {
    "lint": "eslint src/**.ts",
    "watch": "npm run build && npm link && nodemon",
    "dev": "tsc --watch & nodemon dist",
    "build": "rimraf ./dist && tsc -p tsconfig-build.json",
    "prepublishOnly": "npm run lint && npm run build",
    "test": "mocha -r ts-node/register tests/**/*.spec.ts",
    "coverage": "nyc -r lcov -e .ts -x \"*.spec.ts\" npm run test"
  },
  "keywords": [
    "homebridge-plugin",
    "bond",
    "bond-home",
    "rf",
    "ir"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/aarons22/homebridge-bond.git"
  },
  "bugs": {
    "url": "http://github.com/aarons22/homebridge-bond/issues"
  },
  "engines": {
    "node": "^18.20.4 || ^20.15.1 || ^22 || ^24",
    "homebridge": "^1.6.0 || ^2.0.0-beta.0"
  },
  "devDependencies": {
    "@types/chai": "^4.2.14",
    "@types/flake-idgen": "^0.1.30",
    "@types/mocha": "^8.2.0",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^4.18.0",
    "@typescript-eslint/parser": "^4.18.0",
    "chai": "^4.2.0",
    "eslint": "^7.22.0",
    "homebridge": "^2.0.0-beta.68",
    "mocha": "^9.1.2",
    "nodemon": "^3.1.7",
    "nyc": "^15.1.0",
    "rimraf": "^3.0.2",
    "ts-node": "^10.8.1",
    "typescript": "^5.7.2"
  },
  "dependencies": {
    "axios": "^1.6.0",
    "axios-retry": "^3.1.8",
    "biguint-format": "^1.0.2",
    "flake-idgen": "^1.4.0"
  },
  "homepage": "https://github.com/aarons22/homebridge-bond#readme",
  "author": "Aaron Sapp"
}