homebridge-nest-accfactory
Version:
Homebridge support for Nest/Google devices including HomeKit Secure Video (HKSV) support for doorbells and cameras
71 lines (70 loc) • 2.38 kB
JSON
{
"name": "homebridge-nest-accfactory",
"displayName": "Nest Accfactory",
"type": "module",
"version": "0.2.9",
"description": "Homebridge support for Nest/Google devices including HomeKit Secure Video (HKSV) support for doorbells and cameras",
"author": "n0rt0nthec4t",
"license": "Apache-2.0",
"homepage": "https://github.com/n0rt0nthec4t/homebridge-nest-accfactory/#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/n0rt0nthec4t/homebridge-nest-accfactory.git"
},
"bugs": {
"url": "https://github.com/n0rt0nthec4t/homebridge-nest-accfactory/issues"
},
"funding": "https://github.com/n0rt0nthec4t/homebridge-nest-accfactory?sponsor=1",
"keywords": [
"homekit",
"homebridge-plugin",
"homebridge",
"hksv",
"homekit secure video",
"nest",
"google",
"doorbell",
"camera",
"thermostat",
"temperature",
"smoke",
"sensor",
"floodlight"
],
"main": "dist/index.js",
"engines": {
"node": "^20.17.0 || ^22.9.0",
"homebridge": "^1.8.0 || ^2.0.0-beta.0"
},
"files": [
"LICENSE",
"dist/**/*",
"config.schema.json",
"README.md",
"CHANGELOG.md"
],
"scripts": {
"clean": "rimraf ./dist*",
"format": "prettier --write src/*.js src/**/*.js src/**/*.mjs",
"lint": "eslint src/*.js src/**/*.js src/**/*.mjs --max-warnings=20",
"build": "npm run clean && copyfiles -u 1 src/*.js dist && copyfiles -u 2 src/HomeKitDevice/*.js dist && copyfiles -u 2 src/HomeKitHistory/*.js dist && copyfiles -u 1 src/res/*.h264 dist && copyfiles -u 1 src/res/*.jpg dist && copyfiles -u 1 'src/protobuf/**/*.proto' dist",
"prepublishOnly": "npm run lint && npm run build"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
"@stylistic/eslint-plugin": "^4.2.0",
"@types/node": "^22.13.11",
"@typescript-eslint/parser": "^8.27.0",
"copyfiles": "^2.4.1",
"eslint": "^9.23.0",
"homebridge": "^2.0.0-beta.0",
"prettier": "^3.5.3",
"prettier-eslint": "^16.3.0",
"rimraf": "^6.0.1"
},
"dependencies": {
"protobufjs": "^7.4.0",
"werift": "^0.22.1",
"ws": "^8.18.1"
}
}