homebridge-ring
Version:
Homebridge plugin for Ring doorbells, cameras, security alarm system and smart lighting
78 lines (77 loc) • 1.94 kB
JSON
{
"name": "homebridge-ring",
"displayName": "Ring",
"version": "14.0.1",
"description": "Homebridge plugin for Ring doorbells, cameras, security alarm system and smart lighting",
"type": "module",
"main": "lib/index.js",
"scripts": {
"build": "rm -rf lib && tsc && cp -r ./homebridge-ui/public ./lib/homebridge-ui/public/",
"lint": "eslint .",
"dev": "concurrently -c yellow,blue --kill-others \"npm:dev:build\" \"npm:dev:run\" ",
"dev:build": "tsc --watch --preserveWatchOutput",
"dev:run": "RING_DEBUG=true node --watch ../../node_modules/.bin/homebridge -U ../../.homebridge"
},
"dependencies": {
"@homebridge/camera-utils": "^3.0.0",
"@homebridge/plugin-ui-utils": "^2.0.2",
"ring-client-api": "14.0.1",
"werift": "0.22.1"
},
"devDependencies": {
"concurrently": "^9.1.2",
"eslint-config-shared": "*",
"homebridge": "1.9.0",
"tsconfig": "*",
"typescript": "5.8.3"
},
"engines": {
"node": "^20 || ^22",
"homebridge": ">=1.4.0 || ^2.0.0-beta.0"
},
"repository": {
"type": "git",
"url": "git://github.com/dgreif/ring.git"
},
"bugs": {
"url": "https://github.com/dgreif/ring/issues"
},
"homepage": "https://github.com/dgreif/ring/tree/main/packages/homebridge-ring#homebridge-ring",
"author": "dgreif",
"license": "MIT",
"funding": [
{
"type": "paypal",
"url": "https://www.paypal.me/dustingreif"
},
{
"type": "github",
"url": "https://github.com/sponsors/dgreif"
}
],
"files": [
"branding",
"CHANGELOG.md",
"config.schema.json",
"lib",
"media"
],
"keywords": [
"homebridge",
"homebridge-plugin",
"ring",
"doorbell",
"doorbot",
"camera",
"alarm",
"smart",
"light",
"beam",
"security",
"category-security",
"category-lighting",
"category-video",
"category-hubs",
"category-outdoor"
]
}