UNPKG

@homebridge-plugins/homebridge-august

Version:

The August plugin allows you to access your August & Yale device(s) from HomeKit.

84 lines 2.51 kB
{ "name": "@homebridge-plugins/homebridge-august", "displayName": "August", "type": "module", "version": "3.2.3", "description": "The August plugin allows you to access your August & Yale device(s) from HomeKit.", "author": { "name": "donavanbecker", "url": "https://github.com/donavanbecker" }, "license": "ISC", "funding": [ { "type": "Paypal", "url": "https://paypal.me/donavanbecker" }, { "type": "GitHub", "url": "https://github.com/sponsors/donavanbecker" } ], "homepage": "https://github.com/homebridge-plugins/homebridge-august", "maintainers": [ "donavanbecker" ], "repository": { "type": "git", "url": "https://github.com/homebridge-plugins/homebridge-august.git" }, "bugs": { "url": "https://github.com/homebridge-plugins/homebridge-august/issues" }, "keywords": [ "homebridge-plugin", "august", "yale", "lock" ], "main": "dist/index.js", "engines": { "homebridge": "^2.0.0", "node": "^22 || ^24" }, "scripts": { "check": "npm install && npm outdated", "lint": "eslint src --no-warn-ignored", "lint:fix": "eslint src --fix --no-warn-ignored", "watch": "npm run build && npm run plugin-ui && npm link && nodemon", "plugin-ui": "rsync ./src/homebridge-ui/public/index.html ./dist/homebridge-ui/public/", "build": "npm run clean && tsc && npm run plugin-ui && cp package.json dist/package.json || true", "prepublishOnly": "npm run lint && npm run build && npm run plugin-ui && npm run docs && npm run docs:lint", "postpublish": "npm run clean && npm ci", "clean": "shx rm -rf ./dist", "test": "vitest run", "test:watch": "vitest watch", "test-coverage": "npm run test -- --coverage", "docs": "typedoc", "docs:lint": "typedoc --emit none --treatWarningsAsErrors" }, "publishConfig": { "access": "public" }, "dependencies": { "@homebridge/plugin-ui-utils": "^2.2.3", "august-yale": "^1.2.2", "rxjs": "^7.8.2" }, "devDependencies": { "@antfu/eslint-config": "^8.2.0", "@types/node": "^25.6.0", "@vitest/coverage-v8": "^4.1.5", "eslint": "^10.3.0", "eslint-plugin-format": "^2.0.1", "eslint-plugin-html": "^8.1.4", "eslint-plugin-perfectionist": "^5.8.0", "eslint-plugin-unused-imports": "^4.4.1", "homebridge": "^2.0.0", "nodemon": "^3.1.14", "shx": "^0.4.0", "typedoc": "^0.28.19", "typescript": "^6.0.3", "vitest": "^4.1.5" } }