{
    "name": "lutron-leap",
    "version": "3.6.1",
    "description": "A LEAP library for Lutron Caseta Smart Bridge 2 and QSX devices",
    "keywords": [
        "lutron",
        "caseta",
        "caséta",
        "smartbridge",
        "lutron-leap",
        "lutron-caseta",
        "lutron-smart-bridge",
        "qsx",
        "lutron-qsx",
        "hwqs",
        "ra3"
    ],
    "homepage": "https://github.com/thenewwazoo/lutron-leap-js",
    "license": "GPL-3.0",
    "author": "Brandon Matthews <thenewwazoo@optimaltour.us>",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist/**/*"
    ],
    "devDependencies": {
        "@types/debug": "^4.1.5",
        "@types/jest": "^29.2.2",
        "@types/node": "^18.11.9",
        "@types/uuid": "^8.3.0",
        "jest": "^29.3.1",
        "prettier": "^2.2.1",
        "ts-jest": "^29.0.3",
        "ts-mock-imports": "^1.3.1",
        "ts-node": "^10.9.1",
        "tslib": "^2.4.1",
        "tslint": "^6.1.3",
        "tslint-config-prettier": "^1.18.0",
        "typed-emitter": "^2.1.0",
        "typescript": "^4.8.4"
    },
    "scripts": {
        "build": "tsc",
        "prepublishOnly": "npm run build",
        "test": "jest --verbose",
        "format": "prettier --write \"src/**/*.ts\" \"__mocks__/**/*.js\"",
        "lint": "tslint -p tsconfig.json --fix"
    },
    "dependencies": {
        "async-retry": "^1.3.3",
        "ip-address": "^8.1.0",
        "tinkerhub-mdns": "^0.5.1",
        "uuid": "^9.0.0"
    }
}
